基于j2ee的企業(yè)人力資源管理信息系統(tǒng)開發(fā).doc
約37頁DOC格式手機打開展開
基于j2ee的企業(yè)人力資源管理信息系統(tǒng)開發(fā),基于j2ee的企業(yè)人力資源管理信息系統(tǒng)開發(fā)1.39萬字我自己原創(chuàng)的畢業(yè)論文,僅在本站獨家提交,大家放心使用摘要 人力資源管理信息系統(tǒng)在企業(yè)管理過程中扮演著重要角色,是為了提高企業(yè)在人力資源方面的管理水平而設(shè)計和開發(fā)的管理信息系統(tǒng)。其設(shè)計的目的是實現(xiàn)對企業(yè)人力資源信息的統(tǒng)一管理,實現(xiàn)人力資源信息分類管理的理念。用于支持管...
內(nèi)容介紹
此文檔由會員 小花仙66 發(fā)布
基于J2EE的企業(yè)人力資源管理信息系統(tǒng)開發(fā)
1.39萬字
我自己原創(chuàng)的畢業(yè)論文,僅在本站獨家提交,大家放心使用
摘要 人力資源管理信息系統(tǒng)在企業(yè)管理過程中扮演著重要角色,是為了提高企業(yè)在人力資源方面的管理水平而設(shè)計和開發(fā)的管理信息系統(tǒng)。其設(shè)計的目的是實現(xiàn)對企業(yè)人力資源信息的統(tǒng)一管理,實現(xiàn)人力資源信息分類管理的理念。用于支持管理者進(jìn)行決策,方便管理者查找信息,從中掌握人力資源發(fā)展的現(xiàn)狀。現(xiàn)在越來越多的企業(yè)選擇開發(fā)自己的人力資源系統(tǒng)以滿足企業(yè)管理上的需求。基于此,越來越多的企業(yè)開始開發(fā)供給企業(yè)人力資源管理部門和企業(yè)高層管理者使用的人力資源管理信息系統(tǒng)。
本系統(tǒng)在在開發(fā)過程中嚴(yán)格遵循系統(tǒng)開發(fā)的流程,運用Ajax技術(shù)進(jìn)行異步提交數(shù)據(jù),使用CSS控制頁面顯示樣式,客戶端頁面是通過JSP頁面動態(tài)實現(xiàn),系統(tǒng)整體采用Struts2+Hibernate+Spring(S2SH)整合的開發(fā)模式。在前端中主要使用強大的Jquery極其插件進(jìn)行編程,提供了極好地用戶體驗。
關(guān)鍵字:人力資源管理 J2EE S2SH
J2EE-based enterprise human resources management information system development
Abstract Human resources management information system plays an important role in enterprise management process, in order to improve enterprise management level in human resources management, designed and developed the management information systems. Its design goal is to achieve a unified enterprise human resource information management, human resources management information classification concept. To support managers to make decisions, easy to find information, able to grasp the status of human resource development , more and more companies choose to develop their own human resources system to meet the needs of enterprise management. Based on this, more and more companies began to develop the supply enterprise human resources management human resources management information systems.
The system is strictly followed in the development process of system development process, the use of Ajax technology for asynchronous data submitted, the page using CSS to control the display style, the client page is dynamically implemented by JSP page, the system as a whole using Struts2 + Hibernate + Spring (S2SH) integrated development model. Mainly used in a front end plug extremely powerful Jquery programmed to provide an excellent user experience.
Key word: HRMS J2EE S2SH
目 錄
第一章 緒論 1
1.1系統(tǒng)的研究背景 1
1.2目前企業(yè)人力資源管理系統(tǒng)存在的問題 1
1.3課題研究的目的和意義 1
1.4可行性分析 2
第二章 運用的技術(shù)及開發(fā)工具介紹 3
2.1 運用技術(shù)的簡介 3
2.2 開發(fā)工具的選擇 4
2.2.1 Tomcat介紹 4
2.2.2 MyEclipse的介紹 5
第三章 系統(tǒng)分析 6
3.1 系統(tǒng)需求分析 6
3.1.1 數(shù)據(jù)需求 6
3.1.2 性能需求 6
3.1.3 功能需求 6
3.2 面向?qū)ο蟮南到y(tǒng)分析 7
第四章 系統(tǒng)設(shè)計 8
4.1 數(shù)據(jù)庫設(shè)計 8
4.1.1 數(shù)據(jù)庫需求分析 8
4.1.2數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 8
4.2 系統(tǒng)功能結(jié)構(gòu)設(shè)計 12
4.2.1系統(tǒng)登陸登出和權(quán)限設(shè)計 12
4.2.2系統(tǒng)管理設(shè)計 14
4.2.3員工管理設(shè)計 15
4.2.4應(yīng)聘信息管理設(shè)計 19
4.2.5獎懲信息管理設(shè)計 19
4.2.6培訓(xùn)信息管理設(shè)計 20
4.2.7薪資信息管理設(shè)計 21
4.2.8現(xiàn)代人力資源管理體現(xiàn) 22
4.2.9財務(wù)核算接口設(shè)計 23
4.3系統(tǒng)安全設(shè)計 23
4.3.1非法用戶攔截 23
4.3.2 登陸校驗碼 24
4.4便捷的用戶體驗設(shè)計 24
4.4.1依托Session機制的設(shè)計 25
4.4.2依托Cookie 機制的設(shè)計 25
4.4.3 智能計算工資總計 25
4.5 技術(shù)難點 25
4.5.1 Struts2 ,Hibernate,Spring整合 26
4.5.2數(shù)據(jù)校驗中js調(diào)用java方法 27
4.5.3導(dǎo)出至Excel表格 27
第五章 系統(tǒng)測試 29
5.1 系統(tǒng)測試的內(nèi)容 29
5.2系統(tǒng)測試的結(jié)果 29
全文總結(jié) 31
致 謝 32
參考文獻(xiàn) 33
1.39萬字
我自己原創(chuàng)的畢業(yè)論文,僅在本站獨家提交,大家放心使用
摘要 人力資源管理信息系統(tǒng)在企業(yè)管理過程中扮演著重要角色,是為了提高企業(yè)在人力資源方面的管理水平而設(shè)計和開發(fā)的管理信息系統(tǒng)。其設(shè)計的目的是實現(xiàn)對企業(yè)人力資源信息的統(tǒng)一管理,實現(xiàn)人力資源信息分類管理的理念。用于支持管理者進(jìn)行決策,方便管理者查找信息,從中掌握人力資源發(fā)展的現(xiàn)狀。現(xiàn)在越來越多的企業(yè)選擇開發(fā)自己的人力資源系統(tǒng)以滿足企業(yè)管理上的需求。基于此,越來越多的企業(yè)開始開發(fā)供給企業(yè)人力資源管理部門和企業(yè)高層管理者使用的人力資源管理信息系統(tǒng)。
本系統(tǒng)在在開發(fā)過程中嚴(yán)格遵循系統(tǒng)開發(fā)的流程,運用Ajax技術(shù)進(jìn)行異步提交數(shù)據(jù),使用CSS控制頁面顯示樣式,客戶端頁面是通過JSP頁面動態(tài)實現(xiàn),系統(tǒng)整體采用Struts2+Hibernate+Spring(S2SH)整合的開發(fā)模式。在前端中主要使用強大的Jquery極其插件進(jìn)行編程,提供了極好地用戶體驗。
關(guān)鍵字:人力資源管理 J2EE S2SH
J2EE-based enterprise human resources management information system development
Abstract Human resources management information system plays an important role in enterprise management process, in order to improve enterprise management level in human resources management, designed and developed the management information systems. Its design goal is to achieve a unified enterprise human resource information management, human resources management information classification concept. To support managers to make decisions, easy to find information, able to grasp the status of human resource development , more and more companies choose to develop their own human resources system to meet the needs of enterprise management. Based on this, more and more companies began to develop the supply enterprise human resources management human resources management information systems.
The system is strictly followed in the development process of system development process, the use of Ajax technology for asynchronous data submitted, the page using CSS to control the display style, the client page is dynamically implemented by JSP page, the system as a whole using Struts2 + Hibernate + Spring (S2SH) integrated development model. Mainly used in a front end plug extremely powerful Jquery programmed to provide an excellent user experience.
Key word: HRMS J2EE S2SH
目 錄
第一章 緒論 1
1.1系統(tǒng)的研究背景 1
1.2目前企業(yè)人力資源管理系統(tǒng)存在的問題 1
1.3課題研究的目的和意義 1
1.4可行性分析 2
第二章 運用的技術(shù)及開發(fā)工具介紹 3
2.1 運用技術(shù)的簡介 3
2.2 開發(fā)工具的選擇 4
2.2.1 Tomcat介紹 4
2.2.2 MyEclipse的介紹 5
第三章 系統(tǒng)分析 6
3.1 系統(tǒng)需求分析 6
3.1.1 數(shù)據(jù)需求 6
3.1.2 性能需求 6
3.1.3 功能需求 6
3.2 面向?qū)ο蟮南到y(tǒng)分析 7
第四章 系統(tǒng)設(shè)計 8
4.1 數(shù)據(jù)庫設(shè)計 8
4.1.1 數(shù)據(jù)庫需求分析 8
4.1.2數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 8
4.2 系統(tǒng)功能結(jié)構(gòu)設(shè)計 12
4.2.1系統(tǒng)登陸登出和權(quán)限設(shè)計 12
4.2.2系統(tǒng)管理設(shè)計 14
4.2.3員工管理設(shè)計 15
4.2.4應(yīng)聘信息管理設(shè)計 19
4.2.5獎懲信息管理設(shè)計 19
4.2.6培訓(xùn)信息管理設(shè)計 20
4.2.7薪資信息管理設(shè)計 21
4.2.8現(xiàn)代人力資源管理體現(xiàn) 22
4.2.9財務(wù)核算接口設(shè)計 23
4.3系統(tǒng)安全設(shè)計 23
4.3.1非法用戶攔截 23
4.3.2 登陸校驗碼 24
4.4便捷的用戶體驗設(shè)計 24
4.4.1依托Session機制的設(shè)計 25
4.4.2依托Cookie 機制的設(shè)計 25
4.4.3 智能計算工資總計 25
4.5 技術(shù)難點 25
4.5.1 Struts2 ,Hibernate,Spring整合 26
4.5.2數(shù)據(jù)校驗中js調(diào)用java方法 27
4.5.3導(dǎo)出至Excel表格 27
第五章 系統(tǒng)測試 29
5.1 系統(tǒng)測試的內(nèi)容 29
5.2系統(tǒng)測試的結(jié)果 29
全文總結(jié) 31
致 謝 32
參考文獻(xiàn) 33