【正文】
基于 B/S 模式的中小企業(yè)人事管理系統(tǒng)的設(shè)計與實現(xiàn) 摘 要 在企業(yè)中,人事管理工作是非常重要的一項工作,它負責(zé)整個企業(yè)的日常人 事安排,人員的人事管理等。高效的人事管理可以提高企業(yè)的市場競爭力,使企 業(yè)具有更強的凝聚力和活力。為此,提高人事管理工作的效率,設(shè)計一套人事管 理系統(tǒng)具有實際應(yīng)用意義。 本文以 ASP 和 SQL Server2021 為開發(fā)工具,設(shè)計實現(xiàn)了一套基于 B/S 模式 的中小企業(yè)人事管理系統(tǒng)。在 文中,首先分析了企業(yè)人事管理工作以及工作流程, 根據(jù)分析結(jié)果設(shè)計了該系統(tǒng)應(yīng)具有的功能;其次,對系統(tǒng)的各個功能模塊進行了 詳細的描述,包括用戶登錄模塊、留言板模塊、人事部門信息發(fā)布模塊、系統(tǒng)設(shè) 置模塊、員工管理模塊、員工自助模塊和操作記錄模塊;最后結(jié)合系統(tǒng)開發(fā)階段 和測試階段中發(fā)現(xiàn)的問題以及解決問題的方法 ,總結(jié)了開發(fā)此系統(tǒng)所取得的經(jīng)驗 和體會。 關(guān)鍵詞 :人事管理; ASP; SQL Server2021; B/S 結(jié)構(gòu) 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 國內(nèi)外研究現(xiàn)狀 ..............................................................................................................1 本課題研究的意義 ..........................................................................................................1 本課題的研究方法 ..........................................................................................................1 本文所做工作 ..................................................................................................................1 人事管理系統(tǒng)開發(fā)環(huán)境 ..........................................................................................................2 B/S 模式概述 ...................................................................................................................2 B/S 模式概念 ................................................................................................................ 2 B/S 結(jié)構(gòu)軟件的優(yōu)勢 ................................................................................................... 2 1 2 系統(tǒng)運行環(huán)境 ..................................................................................................................2 開發(fā)語言介紹 ..................................................................................................................2 ASP 介紹 ....................................................................................................................... 2 SQL 介紹 ........................................................................................................................ 3 開發(fā)工具介紹 ..................................................................................................................4 Dreamweaver 介紹 ........................................................................................................ 4 SQL Server 2021 介紹 ............................................................................................... 4 3 4 系統(tǒng)設(shè)計分析 ..........................................................................................................................4 系統(tǒng)業(yè)務(wù)流程分析 ..........................................................................................................4 人事管理工作分析 ..........................................................................................................5 系統(tǒng)功能簡述 ..................................................................................................................5 數(shù)據(jù)庫設(shè)計 ..............................................................................................................................7 總體設(shè)計 ..........................................................................................................................7 需求分析 ....................................................................................................................... 7 確定所需表 ................................................................................................................... 7 確定所需字 段 ............................................................................................................... 8 5 ER 圖分析 .........................................................................................................................8 表的設(shè)計 ........................................................................................................................11 系統(tǒng)功能設(shè)計 ........................................................................................................................14 用戶登錄功能設(shè)計 ........................................................................................................15 功能分析 ..................................................................................................................... 15 編碼實現(xiàn) .....................................................................................................