eclipse
jquerty.jar mysql-conntection.jar
编写login.jsp
编写LoginServlet1.web.xml配置
OperatorStudent.jsp编写
学生信息
学号 | 姓名 | 年龄 | 地址 | 操作 |
<%=stu.getId()%> | <%=stu.getUserName()%> | <%=stu.getAge()%> | <%=stu.getAddress()%> |
eclipse
jquerty.jar mysql-conntection.jar
编写login.jsp
编写LoginServlet1.web.xml配置
OperatorStudent.jsp编写
学号 | 姓名 | 年龄 | 地址 | 操作 |
<%=stu.getId()%> | <%=stu.getUserName()%> | <%=stu.getAge()%> | <%=stu.getAddress()%> |