• 大小: 613KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-13
  • 语言: Java
  • 标签: 登录注册  

资源简介

JavaWeb连接sqlservlet2012,通过数据库的数据存储,来实现登录注册和对学生信息的增删改查功能。

资源截图

代码片段和文件信息

package example.bean.student;

public class Register {
private String username;
private String password;
private String ensurepwd;
private String email;
private String sex;
private String username1;
private String password1;
public String getUsername1() {
return username1;
}
public void setUsername1(String username1) {
this.username1 = username1;
}
public String getPassword1() {
return password1;
}
public void setPassword1(String password1) {
this.password1 = password1;
}
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
public String getEnsurepwd() {
return ensurepwd;
}
public void setEnsurepwd(String ensurepwd) {
this.ensurepwd = ensurepwd;
}
public String getEmail() {
return email;
}
public void setEmail(String email) {
this.email = email;
}
public String getSex() {
return sex;
}
public void setSex(String sex) {
this.sex = sex;
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-11-30 19:56  text8\
     文件         911  2017-11-10 20:04  text8\.classpath
     文件         905  2017-11-10 19:12  text8\.project
     目录           0  2017-11-30 19:56  text8\.settings\
     文件         567  2017-11-10 19:12  text8\.settings\.jsdtscope
     文件         364  2017-11-10 19:12  text8\.settings\org.eclipse.jdt.core.prefs
     文件         467  2017-11-10 19:12  text8\.settings\org.eclipse.wst.common.component
     文件         345  2017-11-10 19:12  text8\.settings\org.eclipse.wst.common.project.facet.core.xml
     文件          49  2017-11-10 19:12  text8\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2017-11-10 19:12  text8\.settings\org.eclipse.wst.jsdt.ui.superType.name
     目录           0  2017-11-30 19:56  text8\WebContent\
     目录           0  2017-11-30 19:56  text8\WebContent\meta-INF\
     文件          39  2017-11-10 19:12  text8\WebContent\meta-INF\MANIFEST.MF
     目录           0  2017-11-30 19:56  text8\WebContent\WEB-INF\
     目录           0  2017-11-30 19:56  text8\WebContent\WEB-INF\lib\
     文件      584207  2012-02-29 17:11  text8\WebContent\WEB-INF\lib\sqljdbc4.jar
     文件         651  2017-11-12 15:39  text8\WebContent\WEB-INF\web.xml
     文件        1480  2017-11-18 20:39  text8\WebContent\delete.jsp
     文件        2512  2017-11-15 21:39  text8\WebContent\deletestudent.jsp
     文件        2619  2017-11-18 21:27  text8\WebContent\insert.jsp
     文件        2726  2017-11-18 21:27  text8\WebContent\insertstudent.jsp
     文件        1227  2017-11-18 20:01  text8\WebContent\login.jsp
     文件        2140  2017-11-20 10:29  text8\WebContent\logintable.jsp
     文件        5101  2017-11-18 20:33  text8\WebContent\register.jsp
     文件        2716  2017-11-18 20:41  text8\WebContent\registertable.jsp
     文件        2465  2017-11-20 10:22  text8\WebContent\student_list.jsp
     文件        2001  2017-11-18 20:42  text8\WebContent\update.jsp
     文件        2466  2017-11-24 21:41  text8\WebContent\updatestudent.jsp
     文件        1474  2017-11-20 10:15  text8\WebContent\welcome.jsp
     文件       41803  2016-04-03 23:39  text8\WebContent\zhang.jpg
     目录           0  2017-11-30 19:56  text8\build\
............此处省略35个文件信息

评论

共有 条评论