1. 程式人生 > 其它 >第一次測試

第一次測試

實發專案系統開發(180分鐘)

河北省重大技術需求徵集系統原型(15

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>mmmm</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>使用者登入</title>
</head>
<body>
<div><a target="main_right" href="addstu.jsp">註冊</a></div>
<table align="center" border="0px" cellpadding="10px" cellspacing="10px">
<form action="xuankeServlet?method=login" method="post" onsubmit="return check()">
<tr>
<td>使用者名稱:</td>
<td><input type="text" id="userid" id="userid"></td>
</tr>
<tr>
<td>密碼:</td>
<td><input type="id" id="id" id="id"></td>
</tr>
<tr align="center">
<th colspan="2">
<input type="submit" value="登入">
</th>
</tr>
</form>
</table>
</body>
</html>