• 大小: 23.17MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-06-28
  • 语言: Java
  • 标签: java  

资源简介

比较实用的一个学生信息系统,自己做的练手的。可以实现信息管理,查询等基本功能。

资源截图

代码片段和文件信息

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.xml

     文件         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\baseAction.java

     文件        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.xml

     文件       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.xml

     文件       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个文件信息

评论

共有 条评论