資源簡介
利用servlet與jsp開發的學生信息管理系統 比較簡單 適合課程設計 希望大家清噴
代碼片段和文件信息
package?com.yang.bean;
/**
?*?學生實體類
?*?@author?JohnsonYang
?*
?*/
public?class?Student?{
private?int?stId;//?學號
private?String?stName;//?姓名
private?String?stSex;//?性別
private?String?stAge;//?年齡
private?long?stTel;//?電話
private?String?stDept;//?系別
private?String?stAddress;//?地址
public?int?getStId()?{
return?stId;
}
public?void?setStId(int?stId)?{
this.stId?=?stId;
}
public?String?getStName()?{
return?stName;
}
public?void?setStName(String?stName)?{
this.stName?=?stName;
}
public?String?getStSex()?{
return?stSex;
}
public?void?setStSex(String?stSex)?{
this.stSex?=?stSex;
}
public?String?getStAge()?{
return?stAge;
}
public?void?setStAge(String?stAge)?{
this.stAge?=?stAge;
}
public?long?getStTel()?{
return?stTel;
}
public?void?setStTel(long?stTel)?{
this.stTel?=?stTel;
}
public?String?getStDept()?{
return?stDept;
}
public?void?setStDept(String?stDept)?{
this.stDept?=?stDept;
}
public?String?getStAddress()?{
return?stAddress;
}
public?void?setStAddress(String?stAddress)?{
this.stAddress?=?stAddress;
}
public?Student(int?stId?String?stName?String?stSex?String?stAge
long?stTel?String?stDept?String?stAddress)?{
this.stId?=?stId;
this.stName?=?stName;
this.stSex?=?stSex;
this.stAge?=?stAge;
this.stTel?=?stTel;
this.stDept?=?stDept;
this.stAddress?=?stAddress;
}
public?Student(String?stName?String?stSex?String?stAge?long?stTel
String?stDept?String?stAddress)?{
this.stName?=?stName;
this.stSex?=?stSex;
this.stAge?=?stAge;
this.stTel?=?stTel;
this.stDept?=?stDept;
this.stAddress?=?stAddress;
}
public?Student()?{
}
???
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????458??2016-11-17?10:21??學生信息管理系統\StudentManager\.classpath
?????文件????????315??2016-12-04?10:34??學生信息管理系統\StudentManager\.myme
?????文件???????1420??2016-11-17?10:08??學生信息管理系統\StudentManager\.project
?????文件????????500??2016-11-16?19:20??學生信息管理系統\StudentManager\.settings\.jsdtscope
?????文件????????330??2016-11-16?19:20??學生信息管理系統\StudentManager\.settings\org.eclipse.jdt.core.prefs
?????文件?????????49??2016-11-16?19:20??學生信息管理系統\StudentManager\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2016-11-16?19:20??學生信息管理系統\StudentManager\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????1786??2016-11-16?20:12??學生信息管理系統\StudentManager\src\com\yang\bean\Student.java
?????文件????????711??2016-11-16?20:19??學生信息管理系統\StudentManager\src\com\yang\bean\User.java
?????文件???????7729??2016-12-08?12:58??學生信息管理系統\StudentManager\src\com\yang\controller\ActionServlet.java
?????文件???????2197??2016-11-17?09:56??學生信息管理系統\StudentManager\src\com\yang\controller\CheckCodeServlet.java
?????文件???????7911??2016-12-07?14:06??學生信息管理系統\StudentManager\src\com\yang\dao\StudentDAO.java
?????文件???????2322??2016-11-18?18:21??學生信息管理系統\StudentManager\src\com\yang\dao\UserDAO.java
?????文件????????165??2016-10-07?16:08??學生信息管理系統\StudentManager\src\com\yang\util\config.properties
?????文件???????2559??2016-11-28?12:07??學生信息管理系統\StudentManager\src\com\yang\util\DBUtil.java
?????文件???????3332??2016-11-18?19:25??學生信息管理系統\StudentManager\WebRoot\create.jsp
?????文件????????370??2016-11-20?10:00??學生信息管理系統\StudentManager\WebRoot\error.jsp
?????文件????????980??2016-11-20?10:09??學生信息管理系統\StudentManager\WebRoot\find.jsp
?????文件????????836??2016-11-20?10:00??學生信息管理系統\StudentManager\WebRoot\findbyid.jsp
?????文件??????30118??2016-11-18?19:52??學生信息管理系統\StudentManager\WebRoot\images\image1.jpg
?????文件????????834??2016-11-16?19:20??學生信息管理系統\StudentManager\WebRoot\index.jsp
?????文件???????3438??2016-11-18?19:13??學生信息管理系統\StudentManager\WebRoot\login.jsp
?????文件???????1341??2016-12-11?13:14??學生信息管理系統\StudentManager\WebRoot\main.jsp
?????文件?????????36??2016-11-16?19:20??學生信息管理系統\StudentManager\WebRoot\me
?????文件???????3304??2016-11-18?19:28??學生信息管理系統\StudentManager\WebRoot\studentAdd.jsp
?????文件???????1908??2016-12-07?14:08??學生信息管理系統\StudentManager\WebRoot\StudentShow.jsp
?????文件???????2289??2016-11-20?10:04??學生信息管理系統\StudentManager\WebRoot\studentUpdate.jsp
?????文件???????1404??2016-11-20?10:10??學生信息管理系統\StudentManager\WebRoot\updatepwd.jsp
?????文件???????2269??2016-11-17?11:55??學生信息管理系統\StudentManager\WebRoot\WEB-INF\classes\com\yang\bean\Student.class
?????文件???????1063??2016-11-17?11:55??學生信息管理系統\StudentManager\WebRoot\WEB-INF\classes\com\yang\bean\User.class
............此處省略37個文件信息
評論
共有 條評論