資源簡介
比較實用的一個學生信息系統,自己做的練手的。可以實現信息管理,查詢等基本功能。
代碼片段和文件信息
package?com.yzk.studentweb;
import?javax.servlet.http.HttpServletRequest;
import?javax.servlet.http.HttpSession;
import?org.apache.struts2.ServletActionContext;
import?com.opensymphony.xwork2.ActionSupport;
@SuppressWarnings(“serial“)
public?class?baseAction?extends?ActionSupport?{
public?HttpServletRequest?request;
public?HttpSession?session;
public?baseAction()?{
request?=?ServletActionContext.getRequest();
session?=?request.getSession();
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1258??2017-01-15?18:19??jsp學生系統\StudentSystemV_4.0\.classpath
?????文件???????6148??2017-01-16?12:40??jsp學生系統\StudentSystemV_4.0\.DS_Store
?????文件???????1160??2017-01-15?18:03??jsp學生系統\StudentSystemV_4.0\.project
?????文件????????574??2017-01-15?18:03??jsp學生系統\StudentSystemV_4.0\.settings\.jsdtscope
?????文件????????357??2017-01-15?18:03??jsp學生系統\StudentSystemV_4.0\.settings\org.eclipse.jdt.core.prefs
?????文件????????579??2017-01-15?18:18??jsp學生系統\StudentSystemV_4.0\.settings\org.eclipse.wst.common.component
?????文件????????409??2017-01-15?18:03??jsp學生系統\StudentSystemV_4.0\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2017-01-15?18:03??jsp學生系統\StudentSystemV_4.0\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2017-01-15?18:03??jsp學生系統\StudentSystemV_4.0\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件????????131??2017-01-15?18:04??jsp學生系統\StudentSystemV_4.0\.tern-project
?????文件???????6148??2017-01-15?18:07??jsp學生系統\StudentSystemV_4.0\src\.DS_Store
?????文件???????3824??2017-01-06?11:30??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\action\StudentAction.java
?????文件???????1576??2017-01-16?01:33??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\action\UserAction.java
?????文件???????1310??2017-01-16?01:35??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\action\UserLogin.java
?????文件????????462??2017-01-03?14:22??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\ba
?????文件????????764??2017-01-06?11:29??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\dao\StudentDao.java
?????文件????????354??2017-01-15?18:29??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\dao\UserDao.java
?????文件????????735??2017-01-03?15:20??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\filter\LoginFilter.java
?????文件???????1481??2017-01-06?10:17??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\filter\LoginFiltertow.java
?????文件???????6507??2017-01-06?11:32??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\impldao\StudentDaoImp.java
?????文件???????1653??2017-01-16?01:19??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\impldao\UserDaoImp.java
?????文件????????909??2017-01-15?18:25??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\model\Student.hbm.xm
?????文件???????1465??2017-01-15?18:11??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\model\Student.java
?????文件????????752??2017-01-15?18:20??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\model\User.hbm.xm
?????文件???????1144??2017-01-15?18:16??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\model\User.java
?????文件????????728??2017-01-06?11:30??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\server\StudentServet.java
?????文件????????358??2017-01-15?18:30??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\server\UserServer.java
?????文件???????1640??2017-01-06?11:29??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\serverimp\StudentServerImp.java
?????文件????????738??2017-01-16?01:27??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\serverimp\UserServerImp.java
?????文件????????389??2017-01-16?01:25??jsp學生系統\StudentSystemV_4.0\src\com\yzk\studentweb\test\Main.java
............此處省略144個文件信息
評論
共有 條評論