文件名称:mystruts
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-03-24
- 文件大小:
- 4.24mb
- 下载次数:
- 0次
- 提 供 者:
- mikko*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
学生信息管理系统的功能需求
为了帮助学校管理学生信息而设计,以便学校掌握学生信息,为此制作了本系统。
采用B/S结构,将系统分为学生模块与管理员模块。
下面是各个模块的功能
1. 学生模块
(1) 学生注册
注册是基本的功能
(2) 学生登录
登录是基本的功能
(3) 学生信息修改
学生登陆成功后可以对自己的个人信息进行修改
2. 管理员模块
可以对数据库中学生信息进行删除操作
-Functional requirements of the student information management system in order to help schools manage student information designed for school students to master information, for the production of the system. Using B/S structure, the system is divided into modules and student administrator module. Here is the function of each module 1. Student module (1) Student Register is the basic function (2) Student Log is the basic function (3) student information to modify student success after landing their personal information may be modified two. Administrator module can delete information on the of Students
为了帮助学校管理学生信息而设计,以便学校掌握学生信息,为此制作了本系统。
采用B/S结构,将系统分为学生模块与管理员模块。
下面是各个模块的功能
1. 学生模块
(1) 学生注册
注册是基本的功能
(2) 学生登录
登录是基本的功能
(3) 学生信息修改
学生登陆成功后可以对自己的个人信息进行修改
2. 管理员模块
可以对数据库中学生信息进行删除操作
-Functional requirements of the student information management system in order to help schools manage student information designed for school students to master information, for the production of the system. Using B/S structure, the system is divided into modules and student administrator module. Here is the function of each module 1. Student module (1) Student Register is the basic function (2) Student Log is the basic function (3) student information to modify student success after landing their personal information may be modified two. Administrator module can delete information on the of Students
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mystruts\.classpath
........\.project
........\.settings\.jsdtscope
........\.........\org.eclipse.jdt.core.prefs
........\.........\org.eclipse.wst.jsdt.ui.superType.container
........\.........\org.eclipse.wst.jsdt.ui.superType.name
........\build\classes\mystruts\action\AdminAction.class
........\.....\.......\........\......\DeleteAction.class
........\.....\.......\........\......\LoginAction.class
........\.....\.......\........\......\ModifyAction.class
........\.....\.......\........\......\RegisterAction.class
........\.....\.......\........\dao\BaseDao.class
........\.....\.......\........\...\StuDao.class
........\.....\.......\........\...imp\StuDaoImp.class
........\.....\.......\........\entity\Stu.class
........\.....\.......\........\test\Test.class
........\.....\.......\........\uitl\Constants.class
........\.....\.......\........\....\PropertiesUtil.class
........\.....\.......\........\....\TObject.class
........\.....\.......\properties\jdbc.properties
........\.....\.......\sql\stu.sql
........\src\mystruts\action\AdminAction.java
........\...\........\......\DeleteAction.java
........\...\........\......\LoginAction.java
........\...\........\......\ModifyAction.java
........\...\........\......\RegisterAction.java
........\...\........\dao\BaseDao.java
........\...\........\...\StuDao.java
........\...\........\...imp\StuDaoImp.java
........\...\........\entity\Stu.java
........\...\........\test\Test.java
........\...\........\uitl\Constants.java
........\...\........\....\PropertiesUtil.java
........\...\........\....\TObject.java
........\...\properties\jdbc.properties
........\...\sql\stu.sql
........\WebContent\admin.jsp
........\..........\adminloginerror.jsp
........\..........\admin_login.jsp
........\..........\deleteerror.jsp
........\..........\deletesuccess.jsp
........\..........\index.jsp
........\..........\loginerror.jsp
........\..........\loginsuccess.jsp
........\..........\META-INF\MANIFEST.MF
........\..........\modify.jsp
........\..........\modifyerror.jsp
........\..........\modifysuccess.jsp
........\..........\register.jsp
........\..........\registererror.jsp
........\..........\registersuccess.jsp
........\..........\WEB-INF\classes\struts.xml
........\..........\.......\lib\commons-fileupload-1.2.1.jar
........\..........\.......\...\commons-logging-api-1.1.jar
........\..........\.......\...\freemarker-2.3.13.jar
........\..........\.......\...\mysql-connector-java-5.1.7-bin.jar
........\..........\.......\...\ognl-2.6.11.jar
........\..........\.......\...\struts2-core-2.1.6.jar
........\..........\.......\...\xwork-2.1.2.jar
........\..........\.......\web.xml
........\build\classes\mystruts\action
........\.....\.......\........\dao
........\.....\.......\........\daoimp
........\.....\.......\........\entity
........\.....\.......\........\test
........\.....\.......\........\uitl
........\.....\.......\mystruts
........\.....\.......\properties
........\.....\.......\sql
........\src\mystruts\action
........\...\........\dao
........\...\........\daoimp
........\...\........\entity
........\...\........\test
........\...\........\uitl
........\WebContent\WEB-INF\classes
........\..........\.......\lib
........\build\classes
........\src\mystruts
........\...\properties
........\...\sql
........\WebContent\META-INF
........\..........\WEB-INF
........\.settings
........\build
........\src
........\WebContent
mystruts