【正文】
分類號: TP315 U D C: D10621408(2021) 61370 密 級:公 開 編 號: 2021032100 成都信息工程學院 學位論文 基于 B/S 模式的中小企業(yè)人事管理系統(tǒng)的設計與實現(xiàn) 論文作者姓名: 申請學位專業(yè): 網(wǎng)絡工程 申請學位類別: 工學 學士 指導教師姓名(職稱): 論文提交日期: 2021 年 06月 10 日 基于 B/S 模式的中小企業(yè)人事管理系統(tǒng)的設計與實現(xiàn) 摘 要 在企業(yè) 中 ,人事管理工作是非常 重要的一項工作,它負責整個企業(yè)的日常人事安排,人員的人事管理等 。 高效的人事管理可以提高企業(yè)的市場競爭力,使企業(yè)具有更強的凝 聚 力和活力 。 為此,提高人事管理 工作 的 效率,設計一 套人事管理系統(tǒng)具有 實際應用意義。 本 文 以 ASP 和 SQL Server2021 為開發(fā)工具,設計實現(xiàn)了一套 基于 B/S 模式的中小企業(yè)人事管理系統(tǒng)。 在文中, 首先分析了企業(yè)人事管理工作以及工作流程,根據(jù)分析結果設計了該系統(tǒng)應具有的功能;其次,對系統(tǒng)的各個功能模塊進行了詳細的描述,包括用戶 登錄 模塊、留言板模塊、人事部 門信息發(fā)布模塊、系統(tǒng)設置模塊、員工管理模塊、員工自助模塊和操作記錄模塊;最后 結合系統(tǒng)開發(fā)階段和 測試 階段 中 發(fā)現(xiàn)的問題 以及解決問題的方法 ,總結了開發(fā)此系統(tǒng)所取得的經(jīng)驗和體會 。 關鍵詞 : 人事管理 ; ASP; SQL Server2021; B/S 結構 Design and Implementation of the Personnel Management System for Medium or Small Enterprise Based on B/S Abstract In an enterprise, personnel management is very important. It is in charge of daily personnel and stuff arrangement and so on. Efficient management of personnel can improve their petitiveness and vitality. In order to increase the efficiency of personnel management, it is meaningful to design a set of personnel management system. The system is developed by ASP with SQL Server2021 supported. The paper analyzes the workflows of the personnel management firstly and designs the corresponding functions of the system according to the analysis. Then a detailed description of each module is made, such as the user loggingin module, message board module, personnel information release module, system setting module, employee management module, employee selfhelp module and operations record module etc. Finally some experiences is summarized in the system development and testing. Key words: Personnel Management; ASP; SQL Server2021; B/S Architecture 目 錄 論文總頁數(shù): 29 頁 1 引言 .......................................................................................................................... 1 課題背景 ............................................................................................................ 1 國內(nèi)外研究現(xiàn)狀 ................................................................................................. 1 本課題研究的意義 .............................................................................................. 1 本課題的研究方法 .............................................................................................. 1 本文所做工作 ..................................................................................................... 1 2 人事管理系統(tǒng)開發(fā)環(huán)境 .............................................................................................. 2 B/S模式概述 ..................................................................................................... 2 B/S模式概念 ...................................................................................................................... 2 B/S結構軟件的優(yōu)勢 ......................................................................................................... 2 系統(tǒng)運行環(huán)境 ..................................................................................................... 2 開發(fā)語言介紹 ..................................................................................................... 2 ASP 介紹 ............................................................................................................................. 2 SQL介紹 .............................................................................................................................. 3 開發(fā)工具介紹 ..................................................................................................... 4 Dreamweaver介紹 ............................................................................................................. 4 SQL Server 2021介紹 .................................................................................................... 4 3 系統(tǒng)設計分析 ............................................................................................................ 4 系統(tǒng)業(yè)務流程分析 .............................................................................................. 4 人事管理工作分析 .............................................................................................. 5 系統(tǒng)功能簡述 ..................................................................................................... 5 4 數(shù)據(jù)庫設計 ............................................................................................................... 7 總體設計 ............................................................................................................ 7 需求分析 ............................................................................................................................. 7 確定所需表 ......................................................................................................................... 7 確定所需字段 ..................................................................................................................... 8 ER圖分析 ........................................................................................................... 8 表的設計 .......................................................................................................... 11 5 系統(tǒng)功能設計 .......................................................................................................... 14 用戶登錄功能設計 ............................................................................................ 15 功 能分析 ........................................................................................................................... 15 編碼實現(xiàn) ........................................................................................................................... 15 留言板功能 ...................................................................................................... 16 功能分析 ..............................................