資源簡介
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.xm
?????文件??????????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\me
?????文件??????????39??2017-11-10?19:12??text8\WebContent\me
?????目錄???????????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.xm
?????文件????????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個文件信息
評論
共有 條評論