您的当前位置:首页人事管理系统论文:基于SSH的人事管理系统的设计和实现

人事管理系统论文:基于SSH的人事管理系统的设计和实现

2024-01-15 来源:小侦探旅游网
精品文档就在这里

-------------各类专业好文档,值得你下载,教育,管理,论文,制度,方案手册,应有尽有-------------- --------------------------------------------------------------------------------------------------------------------------------------------

人事管理系统论文:基于SSH的人事管理系统的设计和实现

企业人事管理是企业管理的一项重要内容.在整个企业的管理中具有重要地位。随着计算机技术的飞速发展和企业信息化的发展趋势,人事管理系统已经成为企业管理内不可缺少的一部分,是适应现代企业制度要求、推动企业劳动人事管理走向科学化、规范化的必要条件。一直以来人们使用传统人工的方式管理文件档案,这种管理方式存在着许多缺点,如效率低、保密性差。另外,时间一长将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。随着计算机技术的飞速发展.计算机在企业管理中应用的普及。利用计算机实现企业人事管理势在必行。合理的利用有助于企业发展的管理系统是企业改革的一种优越的体现。不仅保证了核算准确度。还成倍的提高了工作效率.而且便于查询.随着Internet技术的不断发展,很多应用系统的体系结构从C/S结构向更加灵活的B/S体系结构转变。在原来的C/S结构当中,几乎所有的应用逻辑都在客户端实现,使得应用程序的维护、移植和互操作变得相当的复杂和困难.对于B/S模式而言,开发、维护等几乎所有工作都集中在服务器端,当企业对网络应用进行升级时,只需要更新服务器端的软件即可,这样减轻了系统维护与升级的成本.因此,C/S正逐渐退出舞台,取而代之的是B/S结构,即3层次(3-tier)或者层(n—tier)企业计算框架。J2EE下的B/S应用系统通常由运行在客户端的Web浏览器(用户界面)、Web容器中的Web组件(Web层)和运行在EJB(企业JavaBean)容器中的处理

---------------------------------------------------------精品 文档

---------------------------------------------------------------------

精品文档就在这里

-------------各类专业好文档,值得你下载,教育,管理,论文,制度,方案手册,应有尽有-------------- --------------------------------------------------------------------------------------------------------------------------------------------

事务的EJB组件(业务层)组成,其中Web层的设计是否易于管理和扩展,将直接影响到应用程序整体性能。本文所阐述的人事管理系统是采用B/S模式,运用Eclipse开发平台,Struts,Spring,Hibernate框架,MVC开发模式和Java,Jsp等相关技术开发的。本系统依据实际需求设计数据库结构,并实现了人事管理系统的基本功能,如职工档案信息,劳动合同信息等数据的查询,添加,统计等功能,从而提升了企业的效率和竞争力,满足了现代企业管理的需求。

【英文摘要】The business enterprise personal management in enterprise management is an important content in the enterprise management。 Has the important position. Along with the rapid development of computer technology and development trend of enterprise informatization, the personnel management system has become an enterprise management inside, is an indispensable part of modern enterprise system, promote enterprise labor personnel management to scientific and standardization of the necessary conditions. Since people use traditional artificial waymanagement document files, this mode of administration has many shortcomings, such as low efficiency, secrecy. In addition, a long time, will produce the massive documents and the data, for the search, the renewal and the maintenance has brought about a lot of difficulties。 Along with the rapid

---------------------------------------------------------精品 文档

---------------------------------------------------------------------

精品文档就在这里

-------------各类专业好文档,值得你下载,教育,管理,论文,制度,方案手册,应有尽有-------------- --------------------------------------------------------------------------------------------------------------------------------------------

development of computer technology. The computer application in enterprise management, the popularization. By using computer to realize enterprise personnel management is imperative. Reasonable use helps the development of the enterprise management system is a kind of superior enterprise reform. Not only guarantee the accuracy of accounting. Still have multiplied to improve the work efficiency. And easy to search.With the constant development of the Internet technology, the system structure of many applications from C/S structure to more flexible B/S structure transformation. In the original C/S structure, almost all the application logic in client applications, make the maintenance and transplantation and interoperability become quite complex and difficult。 For B/S model, development and maintenance work almost all focus on the server, when the enterprise of network application upgraded, only need to update server software can be reduced, so the cost of maintenance and update。 Therefore, C/S is gradually withdraw stage, instead of B/S structure, namely 3 levels (3 — tier) or more layers (n — tier) enterprise computing framework。The B/S under J2EE application system is usually run in the client Web browser (user interface), Web

---------------------------------------------------------精品 文档

---------------------------------------------------------------------

精品文档就在这里

-------------各类专业好文档,值得你下载,教育,管理,论文,制度,方案手册,应有尽有-------------- --------------------------------------------------------------------------------------------------------------------------------------------

containers module (Web) and operation in Web layer (EJB JavaBean) in the container handling affairs EJB components (business), which is easy to design of Web layer management and expansion, will directly affect the application performance。This paper expounds the personnel management system is adopted B/S model, using the Eclipse development platform, Struts are Hibernate framework, and development mode and Java, MVC, related technology development of Jsp tags。 This system based on the actual demand design database structure, and realize the basic function of the personnel management system, such as worker archives information, labor contract information, data, add, statistical, and other functions, so as to enhance the efficiency of the enterprise competitiveness, and meet the needs of modern enterprise management。

【关键词】人事管理系统 Struts Spring Hibernate

【英文关键词】Personnel management system Struts Spring Hibernate

【目录】基于SSH的人事管理系统的设计和实现摘要4-5ABSTRACT5—6第一章 引言10-141。1 课题研究背景和意义10-111.2 课题研究现状11—121.3 论文的主要工作121.4 论文章

---------------------------------------------------------精品 文档

---------------------------------------------------------------------

精品文档就在这里

-------------各类专业好文档,值得你下载,教育,管理,论文,制度,方案手册,应有尽有-------------- --------------------------------------------------------------------------------------------------------------------------------------------

节安排12-14第二章 系统开发关键技术14-202。1 SSH 框架14-182.1。1 Struts 简介142。1。2 Spring 简介142。1。3 Hibernate 简介14-152.1.4 SSH 框架的整合15-182。2 MVC 模式182。3 JAVA 技术18-192.4 JSP 技术192。5 本章小结19—20第三章 系统需求分析20—333。1 需求分析20—223.1。1 数据需求20—213.1。2 功能需求21—223.2 数据流图22-323。2.1 用户登录223.2.2 职工信息管理22-303.2。3 职工信息统计管理30—313。2.4 用户信息管理313。2。5 代码表维护和权限管理31-323.3 本章小结32-33第四章 概念结构设计33-364。1 实体联系图33—344。1。1 职工信息管理334.1.2 职工信息统计管理33-344.2 实体及其所包含的属性34—354。2。1 信息表实体34-354.2.2 代码表实体354。3 本章小结35-36第五章 系统总体设计36-475。1 系统功能模块设计36—385。1。1 系统功能结构图36-375。1。2 系统功能描述37-385。2 系统数据库结构设计38-465.2.1 系统数据库结构38—465.2.2 结构描述465.3 本章小结46—47第六章 系统详细设计及实现47-656。1 选择软件开发的平台47—516.1。1 选择开发模式47—496。1。2 选择开发工具49—506。1.3 选择数据库50-516.2 主要模块的设计与实现51-596.2.1 用户登录模块516。2。2 职工信息管理模块51—546。2.3 职工信息统计模块54—576.2.4 用户信息管理模块57—586。2.5 代码表维护模块58—596。3 系统开发遇到的主要问题及解决方法59-646.3。1 中文乱码问题59—606.3.2 图片处理问题606.3.3

---------------------------------------------------------精品 文档

---------------------------------------------------------------------

精品文档就在这里

-------------各类专业好文档,值得你下载,教育,管理,论文,制度,方案手册,应有尽有-------------- --------------------------------------------------------------------------------------------------------------------------------------------

HQL 语言的条件查询60—616。3.4 安全性问题616。3.5 不能映射action 或者服务器开启后自动关闭61-626。3.6 表之间的外键关联问题626.3.7 服务器8080 端口被占用626.3.8 Excel 数据的导入问题62—646。4 本系统特点646.5 本章小结64-65第七章 系统测试及使用说明65—737。1 测试环境657。2 测试方案657。3 基本功能单元测试65—727。3。1 系统登陆界面65-677。3。2 职工基本信息管理67—697。3。3 职工变动信息管理69-707.3。4 职工合同信息管理70-717。3。5 代码表维护管理717.3。6 权限维护管理71—727.4 本章小结72-73第八章 结论73-758。1 总结738。2 系统的不足之处及展望73—748。3 收获74—75致谢75-76参考文献76-79附录79—87

---------------------------------------------------------精品 文档---------------------------------------------------------------------

因篇幅问题不能全部显示,请点此查看更多更全内容