【正文】
企業(yè)員工信息管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 摘 要 近年來(lái),隨著企業(yè)彼此間的競(jìng)爭(zhēng)日趨激烈,信息管理技術(shù)在企業(yè)的發(fā)展中占據(jù)著越來(lái)越重要的地位。在企業(yè)的經(jīng)營(yíng)生產(chǎn)中,員工信息已成為企業(yè)經(jīng)營(yíng)管理中不可或缺的一部分,為管理者進(jìn)行管理決策和進(jìn)行各種人事調(diào)配活動(dòng)提供了重要的依據(jù),在生產(chǎn)分配安排中發(fā)揮了越來(lái)越重要的作用。 通過(guò)分析企業(yè)員工信息管理的內(nèi)容及特點(diǎn),提出了企業(yè)員工信息管理系統(tǒng)的解決方案。系統(tǒng)基于 B/S 模式,采用 ASP,Microsoft,Access,Dreamweaver 作為主要開(kāi)發(fā)工具進(jìn)行開(kāi)發(fā)。系統(tǒng)由員工信息上傳模 塊、員工信息查詢模塊、員工信息刪除模塊、員工信息添加模塊、員工信息分類(lèi)模塊、 MD5 加密模塊等組成。 文章以需求分析、總體規(guī)劃、模塊劃分、數(shù)據(jù)庫(kù)設(shè)計(jì)與實(shí)現(xiàn)功能等為主線,詳細(xì)介紹了基于 B/S 結(jié)構(gòu)的企業(yè)員工信息管理系統(tǒng)。首先,根據(jù)企業(yè)員工信息管理的內(nèi)容及用戶特點(diǎn)對(duì)系統(tǒng)作了需求分析 ,其次,根據(jù)系統(tǒng)的實(shí)現(xiàn)功能和適用環(huán)境對(duì)系統(tǒng)作了總體規(guī)劃,最后完成了模塊的劃分和數(shù)據(jù)庫(kù)的設(shè)計(jì)與實(shí)現(xiàn),并對(duì)系統(tǒng)進(jìn)行了測(cè)試。 關(guān)鍵詞 : 數(shù)據(jù)庫(kù);模塊; ASP The Design and Implementation of Employees Management Information System Abstract In recent years, as enterprises in the increasingly fierce petition, information management technology in the development of enterprises plays increasingly important role. In the progress of Enterprises operating and production, the information of staffs has bee a business management of most important part. It provides an important basis for the management of decisionmaking and personnel. By analyzing the content of enterprise information management staff and user characteristics, first the thesis produces the solution of enterprise file management of staff information system. The system is based on the B / S application platform, the current prevalence of ASP, Microsoft Access, Dreamweaver as a major development tool with staff information uploading module, staff information Query Module, staff information deleting module, module add staff information, staff information classification module, MD5 module and so on. This thesis will describe the needs analysis, overall planning, It introduced based on B / S structure. First it made analysis according to the content and feature of the enterprise information management system for the staff. Then it pleted the module design and the design and realization of database and test according to the functions and main implementation for the system. Key words: database。 module。 ASP 目 錄 論文總頁(yè)數(shù): 24 頁(yè) 1 引 言 ................................................................................................................................................................... 1 課題背景 .......................................................................................................................................................1 國(guó)內(nèi)外研究現(xiàn)狀 ..........................................................................................................................................1 本課題研究的意義 ......................................................................................................................................2 2 系統(tǒng)開(kāi)發(fā)工具簡(jiǎn)介 .............................................................................................................................................. 2 ASP 簡(jiǎn)介 ........................................................................................................................................................2 ASP 的特點(diǎn)及運(yùn)行環(huán)境 .............................................................................................................................3 腳本語(yǔ)言 VBSCRIPT 和 JAVASCRIPT 概述 ...................................................................................................4 IIS 服務(wù) ........................................................................................................................................................5 DREAMWEVER 簡(jiǎn)介 .............................................................................................................................................5 3 系統(tǒng)設(shè)計(jì) ............................................................................................................................................................... 6 設(shè)計(jì)思想 .......................................................................................................................................................6 系統(tǒng)結(jié)構(gòu)圖 ..................................................................................................................................................6 模塊間關(guān)系圖 ..............................................................................................................................................7 模塊劃分 .......................................................................................................................................................8 4 數(shù)據(jù)庫(kù)的設(shè)計(jì)與實(shí)現(xiàn) ......................................................................................................................................... 9 ACCESS 數(shù)據(jù)庫(kù)簡(jiǎn)介 ......................................................................................................................................9 數(shù)據(jù)庫(kù)的需求分析 .....................................................................................................................................9 數(shù)據(jù)庫(kù)各表設(shè)計(jì) .........................................................................................................................................9 數(shù)據(jù)庫(kù)創(chuàng)建 ................................................................................................................................................10 數(shù)據(jù)庫(kù)連接 ................................................................................................................................................11 5 系統(tǒng)代碼介紹 ..................................................................................................................................................... 11 前臺(tái)界面各表單元素設(shè)計(jì) ......................................................................................................................11 登陸 頁(yè)面 .....................................................................................................................................................14 系統(tǒng)主頁(yè)面 ................................................................................................................................................16 信息選擇界面 ...................................................