【正文】
編號(hào): 本科畢業(yè) 設(shè)計(jì) 基于 web的易團(tuán)隊(duì)人事管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 院 系:信息工程學(xué)院 姓 名: *** 學(xué) 號(hào): **** 專 業(yè): 軟件工程 年 級(jí): 2021 級(jí) 指導(dǎo)教師: *** 職 稱: ** 完成日期: 2021 年 5 月 I 摘 要 互聯(lián)網(wǎng)的到來給傳統(tǒng)人事管理帶來了機(jī)遇與挑戰(zhàn), 給傳統(tǒng)的人事管理方式帶來了沖擊, 如何有效進(jìn)行人事管理、提高辦事效率,是目前企業(yè)管理的一個(gè)新課題。 本文在易團(tuán)隊(duì)人事管理的基礎(chǔ)上,從該企業(yè)需求著手,采用 SSH 框架 及 JSP 技術(shù)進(jìn)行系統(tǒng) 設(shè)計(jì),主要完成以下工作: 在需求分析的基礎(chǔ)上完成了系統(tǒng)的詳細(xì)設(shè)計(jì),并給出相關(guān)設(shè)計(jì)圖表; 后臺(tái)數(shù)據(jù)庫管理系統(tǒng)使用 MySQL,在數(shù)據(jù)庫設(shè)計(jì)階段, 完成了人事管理系統(tǒng)的數(shù)據(jù)庫設(shè)計(jì) ,給出了具體的 概念 設(shè)計(jì) 、邏輯設(shè)計(jì) , 設(shè)計(jì)了系統(tǒng)所需的表以及 建立了各個(gè)表之間的關(guān)系 ; 前臺(tái)使用 SSH+JSP 技術(shù) 對(duì)系統(tǒng)主要功能模塊進(jìn)行設(shè)計(jì) 實(shí)現(xiàn) , Struts 作為系統(tǒng)的整體基礎(chǔ)架構(gòu) ,處理 易團(tuán)隊(duì)用戶數(shù)據(jù)的處理過程。 Spring 負(fù)責(zé) 易團(tuán)隊(duì)系統(tǒng)的 業(yè)務(wù)管理,為 系統(tǒng)的 Action 類 提供業(yè)務(wù)接口 ,封裝持久層的 DAO, 同時(shí)起到 解耦的作用 。 Hiberante處 理易團(tuán)隊(duì)后臺(tái)數(shù)據(jù)庫管理,完成數(shù)據(jù)庫操作。 系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn),為易團(tuán)隊(duì)的 人事管理帶來了便利和實(shí)惠,使得易團(tuán)隊(duì)人事管理快捷、高效 、安全 。 關(guān)鍵詞: 人事管理系統(tǒng); B/S; MySQL; SSH II Abstract The advent of the Inter to the traditional personnel management brought opportunities and challenges, and has an impact on the traditional personnel management, how to effectively carry out personnel management, improve work efficiency, is a new subject of enterprise management at present. On the basis of the easy team personnel management, from the enterprise needs, the use of SSH framework and JSP technology system design, mainly to plete the following work: On the basis of the analysis of the needs of the system to plete the detailed design, and gives the relevant design chart。 The backstage database management system mysql, in the database design stage, the pletion of the personnel management system database design, gives the specific conceptual design, logical design design system of tables and the establishment of the relationship between tables。 The main function of the system is the design and implementation of the main functional modules of the system, Struts is the whole infrastructure of the system, and the processing of the data of the easy team users is processed by SSH+JSP. Spring is responsible for the business management of the easy team system, provides the service interface for the system Action class, and the DAO of the packaging persistence layer, and also plays the role of decoupling. Hiberante manages the background database management of the team, and pletes the database operation. The design and implementation of the system has brought convenience and benefits for the personnel management of the easy team, which makes the personnel management of the easy team fast, efficient and safe. Key words: Personnel file management system。 B/S。 MySQL。 SSH III 目 錄 1 緒 論 .................................................................................................................................... 1 課題研究背景 ............................................................................................................... 1 課題研究現(xiàn)狀 ............................................................................................................... 1 主要研究內(nèi)容 ............................................................................................................... 1 文檔結(jié)構(gòu) ....................................................................................................................... 2 2 相關(guān)技術(shù) .............................................................................................................................. 3 開發(fā)技術(shù) ....................................................................................................................... 3 B/S 簡(jiǎn)介 .................................................................................................................. 3 J2EE 概述 ............................................................................................................... 3 JSP 技術(shù) .................................................................................................................. 3 SSH 三大框架整合 ................................................................................................ 4 開發(fā)環(huán)境 ....................................................................................................................... 4 開發(fā)工具 ................................................................................................................ 4 數(shù)據(jù)庫 .................................................................................................................... 5 服務(wù)器 .................................................................................................................... 5 3 系統(tǒng)需求分析 ...................................................................................................................... 6 系統(tǒng)可行性分析 ........................................................................................................... 6 經(jīng)濟(jì)可行性分析 .................................................................................................... 6 技術(shù)可行性分析 .................................................................................................... 6 運(yùn)行可行性分析 ........................................................................................................ 6 系統(tǒng)功能需求分析 ....................................................................................................... 6 系統(tǒng)功能概述 ........................................................................................................ 6 數(shù)據(jù)流圖 ................................................................................................................ 7 4 系統(tǒng)設(shè)計(jì) ............................................................................................................................ 13 系統(tǒng)運(yùn)行環(huán)境 ............................................................................................................. 13 總體設(shè)計(jì) ..................................................................................................................... 13 系統(tǒng)設(shè)計(jì)目標(biāo) ...................................................................................................... 13 系統(tǒng)總體結(jié)構(gòu)設(shè)計(jì) .............................................