JSP人事管理系统 联系客服

发布时间 : 星期三 文章JSP人事管理系统更新完毕开始阅读

基于jsp的企业人事管理系统

毕业设计(论文)资料

设计(论文)题目: 人事OA管理系统

基于jsp的企业人事管理系统

摘 要

随着计算机的普及和计算机科学技术的飞速发展,人们开始越来越多地利用计算机来解决我们生活中的实际问题了。近几年来,由于人力资源制度的不断改革,各级人力资源部门对人力资源信息管理计算机化的需求也与日俱增。因为对大多数的企业管理者而言,如何有效的管理企业的人力资源,使其发挥最大的效益,是每位企业管理者不断面临的难题与挑战。所以企业人力资源成为了企业管理中的重中之重。

以前人力资源甚至还采用人力处理方法,这样不仅效率低下,不易保存和查找,更多的会由于人为的原因,造成数据的遗漏,差错,误报,从而给企业带来重大的损失。因此,开发一个界面友好,功能全面,操作简单的基于B/S(Browser/Server)结构的企业人力资源系统变得十分重要,这也正是本系统开发的目的和意义所在。本系统将采用目前比较先进的MyEclipse6.5开发工具和SQL Server 2005数据库进行设计。

此企业人力资源系统将人力资源与办公自动化管理进行了有机结合,能有效地管理企业内各种人力资源信息,使企业各部门工作人员都能及时,方便地获得所要人员的各种信息,以及对信息的组合条件查询,更新,管理员的密码设置和工资的统计发放等功能,从而提升企业的工作效率和竞争力,满足了现代企业管理的需要。

本系统前台主要使用JSP作为开发语言,后台使用SqlServer作为数据库管理系统,开发环境是MyEclipse,服务器采用tomcat,开发出的一个基于Web技术的B/S结构的人力资源信息管理系统。

关键词:人事管理,JSP,B/S结构

I

基于jsp的企业人事管理系统

ABSTRACT

With the popularity of computer and the computer science and technology rapid development, more and more people began to use computers to solve practical problems in our life. In recent years, because of the personnel system reform and, at all levels of the personnel department personnel information management of computerized demand is growing. Because for the majority of the enterprise managers, how to the effective management of the enterprise personnel, make it play the biggest benefit, is each enterprise managers continuously problems and challenges. So the business enterprise personal management become the enterprise management in the top priority。

Before the personnel management and even human treatment method, it is not only the efficiency is low, is not easy to preserve and find, more will due to human reason, cause the omission of data, mistakes, distorting, thus brings to the enterprise significant loss. Therefore, development of a friendly interface, comprehensive functions, operation simple based on B/S (Browser/Server) structure of the enterprise personnel management system has become very important, and this is the purpose of this system development and its meaning. This system will use at present more advanced MyEclipse6.5 development tools and SQL Server 2005 database design。

The enterprise personnel management system will personnel management and office automation management of organic union, can effectively manage the business enterprise inside various personnel information, make enterprise department staff can timely and easily get to all of the information personnel, and the combination of the conditions of information query, update, and administrator password set and wage statistics distribution function, so as to promote the enterprise work efficiency and competitiveness, and meet the needs of modern enterprise management

The front of the system using JSP as a development language, the use of SqlServer as a database management system, the development environment is MyEclipse, server using tomcat, developed a Web technology based on B / S structure windows management system.

Keywords: Personnel management,JSP,B / S structure

II

基于jsp的企业人事管理系统

目 录

摘 要 .................................................................................................................... I ABSTRACT ......................................................................................................... II 第一章 绪论 ......................................................................................................... 1

1.1课题背景 ....................................................................................................................... 1 1.2目的和意义 ................................................................................................................... 1 1.3开发工具及技术 ........................................................................................................... 1

1.3.1开发工具 ............................................................................................................. 1 1.3.2 JSP ....................................................................................................................... 2 1.3.3 JavaScript ............................................................................................................ 3 1.4软硬件需求 ................................................................................................................... 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设计的基本思想 ........................................................................................................... 7 2.6性能需求 ....................................................................................................................... 8

2.6.1系统的安全性 ..................................................................................................... 8 2.6.2数据的完整性 ..................................................................................................... 8 2.7界面需求 ....................................................................................................................... 8

第三章 系统分析与设计 ................................................................................... 10

3.1数据库的分析与设计 ................................................................................................. 10

3.1.1数据库的概念结构设计 ................................................................................... 10 3.1.2数据库的逻辑结构设计 ................................................................................... 13 3.1.3数据库的连接原理 ........................................................................................... 15 3.2中文乱码问题处理 ..................................................................................................... 16

第四章 系统功能实现 ....................................................................................... 19

4.1系统登陆页面实现 ..................................................................................................... 19 4.2管理员模块 ................................................................................................................. 22

III