工资管理系统
毕业设计(论文)资料
设计(论文)题目:
工资管理系统
工资管理系统
摘 要
在经济全球化的背景下,社会和科技在不断的发展进步,各种各样的数据管理系统
被开发者开发设出来应用到了社会的各行各业中。学校作为一个培养优秀人才的地方,
自然首当其冲,跟随发展潮流,实行工资的信息化管理,取代传统陈旧的人工管理体系。
工作人员通过工资管理系统可以实现对工资更系统、更规范化的管理,减少了很多
工作量的同时,也使得信息更准确、更详细,同时数据信息也不易丢失,查找较之之前
的人工管理更方便快捷。本系统开发时主要包含了一下功能:工资信息添加、工资信息
管理、信息统计、工资管理、工资统计等。
本系统是一款基于 JSP 的网站,分为前台和后台管理,利用 JSP 作为开发语言,
SQLSERVER 作为数据库的管理系统进行开发,开发环境是 MyEclipse,系统的服务器采
用 tomcat 作为服务器,开发出的一个基于 Web 技术的 B/S 结构的工资管理系统,运行
简单方便。
关键词:工资,JSP,B/S 结构
工资管理系统
I
ABSTRACT
In the context of economic globalization, social and technological development and
progress, various data management systems have been developed by developers and applied
to all walks of life. As a place to train excellent talents, the school will bear the brunt, follow
the trend of development, implement the informationization management of wages, and
replace the traditional artificial management system.
Staff through the salary management system can realize the salary system,
standardization of the management, reduce a lot of work at the same time, also make the
information more accurate, more detailed, not easy also lost data information at the same time,
search the artificial management more convenient than before. The development of this
system mainly includes functions: salary information addition, salary information
management, information statistics, salary management, salary statistics, etc.
This system is a Web site based on JSP, divided into foreground and background
management, using the JSP as a development language, used as a database management
system development, the development environment is MyEclipse, server using tomcat as the
server in the system, developed a Web technology based B/S structure of the salary
management system, operation simple and convenient.
Keywords: Teaching staff,JSP,B / S structure
工资管理系统
II
目 录
摘 要....................................................................................................................I
ABSTRACT .........................................................................................................II
第一章 绪论.........................................................................................................1
1.1 课题背景........................................................................................................................1
1.2 当前发展状况................................................................................................................1
1.4 课题研究意义................................................................................................................2
1.4 开发工具及技术............................................................................................................2
1.4.1 开发工具..............................................................................................................2
1.4.2 JSP........................................................................................................................3
1.4.3 JavaScript.............................................................................................................4
1.5 软硬件需求....................................................................................................................4
第二章 需求分析.................................................................................................5
2.1 需求调研........................................................................................................................5
2.2 可行性分析....................................................................................................................5
2.2.1 技术的可行性......................................................................................................5
2.2.2 经济的可行性......................................................................................................5
2.2.3 操作可行性..........................................................................................................6
2.2.4 法律的可行性......................................................................................................6
2.3 系统用户用例图............................................................................................................6
2.3.1 管理员用例图......................................................................................................6
2.4 功能模块需求分析........................................................................................................7
2.5 设计的基本思想............................................................................................................8
2.6 性能需求........................................................................................................................8
2.6.1 系统的安全性......................................................................................................8
2.6.2 数据的完整性......................................................................................................8
2.7 界面需求........................................................................................................................9
第三章 系统分析与设计.....................................................................................9
3.1 数据库的分析与设计....................................................................................................9
3.1.1 数据库的概念结构设计....................................................................................10
3.1.2 数据库的逻辑结构设计....................................................................................12
3.1.3 数据库的连接原理............................................................................................13
3.2 中文乱码问题处理......................................................................................................14
第四章 系统功能实现.......................................................................................15
4.1 系统登陆页..................................................................................................................15
工资管理系统
III
4.2 系统主页面..................................................................................................................16
4.3 部门信息管理..............................................................................................................17
4.4 工资档案信息管理.....................................................................................................18
4.5 工资信息管理..............................................................................................................19
第五章 系统测试...............................................................................................19
5.1 系统测试目的与意义..................................................................................................19
5.2 测试过程......................................................................................................................20
5.2.1 主页面的登录模块测试....................................................................................20
5.3 其他错误......................................................................................................................20
结 论.................................................................................................................21
参考文献.............................................................................................................22
致 谢.................................................................................................................23