基于java企业人事管理系统设计与实现

企业人事管理系统的设计与实现

【摘要】:人才是企业发展的核心力量,所以人事管理是企业管理中一项重要的任务。传统的人事管理系统不仅效率慢而且极易出错,使管理者不能清楚的了解每一位员工的详细情况,对企业的发展形成了不好的影响。不过现在计算机技术十分发达,人们针对这种情况特别设计了许多类型的人事管理系统,人事管理系统的出现使企业管理者对于人事管理的现状有了非常大的改善。
本文所设计和开发的就是一种功能比较全面的人事管理系统,本文主要介绍了人事管理系统的背景以及研究的意义,介绍了开发人事管理系统所需要的一些技术,并且对系统进行了详细的需求分析和设计并成功实现。
目前,开发人事管理系统的技术有很多,本系统所用的是比较流行的JSP技术,使用的是SSM框架,数据库选择的Mysql数据库,通过对多种技术的组合使用,可以是系统的功能更加的完善,是系统的可操作性更强。
【关键词】: 人事管理系统;计算机;SSM框架;JSP
Design and implementation of personnel management system for small-sized enterprises

【Abstract】:Talent is the core force of enterprise development, so personnel management is an important task in enterprise management. The traditional personnel management system is not only slow and easy to make mistakes, so that managers can not clearly understand the details of each employee, which has a bad impact on the development of the enterprise. But now the computer technology is very developed, people specifically designed many types of personnel management system for this situation, the emergence of personnel management system for enterprise managers for the status of personnel management has been greatly improved. This article is designed and developed a more comprehensive function of personnel management system, this paper mainly introduces the background of Personnel Management System and the significance of research, introduced the development of personnel management system required by some of the technology, and the system has carried on the detailed demand analysis and the design and the success realization. At present, there are many technologies to develop the personnel management system. The relatively popular JSP technology is used in this system, which uses the SSM framework, the Mysql database selected by the database, and through the combination of various technologies, it could be that the function of the system is better, the Operability of the system is stronger.

【KEY WORD】: Personnel Management System; computer; SSM framework; JSP

目 录
第1章 绪论 7
1.1 研究背景及意义 7
1.2 国内外研究和发展现状 7
1.3 研究内容 8
第2章 系统开发技术 8
2.1 数据库MySql 8
2.2 JSP简介 9
2.3 B/S系统结构 9
2.4 Tomcat服务器 9
第3章 需求分析 9
3.1 功能需求分析 9
3.2 可行性分析 10
3.3 非功能需求分析 11
3.4 设计目标 11
第4章 系统设计 12
4.1 设计原则 12
4.2 数据库设计 12
4.3 功能设计 16
第5部分 系统实现 17
5.1 前端功能 18
5.2 后台功能 20
第6部分 系统测试 23
6.1 测试目的 23
6.2 测试内容 23
6.3 测试实例 24
6.3 测试结果 27
课题总结 28
致 谢 29
参考文献 1

你可能感兴趣的:(java,开发语言)