基于jsp的企业人事管理系统人员信息管理设计与实现

2019-03-22 18:57

海 南 大 学

毕 业 论 文(设计)

题 目:学 号:姓 名:林发蒙年 级:学 院:信息学院系 别:计算机系专 业:计算机与科学指导教师:陈丹完成日期:

基于jsp的企业人事管理系统人员信息管理设计与实现 101000121001 2010级 2012 年 5 月 1 日

摘要

随着当今企业人员数量不断增加、分工的不断细化、各行业间联系的不断密切。对人事管理的要求也不断提高,实现人事管理自动化,无疑将带来高效率的企业管理。人员是企业生存的主要元素,人员的增减、变动将直接影响到企业的整体运作,企业每天都要涉及到人员工问题。企业员工越多、分工越细、联系越密,所要做的统计工作就越多,人事管理的难度就越大。最初的人事管理采用人工方式,记录量大,易出错。人事管理系统就是用电脑代替大量的人工记录,完成众多信息的处理,方便、准确度高,且可以长期保存。人事管理系统,为个人提供资料查询服务,为企业提供工员分工等服务。旧式的用纸介材料来记录的人工管理方式已不合适现代企业公司的发展了,实现人事管理的系统化、规范化、自动化,将成为现代公司管理人员的首选。本系统基本上能满足现代企业人事管理的需求,人事管理系统中使用各种表格,保存相关的人员信息,方便查询、浏览、修改等操作。工资管理系统的前提是一定要有员工的在职作为基础,在使用的时候一定要保证员工在职的人事信息数据库。

本系统是综合人事管理系统。企业人事管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。系统包含的主要功能为查询,修改,删除和添加,对职工的档案,职工工资、职工培训、职工的部门调动、职工奖惩等信息进行管理。本系统采用B/S模式,前台系统开发采用JSP作为开发工具,后台采用SQL Server 2000 作为数据库管理系统。

关键词:人事档案;管理信息系统;数据流程

2

Abstract

It is an important content of company's management that the Enterprise personnel

management system. Increasing with nowadays enterprise's personnel's quantity , the personnel managements of enterprises become more and more complicated too, if it can be realized the automation of management of the personnel ,it will undoubtedly bring to administrative department of enterprises very big and convenient.The fund is the main element that enterprises survived, the flow of the fund influences of the whole operation of enterprises ,The personnel of enterprise staff's is an important component of enterprise's fund management, because each of enterprise is grant issue of personnel ,staff of enterprise , to involve to want month. Enterprise staff many number have, statistical work of? personnel more, personnel heavy to grant degree of difficulty.Initial personnel calculation and giving away is artificial way to deal with . In doing heavy work , the wrong rising thereupon of probability too appears. The Enterprise personnel administrative system, offers personnel inquiry service for individual and enterprise personnel calculation.The traditional paper has lain between the development of the already improper modern enterprise like corporation of information management of data of the materials and realizes personnel systematization ,standardization , automation of management ,so it becomes modern company first-selection to manage personnel.This system can meet modern enterprise's personnel management's demands basically, use various kinds of forms in the modern personnel administrative system, keep relevant personnel information, convenient to is it operate it to inquire about, browse through, fix etc.Personnel prerequisite of administrative system will certainly have the employee's attendance information as the foundation, because the system to use staff attendance information is it calculate personnel of staff to come, must guarantee the staff's personnel information database while using, so this system is chartered Draw together some information processing of the personnel (the staff's attendance, settlement of working time ,etc.

The enter price personnel management system is the typical information management system (MIS), its development mainly includes the backstage database the establishment and the maintenance as well as front end the application procedure development two aspects. The system contains the main function is the inquiry, the revision, the deletion and the increase , to staff's file, the staff wages, the staff trains, staff's department transfers, information and so on staff rewards and punishment carries on the management. This system uses the B/S pattern, the onstage system development uses JSP to take the development kit, the backstage uses SQL Server 2,000 to take the database management system.

Keywords: Personnel file; Manage the information system; Data process

3

目 录

1 绪论.............................................................. 6

1.1 选题目的与意义 .............................................. 6 1.3 项目背景 .................................................... 6 1.4 国内外研究现状 .............................................. 7 1.5 存在的问题 .................................................. 8 1.6 企业人事管理系统的简介 ...................................... 9

1.6.1 系统语言开发环境....................................... 9 1.6.2 系统数据库结构及功能分析............................... 9 1.6.3 业务流程.............................................. 10

2 人事管理系统相关技术理论......................................... 12

2.1 B/S架构.................................................... 12

2.1.1 B/S模式的优点和缺点 .................................. 13 3.2 Java语言的特点............................................. 13

2.2.1 面向对象.............................................. 13 2.2.2 平台无关性............................................ 14 2.2.3 分布式................................................ 15 2.2.4 可靠性和安全性........................................ 15 3.3 JSP概述.................................................... 16

2.3.1 JSP应用模型 .......................................... 17 2.3.2 JSP的技术方法 ........................................ 18 2.3.3 JSP原理与优点 ........................................ 19 2.3.4 JSP的弱势 ............................................ 21 3.4 Tomcat ..................................................... 21

2.4.1 MyEclipse 中配置Tomcat服务器......................... 22 2.4.2 Tomcat 连接池......................................... 22

3 系统总体结构设计................................................. 22

3.1 总体设计的原理 ............................................. 22 3.2 系统功能结构 ............................................... 23 3.3 数据库概念设计 ............................................. 25

3.3.1数据库物理设计 ........................................ 27

4 系统模块具体设计与实现........................................... 31

4.1 人员档案模块 ............................................... 31

4.1.1 人员档案模块的功能概述................................ 31 4.1.2 人员档案模块实现...................................... 33 4.2 培训管理模块 ............................................... 34

4.2.1 培训管理功能概述...................................... 34 4.2.2 培训管理实现过程...................................... 36 4.3 医保管理模块 .............................................. 37

4.3.1 医保管理的功能概述.................................... 37

4

4.3.2 医保管理模块的功能实现................................ 37 4.4 工资管理模块 .............................................. 38

4.4.1工资管理模块的功能概述 ................................ 38 4.4.1工资管理模块的功能实现 ................................ 39 4.5各模块内部过程描述.......................................... 40

4.5.1 操作员登录............................................ 40 4.5.2人员信息详细查询 ...................................... 41

5 开发总结......................................................... 42

5.1 系统功能概要 ............................................... 42 5.2 设计中出现的问题 ........................................... 42

致谢. 44 参考文献...................................................................................................................45

5


基于jsp的企业人事管理系统人员信息管理设计与实现.doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:电路分析试题库(有答案)

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: