a国产,中文字幕久久波多野结衣AV,欧美粗大猛烈老熟妇,女人av天堂

基于SSH的企業(yè)人力資源信息化系統(tǒng)研究

發(fā)布時(shí)間:2019-04-18 08:55
【摘要】:市場競爭的日益激烈,使得企業(yè)必須進(jìn)行信息化建設(shè),提高生產(chǎn)率。利用計(jì)算機(jī)軟硬件技術(shù)和網(wǎng)絡(luò)技術(shù),建立網(wǎng)絡(luò)化、電子化和信息化的人力資源系統(tǒng),就是其中一個(gè)重要的建設(shè)環(huán)節(jié)。 本文采用B/S架構(gòu),使用成熟的Struts、Spring和Hibernate應(yīng)用框架,設(shè)計(jì)和實(shí)現(xiàn)了一個(gè)企業(yè)人力資源信息化系統(tǒng)。該系統(tǒng)緊貼企業(yè)的業(yè)務(wù)需求,采用了層次化的設(shè)計(jì)方法,使得系統(tǒng)在滿足用戶需求的前提下,盡量提高程序的靈活性和健壯性。 本文從課題的背景以及研究意義入手,證明了課題選擇的社會(huì)價(jià)值和技術(shù)價(jià)值。然后對(duì)課題相關(guān)的技術(shù)進(jìn)行描述。應(yīng)用框架是本文中的技術(shù)核心。本文從軟件架構(gòu)的概念和原理出發(fā),引入了應(yīng)用框架的概念,并研究了開發(fā)本系統(tǒng)中用到的三個(gè)應(yīng)用框架:Struts、Spring和Hibernate,分別針對(duì)這三種框架進(jìn)行了闡述,并給出三種框架結(jié)合使用的方式。 系統(tǒng)需求分析的結(jié)果不僅被作為軟件設(shè)計(jì)的依據(jù),而且也被作為軟件驗(yàn)收的標(biāo)準(zhǔn)。系統(tǒng)的設(shè)計(jì)的首要目標(biāo)是實(shí)現(xiàn)具體的業(yè)務(wù)邏輯,以支撐企業(yè)的業(yè)務(wù)運(yùn)轉(zhuǎn),其次是滿足性能需求,具有更好的可用性,實(shí)現(xiàn)更順暢的人機(jī)交互。本文在系統(tǒng)需求分析中重點(diǎn)描述了系統(tǒng)的功能需求、性能需求和軟硬件環(huán)境約束。 本文所述系統(tǒng)設(shè)計(jì)包括了三個(gè)方面的內(nèi)容:系統(tǒng)功能模塊劃分、系統(tǒng)靜態(tài)結(jié)構(gòu)設(shè)計(jì)和系統(tǒng)各模塊關(guān)鍵業(yè)務(wù)流程設(shè)計(jì)。系統(tǒng)功能模塊劃分的依據(jù)是功能需求分析,但它不再面向單獨(dú)的角色,而是綜合考慮所有角色的功能,將它們進(jìn)行整合,進(jìn)行模塊的合理設(shè)計(jì)。系統(tǒng)的靜態(tài)結(jié)構(gòu)設(shè)計(jì)中,類的定義分為兩種:第一種是實(shí)體類,這些類代表了系統(tǒng)所處理的業(yè)務(wù)邏輯中的業(yè)務(wù)實(shí)體。第二種是業(yè)務(wù)邏輯處理類,業(yè)務(wù)處理類的定義對(duì)應(yīng)著各個(gè)功能模塊的功能項(xiàng)。業(yè)務(wù)流程的設(shè)計(jì)體現(xiàn)了系統(tǒng)的動(dòng)態(tài)行為。 最后,本文給出了系統(tǒng)的實(shí)現(xiàn),一共包括四部分的內(nèi)容:系統(tǒng)的開發(fā)環(huán)境、系統(tǒng)的業(yè)務(wù)邏輯實(shí)現(xiàn)、關(guān)鍵信息的加密和錯(cuò)誤預(yù)防及控制。系統(tǒng)開發(fā)環(huán)境描述了系統(tǒng)開發(fā)的硬件環(huán)境和開發(fā)工具。系統(tǒng)的業(yè)務(wù)邏輯實(shí)現(xiàn)描述了MVC架構(gòu)的實(shí)現(xiàn)、使用Hibernate封裝數(shù)據(jù)訪問層和Struts+Spring業(yè)務(wù)層實(shí)現(xiàn)。關(guān)鍵信息的加密采用了MD5算法對(duì)用戶的密碼信息進(jìn)行了單向加密,保證了用戶密碼的安全。錯(cuò)誤預(yù)防及控制是為了避免一些不可控的原因,以及用戶的操作可能帶來系統(tǒng)運(yùn)行的異;蛘(shù)據(jù)的損失。
[Abstract]:With the increasingly fierce competition in the market, enterprises must carry on information construction and improve productivity. Making use of computer software and hardware technology and network technology, the establishment of networked, electronic and information-based human resource system is one of the important construction links. In this paper, we design and implement an enterprise human resource information system using the mature Struts,Spring and Hibernate application framework. The system is close to the business requirements of the enterprise and adopts a hierarchical design method, which enables the system to improve the flexibility and robustness of the program as far as possible under the premise of satisfying the needs of the users. Starting with the background and research significance of the project, this paper proves the social value and technical value of the choice of the subject. Then the related technology of the project is described. Application framework is the core technology in this paper. Starting from the concept and principle of software architecture, this paper introduces the concept of application framework, and studies the three application frameworks used in the development of the system: Struts,Spring and Hibernate,. At the same time, the combination of three kinds of frameworks is given. The result of system requirement analysis is used not only as the basis of software design, but also as the standard of software acceptance. The primary goal of the system design is to realize the specific business logic to support the business operation of the enterprise, then to meet the performance requirements, to have better availability, and to achieve smoother human-computer interaction. In this paper, the functional requirements, performance requirements and hardware and software environment constraints of the system are described in detail. The system design in this paper includes three aspects: system function module partition, system static structure design and system key business process design. The function module of the system is divided according to the functional requirement analysis, but it is no longer oriented to individual roles, but it considers the functions of all the roles comprehensively, integrates them and designs the modules reasonably. In the static structure design of the system, the definition of the class can be divided into two kinds: the first is the entity class, which represents the business entity in the business logic processed by the system. The second is the business logic processing class. The definition of the business processing class corresponds to the function items of each function module. The design of business process reflects the dynamic behavior of the system. Finally, this paper gives the implementation of the system, which consists of four parts: the development environment of the system, the implementation of business logic, the encryption of key information and error prevention and control. The system development environment describes the hardware environment and development tools of the system development. The business logic implementation of the system describes the implementation of MVC architecture, using Hibernate encapsulation data access layer and Struts Spring business layer implementation. The encryption of the key information adopts MD5 algorithm to encrypt the user's password information in one way, which ensures the security of the user's password. The purpose of error prevention and control is to avoid some uncontrollable reasons, and the user's operation may result in abnormal or normal data loss of the system.
【學(xué)位授予單位】:吉林大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2014
【分類號(hào)】:TP311.52;TP393.092

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 林穗,李振坤,許建威;基于構(gòu)件的應(yīng)用框架設(shè)計(jì)[J];廣東自動(dòng)化與信息工程;2002年04期

2 張新華;梁正和;張國寶;卞海紅;;基于中心數(shù)據(jù)庫的數(shù)字校園應(yīng)用框架的研究與設(shè)計(jì)[J];微型電腦應(yīng)用;2007年01期

3 李炳勝;;SUSE Studio:讓你自由定制和部署SUSE Linux[J];微電腦世界;2009年09期

4 單立娟;張秀芝;呂立;;應(yīng)用框架的設(shè)計(jì)及安全管理構(gòu)件的實(shí)現(xiàn)[J];遼寧省交通高等?茖W(xué)校學(xué)報(bào);2006年01期

5 廖永紅;李洛;陳建國;蔡朝曦;;構(gòu)建嵌入式多媒體電話的泛應(yīng)用框架[J];計(jì)算機(jī)工程與設(shè)計(jì);2008年24期

6 鄧葵;陳愛萍;童水光;;應(yīng)用框架法的化工過程系統(tǒng)通用模型[J];計(jì)算機(jī)應(yīng)用與軟件;2007年02期

7 張小兵;胡鳴;楊榮;;基于應(yīng)用框架的數(shù)據(jù)加密服務(wù)的設(shè)計(jì)與實(shí)現(xiàn)[J];計(jì)算機(jī)工程與設(shè)計(jì);2009年04期

8 Richard V.Dragan;OWL與MFC:類之爭[J];個(gè)人電腦;1995年07期

9 王宏琳,高繪生;地震并行處理模式與應(yīng)用框架[J];計(jì)算機(jī)學(xué)報(bào);2001年02期

10 裴輝東,梁云風(fēng);電力營銷管理信息系統(tǒng)的應(yīng)用框架設(shè)計(jì)和實(shí)現(xiàn)技術(shù)[J];電力系統(tǒng)自動(dòng)化;2004年11期

相關(guān)會(huì)議論文 前6條

1 趙國賓;婁燾;汪飛華;;基于金融電子終端的多應(yīng)用研究與實(shí)現(xiàn)[A];中國計(jì)量協(xié)會(huì)冶金分會(huì)2009年年會(huì)論文集[C];2009年

2 曹全龍;楊程瑤;費(fèi)興;;基于插件機(jī)制的市縣級(jí)基礎(chǔ)GIS應(yīng)用框架的研究[A];江蘇省測繪學(xué)會(huì)2011年學(xué)術(shù)年會(huì)論文集[C];2011年

3 聞平;王沖;楊林波;陳科;謝飛;;基于插件技術(shù)的GIS應(yīng)用框架關(guān)鍵技術(shù)研究[A];第四屆“測繪科學(xué)前沿技術(shù)論壇”論文精選[C];2012年

4 汪正海;袁兆山;李興勇;;基于J2EE平臺(tái)的Web應(yīng)用框架整合的研究與應(yīng)用[A];計(jì)算機(jī)技術(shù)與應(yīng)用進(jìn)展·2007——全國第18屆計(jì)算機(jī)技術(shù)與應(yīng)用(CACIS)學(xué)術(shù)會(huì)議論文集[C];2007年

5 高志鵬;郭海生;孟洛明;;CADE自主網(wǎng)絡(luò)管理方法及其應(yīng)用框架[A];中國通信學(xué)會(huì)通信軟件技術(shù)委員會(huì)2009年學(xué)術(shù)會(huì)議論文集[C];2009年

6 廖植仕;;淺談廣東卷煙營銷大集中系統(tǒng)應(yīng)用框架體系架構(gòu)[A];中南片2007年煙草學(xué)術(shù)交流會(huì)論文集[C];2007年

相關(guān)重要報(bào)紙文章 前10條

1 于翔;治理技術(shù)能拯救“亂世”嗎?[N];網(wǎng)絡(luò)世界;2007年

2 程勇;降低開發(fā)復(fù)雜性[N];計(jì)算機(jī)世界;2007年

3 本報(bào)記者 于翔;協(xié)同的四個(gè)層次[N];網(wǎng)絡(luò)世界;2008年

4 ;讓電子商務(wù)無處不在[N];網(wǎng)絡(luò)世界;2001年

5 陳友梅;BEA“蜂巢”培育開放源碼生態(tài)系統(tǒng)[N];中國計(jì)算機(jī)報(bào);2004年

6 一文;電子商務(wù)無處不在[N];金融時(shí)報(bào);2001年

7 王金元;中外廠商會(huì)戰(zhàn)中國CRM[N];中國高新技術(shù)產(chǎn)業(yè)導(dǎo)報(bào);2004年

8 本報(bào)記者 邱燕娜;BEA dev2dev Days 2004凸顯兩大亮點(diǎn)[N];中國計(jì)算機(jī)報(bào);2004年

9 陳健健邋鐵悅;東軟UniEAP亮相京城[N];中國證券報(bào);2007年

10 中科院自動(dòng)化研究所RFID研究中心 曾雋芳 楊一平;RFID在物流行業(yè)中的應(yīng)用框架[N];計(jì)算機(jī)世界;2004年

相關(guān)碩士學(xué)位論文 前10條

1 尹勝彬;應(yīng)用框架層次泛化模型的研究[D];河北大學(xué);2005年

2 鐘輝輝;彩鈴業(yè)務(wù)病毒式營銷互聯(lián)網(wǎng)社區(qū)應(yīng)用框架的設(shè)計(jì)與實(shí)現(xiàn)[D];北京郵電大學(xué);2013年

3 孟令斌;基于桌面總線的嵌入式應(yīng)用框架的設(shè)計(jì)與實(shí)現(xiàn)[D];華中科技大學(xué);2013年

4 劉洋;基于應(yīng)用框架的分布式文檔處理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];西北大學(xué);2006年

5 張凌;一個(gè)輕量級(jí)企業(yè)應(yīng)用框架的設(shè)計(jì)實(shí)現(xiàn)及應(yīng)用[D];電子科技大學(xué);2007年

6 王文清;適于構(gòu)建辦公自動(dòng)化系統(tǒng)的應(yīng)用框架的研究[D];吉林大學(xué);2010年

7 余波;基于體感設(shè)備多媒體應(yīng)用框架的研究與實(shí)現(xiàn)[D];中山大學(xué);2013年

8 楊志強(qiáng);企業(yè)應(yīng)用框架的設(shè)計(jì)與實(shí)現(xiàn)[D];華南理工大學(xué);2014年

9 胡潤卿;一種分布式Web應(yīng)用框架的設(shè)計(jì)與實(shí)現(xiàn)[D];華中科技大學(xué);2007年

10 黃磊;基于J2EE平臺(tái)企業(yè)應(yīng)用框架的研究[D];山東大學(xué);2005年

,

本文編號(hào):2459913

資料下載
論文發(fā)表

本文鏈接:http://www.wukwdryxk.cn/guanlilunwen/ydhl/2459913.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶1473d***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com
亚洲Av永久无码天堂影院 | 国产成人愉拍精品| 日本一区二区三区在线视频| 欧美色婷婷| 国产精品嫩草影院av蜜臀| 97网站| 国产精品一二三区久久狼| 国产亚洲观看无码等最新內容| 精品无码专区毛片| 久久久精品2019免费观看| 最近韩国日本免费观看MV百度| 卓资县| 江津市| 玉门市| 欧美人与禽性xxxxx杂性| 激情内射亚洲一区二区三区爱妻| 国产AV无码专区亚洲琪琪| 久久亚洲AV成人无码国产| 九九线精品视频在线观看| 欧美三级不卡在线播放| 天天躁日日躁狠狠躁欧美老妇小说| 人妻体内射精一区二区三四| 久久精品99久久香蕉国产| 亚洲最大无码中文字幕| YYYY11111少妇无码影院| 亚洲国产精品一区二区美利坚| 亚洲国产高清aⅴ视频| 久久电影网午夜鲁丝片免费| 定远县| 国模国产精品嫩模大尺度视频| 亚洲人成色77777| 无人区一码二码三码区别| 亚洲国产精品无码久久久蜜芽 | 日本少妇人妻xxxxⅹ18按摩| 国产gpu| 国产成人免费一区二区60岁| 日韩人妻精品| 欧美人与禽猛交乱配| 清水河县| 亚洲国产日韩欧美综合a| 亚洲制服丝袜中文字幕在线|