【正文】
分類號: TP315 U D C: D10621408(2021) 61270 密 級:公 開 編 號: 2021214045 成都信息工程學(xué)院 學(xué)位論文 企業(yè)員工信息管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 論文作者姓名: 周 斌 申請學(xué)位專業(yè): 計(jì)算機(jī)科學(xué)與技術(shù) 申請學(xué)位類別: 工學(xué)學(xué)士 指導(dǎo)教師姓名(職稱): 陳 ?。ㄖv師) 論文提交日期: 2021 年 06 月 10 日 企業(yè)員工信息管理系統(tǒng)的設(shè)計(jì)與 實(shí)現(xiàn) 摘 要 近年來,隨著企業(yè)彼此間的競爭日趨激烈,信息管理技術(shù)在企業(yè)的發(fā)展中占據(jù)著越來越重要的地位。在企業(yè)的經(jīng)營生產(chǎn)中,員工信息已成為企業(yè)經(jīng)營管理中不可或缺的一部分,為管理者進(jìn)行管理決策和進(jìn)行各種人事調(diào)配活動(dòng)提供了重要的依據(jù),在生產(chǎn)分配安排中發(fā)揮了越來越重要的作用。 通過分析企業(yè)員工信息管理的內(nèi)容及特點(diǎn),提出了企業(yè)員工信息管理系統(tǒng)的解決方案。系統(tǒng)基于 B/S 模式,采用 ASP,Microsoft,Access,Dreamweaver 作為主要開發(fā)工具進(jìn)行開發(fā)。系統(tǒng)由員工信息上傳模塊、員工信息查詢模塊、員工信息刪除模塊、員工信息添加模塊、員工信息分類模塊、 MD5 加密模塊等組成。 文章以需求分析、總體規(guī)劃、模塊劃分、數(shù)據(jù)庫設(shè)計(jì)與實(shí)現(xiàn)功能等為主線,詳細(xì)介紹了基于 B/S 結(jié)構(gòu)的企業(yè)員工信息管理系統(tǒng)。首先,根據(jù)企業(yè)員工信息管理的內(nèi)容及用戶特點(diǎn)對系統(tǒng)作了需求分析 ,其次,根據(jù)系統(tǒng)的實(shí)現(xiàn)功能和適用環(huán)境對系統(tǒng)作了總體規(guī)劃,最后完成了模塊的劃分和數(shù)據(jù)庫的設(shè)計(jì)與實(shí)現(xiàn),并對系統(tǒng)進(jìn)行了測試。 關(guān)鍵詞 : 數(shù)據(jù)庫;模塊; 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 目 錄 論文總頁數(shù): 24 頁 1 引 言 ........................................................................................................................................................ 1 課題背景 ............................................................................................................................................. 1 國內(nèi)外研究現(xiàn)狀 ................................................................................................................................ 1 本課題研究的意義 ............................................................................................................................ 2 2 系統(tǒng)開發(fā)工具簡介 ..................................................................................................................................... 2 ASP簡介 ............................................................................................................................................. 2 ASP的特點(diǎn)及運(yùn)行環(huán)境 .................................................................................................................... 3 腳本語言 VBSCRIPT 和 JAVASCRIPT 概述 ............................................................................................ 4 IIS服務(wù) ............................................................................................................................................. 5 DREAMWEVER 簡介 .................................................................................................................................. 5 3 系統(tǒng)設(shè)計(jì) ..................................................................................................................................................... 6 設(shè)計(jì)思想 ............................................................................................................................................ 6 系統(tǒng)結(jié)構(gòu)圖 ........................................................................................................................................ 6 模塊間關(guān)系圖 .................................................................................................................................... 7 模塊劃分 ............................................................................................................................................ 8 4 數(shù)據(jù)庫的設(shè)計(jì)與實(shí)現(xiàn) ................................................................................................................................ 9 ACCESS數(shù)據(jù)庫簡介 ............................................................................................................................. 9 數(shù)據(jù)庫的需求分析 ........................................................................................................................... 9 數(shù)據(jù)庫各表設(shè)計(jì) ................................................................................................................................ 9 數(shù)據(jù)庫創(chuàng)建 ...................................................................................................................................... 10 數(shù)據(jù)庫連接 ...................................................................................................................................... 11 5 系統(tǒng)代碼介紹 ........................................................................................................................................... 11 前臺界面各表單元素設(shè)計(jì) ............................................................................................................. 11 登陸 頁面 .......................................................................................................................................... 14 系統(tǒng)主頁面 .................................................................................................................