文件名称:newSMS
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-04-12
- 文件大小:
- 43kb
- 下载次数:
- 0次
- 提 供 者:
- ji***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个简单的学员信息管理系统
实现以下功能 用到了工厂方法设计模式及模板
采用继承结构
学员信息管理
功能:
1.学员信息入档 --学员可操作功能
2.学员登录 --学员可操作功能
3.查询学员个人信息 --学员可操作功能
4.查询所有学员信息 --教员可操作功能
5.删除学员信息 --管理员可操作功能
教员信息管理
功能:
1.教员信息入档 --管理员可操作功能
2.教员登录 --教员可操作功能
3.查询教员个人信息 --教员可操作功能
4.查询所有教员信息 --管理员可操作功能
5.删除教员信息 --管理员可操作功能
课程信息管理
功能:
1.课程信息录入 --管理员可操作功能
2.学员选课 --学员可操作功能
3.教员查询所授课程信息 --教员可操作功能
4.查询所有课程信息 --学员可操作功能-A simple student information management system
Achieve the following functions use the factory method design pattern and template
Inheritance structure
Student Information Management
Features:
Student information into the file- the operational capabilities of trainees
2.Student Login- Students operational function
3 inquiries Student s personal information- students operable
Query all participants- teachers operational function
Delete student information- administrator operable function
Faculty information management
Features:
Faculty information into the file- administrator operable function
&
实现以下功能 用到了工厂方法设计模式及模板
采用继承结构
学员信息管理
功能:
1.学员信息入档 --学员可操作功能
2.学员登录 --学员可操作功能
3.查询学员个人信息 --学员可操作功能
4.查询所有学员信息 --教员可操作功能
5.删除学员信息 --管理员可操作功能
教员信息管理
功能:
1.教员信息入档 --管理员可操作功能
2.教员登录 --教员可操作功能
3.查询教员个人信息 --教员可操作功能
4.查询所有教员信息 --管理员可操作功能
5.删除教员信息 --管理员可操作功能
课程信息管理
功能:
1.课程信息录入 --管理员可操作功能
2.学员选课 --学员可操作功能
3.教员查询所授课程信息 --教员可操作功能
4.查询所有课程信息 --学员可操作功能-A simple student information management system
Achieve the following functions use the factory method design pattern and template
Inheritance structure
Student Information Management
Features:
Student information into the file- the operational capabilities of trainees
2.Student Login- Students operational function
3 inquiries Student s personal information- students operable
Query all participants- teachers operational function
Delete student information- administrator operable function
Faculty information management
Features:
Faculty information into the file- administrator operable function
&
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SMSteacher2\.classpath
...........\.project
...........\SMS.umr
...........\src\Start.java
...........\...\org\sms\view\View.java
...........\...\...\...\view
...........\...\...\...\store\CourseStore.java
...........\...\...\...\.....\Map.java
...........\...\...\...\.....\Store.java
...........\...\...\...\.....\StoreFactory.java
...........\...\...\...\.....\StoreTempalte.java
...........\...\...\...\.....\StudentStore.java
...........\...\...\...\.....\TeacherStore.java
...........\...\...\...\store
...........\...\...\...\operation\CourseOperation.java
...........\...\...\...\.........\Operation.java
...........\...\...\...\.........\PersonOperation.java
...........\...\...\...\.........\StudentOperation.java
...........\...\...\...\.........\TeacherOperation.java
...........\...\...\...\operation
...........\...\...\...\data\Course.java
...........\...\...\...\....\Person.java
...........\...\...\...\....\Student.java
...........\...\...\...\....\Teacher.java
...........\...\...\...\data
...........\...\...\sms
...........\...\org
...........\src
...........\document\作业.txt
...........\document
...........\bin\Start.class
...........\...\org\sms\view\View.class
...........\...\...\...\view
...........\...\...\...\store\CourseStore.class
...........\...\...\...\.....\Map.class
...........\...\...\...\.....\Store.class
...........\...\...\...\.....\StoreFactory.class
...........\...\...\...\.....\StoreTempalte.class
...........\...\...\...\.....\StudentStore.class
...........\...\...\...\.....\TeacherStore.class
...........\...\...\...\store
...........\...\...\...\operation\CourseOperation.class
...........\...\...\...\.........\Operation.class
...........\...\...\...\.........\PersonOperation.class
...........\...\...\...\.........\StudentOperation.class
...........\...\...\...\.........\TeacherOperation.class
...........\...\...\...\operation
...........\...\...\...\data\Course.class
...........\...\...\...\....\Person.class
...........\...\...\...\....\Student.class
...........\...\...\...\....\Teacher.class
...........\...\...\...\data
...........\...\...\sms
...........\...\org
...........\bin
...........\.settings\com.genuitec.eclipse.core.prefs
...........\.settings
SMSteacher2