基于jsp模式的人事管理系统的设计与实现.doc
约32页DOC格式手机打开展开
基于jsp模式的人事管理系统的设计与实现,基于jsp模式的人事管理系统的设计与实现页数 32 字数 13979摘要:本论文论述了基于jsp的人事管理系统的设计与实现的全部过程。人事管理系统对于企业单位的管理者来说,具有使用方便、查询快捷、管理准确等特点,成为企业单位不可缺少的部分。我所设计并实现的人事管理系统具有手工管理所无法比拟的优点,如:检索迅速、查找方便...
内容介绍
此文档由会员 赵亮 发布
基于JSP模式的人事管理系统的设计与实现
页数 32 字数 13979
摘要:本论文论述了基于JSP的人事管理系统的设计与实现的全部过程。人事管理系统对于企业单位的管理者来说,具有使用方便、查询快捷、管理准确等特点,成为企业单位不可缺少的部分。我所设计并实现的人事管理系统具有手工管理所无法比拟的优点,如:检索迅速、查找方便、存储量大、保密性好、可靠性高、信息透明等,正是这些优点提高了人事管理的效率,也成为企业管理走向科学化、正规化、透明化的途径。本设计包含部门管理、员工管理、工资管理、考评管理,并具有简单的信息发布功能,本系统基本上包括了用户所需要的全部管理功能。
关键字:JSP,MySQL,Srrvlet,HTMLarea,人事管理
A Design and Implementation of Personnel management system based on JSP pattern
Abstract :This thesis has described the design based on personnel administrative system of JSP and course realized. Personnel administrative system to enterprise's unit administrator, have easy to use inquiring swift , management characteristic such as being accurate, become enterprise's unit's indispensable part. The personnel administrative system that I design and realize has incomparable advantage of administrative institute of crafts, for instance: Search rapidly , find out that convenient , the storing amount is great , privacy is good , dependability is high , information is transparent, it is advantage these that raise efficiency of personnel management , become business administration move towards scientific process , regularization , route of transparence too. Originally design and include department's management , staff's management , the salary is managed , check and rate and manage, have a simple information issue function, this system basically includes all functions of management that users need.
Key Words:JSP;MySQL;Srrvlet;HTMLarea ;Personnel management
目录
0前言 4
1需求分析 4
1.1需求分析 4
1.2用例分析 6
1.3业务/机构划分 8
1.4业务流程 9
1.5实体—关系分析 10
1.6实体属性和职责 10
2设计方案 11
2.1系统结构 11
2.2系统架构选择 12
2.3设计模式选择 14
2.4技术路线选择 15
2.5设计工具选择 17
3系统设计 18
3.1各工作模块流程图 18
3.2数据表结构设计 21
3.3数据表关联关系 23
3.4数据库连接方式 24
3.5主要界面设计 26
4系统实现 27
4.1系统文件功能说明 27
4.2主要类和接口说明 27
4.3主要系统界面 28
5调试和部署 31
5.1系统文件的打包和部署 31
5.2设计难题及解决方法 31
6结束语 32
7致谢 33
参考资料:
[1]刘中兵 李伯华 邹晨编著,JSP数据库项目案例导航,清华大学出版社 ,2006年1月3版
[2]四维科技 杨易 编著,JSP网络变成技术与实例,人民邮电出版社 ,2005年10月1次印刷
[3]赵光编著,JSP+Oracle数据库组件动态网站经典实例,电子工业出版社,2005年12月1次印刷
[4]Borland 公司编著,Jbuilder实用技术手册,2004年10月2次印刷
[5]卫红春编著,信息系统分析与设计,西安电子科技大学出版社,2004年4月2次印刷
页数 32 字数 13979
摘要:本论文论述了基于JSP的人事管理系统的设计与实现的全部过程。人事管理系统对于企业单位的管理者来说,具有使用方便、查询快捷、管理准确等特点,成为企业单位不可缺少的部分。我所设计并实现的人事管理系统具有手工管理所无法比拟的优点,如:检索迅速、查找方便、存储量大、保密性好、可靠性高、信息透明等,正是这些优点提高了人事管理的效率,也成为企业管理走向科学化、正规化、透明化的途径。本设计包含部门管理、员工管理、工资管理、考评管理,并具有简单的信息发布功能,本系统基本上包括了用户所需要的全部管理功能。
关键字:JSP,MySQL,Srrvlet,HTMLarea,人事管理
A Design and Implementation of Personnel management system based on JSP pattern
Abstract :This thesis has described the design based on personnel administrative system of JSP and course realized. Personnel administrative system to enterprise's unit administrator, have easy to use inquiring swift , management characteristic such as being accurate, become enterprise's unit's indispensable part. The personnel administrative system that I design and realize has incomparable advantage of administrative institute of crafts, for instance: Search rapidly , find out that convenient , the storing amount is great , privacy is good , dependability is high , information is transparent, it is advantage these that raise efficiency of personnel management , become business administration move towards scientific process , regularization , route of transparence too. Originally design and include department's management , staff's management , the salary is managed , check and rate and manage, have a simple information issue function, this system basically includes all functions of management that users need.
Key Words:JSP;MySQL;Srrvlet;HTMLarea ;Personnel management
目录
0前言 4
1需求分析 4
1.1需求分析 4
1.2用例分析 6
1.3业务/机构划分 8
1.4业务流程 9
1.5实体—关系分析 10
1.6实体属性和职责 10
2设计方案 11
2.1系统结构 11
2.2系统架构选择 12
2.3设计模式选择 14
2.4技术路线选择 15
2.5设计工具选择 17
3系统设计 18
3.1各工作模块流程图 18
3.2数据表结构设计 21
3.3数据表关联关系 23
3.4数据库连接方式 24
3.5主要界面设计 26
4系统实现 27
4.1系统文件功能说明 27
4.2主要类和接口说明 27
4.3主要系统界面 28
5调试和部署 31
5.1系统文件的打包和部署 31
5.2设计难题及解决方法 31
6结束语 32
7致谢 33
参考资料:
[1]刘中兵 李伯华 邹晨编著,JSP数据库项目案例导航,清华大学出版社 ,2006年1月3版
[2]四维科技 杨易 编著,JSP网络变成技术与实例,人民邮电出版社 ,2005年10月1次印刷
[3]赵光编著,JSP+Oracle数据库组件动态网站经典实例,电子工业出版社,2005年12月1次印刷
[4]Borland 公司编著,Jbuilder实用技术手册,2004年10月2次印刷
[5]卫红春编著,信息系统分析与设计,西安电子科技大学出版社,2004年4月2次印刷