公司管理信息系統(tǒng)—系統(tǒng)設(shè)計(jì).doc
約49頁DOC格式手機(jī)打開展開
公司管理信息系統(tǒng)—系統(tǒng)設(shè)計(jì), 本文共計(jì)49頁,13942字;摘 要管理信息系統(tǒng)(management information system,mis)開發(fā)已發(fā)展到大量應(yīng)用web server新技術(shù)階段,現(xiàn)在單純的c/s模式或b/s模式已經(jīng)無法滿足企業(yè)日益發(fā)展的需求。本系統(tǒng)結(jié)合了c/s模式與b/s模式的優(yōu)點(diǎn),在企業(yè)局域網(wǎng)中使...
內(nèi)容介紹
此文檔由會(huì)員 霜天盈月 發(fā)布
公司管理信息系統(tǒng)—系統(tǒng)設(shè)計(jì)
本文共計(jì)49頁,13942字;
摘 要
管理信息系統(tǒng)(Management Information System,MIS)開發(fā)已發(fā)展到大量應(yīng)用Web Server新技術(shù)階段,現(xiàn)在單純的C/S模式或B/S模式已經(jīng)無法滿足企業(yè)日益發(fā)展的需求。本系統(tǒng)結(jié)合了C/S模式與B/S模式的優(yōu)點(diǎn),在企業(yè)局域網(wǎng)中使用C/S模式,有利數(shù)據(jù)的安全操作和存儲(chǔ);在廣域網(wǎng)中利用B/S模式,客戶可以在線下訂單。大量數(shù)據(jù)以及平凡的存取需要快速而穩(wěn)定的后臺(tái)數(shù)據(jù)庫,因此本系統(tǒng)采用了MS SQL Server 2000做為后臺(tái)數(shù)據(jù)庫。利用Delphi開發(fā)客戶端程序;用ASP開發(fā)動(dòng)態(tài)網(wǎng)頁。整個(gè)C/S程序解決計(jì)劃部門和生產(chǎn)部門地?cái)?shù)據(jù)流程;在計(jì)劃部門下訂單地瞬時(shí),生產(chǎn)部門就能很快地查看到所要完成地生產(chǎn)任務(wù);當(dāng)生產(chǎn)任務(wù)完成后,計(jì)劃部門也能很快地了解到生產(chǎn)情況,并做相應(yīng)地銷售任務(wù)。B/S程序解決了遠(yuǎn)程交互地目的,員工可以通過網(wǎng)絡(luò)和瀏覽器查看自己的工作進(jìn)度;客戶則可以方便的在線下單以及及時(shí)的了解自己訂單的完成情況。
關(guān)鍵詞:MIS,SQL, Server,ASP,C/S模式,B/S模式,數(shù)據(jù)流程圖,數(shù)據(jù)字典,完整性約束
Abstract
The exploit of Management Information System has been the stage which requires the Web Server. The C/S mode or B/S mode can’t match the development of the companies . The civilization of corporations develop and advance all the way, so the information management of enterprise develop at the same step. This paper introduce the general design thinking and method of MIS which combine the merit of C/S mode and B/S mode. Since the mass data and frequent store and fetch data require fast and stable background database, MS SQL Server 2000 is used as the background database in this system. The system adopt two layers frame. Using Delphi develops the client program and using ASP exploit the dynamic web. The whole C/S program solves the data stream of the project division and the production department. At the time of the project division take the order form ,the
目 錄
前 言 1
第一章 系統(tǒng)概況 2
1.1 系統(tǒng)總框架 2
1.2 C/S結(jié)構(gòu)模式 2
1.3 B/S結(jié)構(gòu)模式 2
第二章 開發(fā)工具的準(zhǔn)備 4
2.1 后臺(tái)數(shù)據(jù)庫的選擇 4
2.2 C/S前臺(tái)工具選擇 4
2.3 B/S前臺(tái)工具選擇 5
第三章 系統(tǒng)分析 7
3.1 宏昌電子有限公司內(nèi)部組織結(jié)構(gòu) 7
3.2 宏昌電子有限公司計(jì)劃部工作流程 7
3.3 數(shù)據(jù)流程圖 7
3.4 數(shù)據(jù)字典 8
3.5 建立索引 11
3.6 C/S結(jié)構(gòu)框架 11
3.6.1 系統(tǒng)的需求分析 11
3.6.2 系統(tǒng)的功能分析 12
3.7 B/S結(jié)構(gòu)框架 12
3.7.1 B/S模式的模型結(jié)構(gòu) 12
3.7.2 B/S模式的優(yōu)點(diǎn) 13
3.7.3 本系統(tǒng)中B/S模式的工作簡介 13
3.8 系統(tǒng)流程圖 13
第四章 系統(tǒng)實(shí)現(xiàn) 15
4.1 數(shù)據(jù)庫管理系統(tǒng)的建立 15
4.2 C/S前臺(tái)程序的開發(fā) 15
4.2.1 程序流程圖 15
4.2.2 客戶端界面的分析與設(shè)計(jì) 15
4.2.3 客戶端主界面的設(shè)計(jì)與實(shí)現(xiàn) 15
4.2.4 數(shù)據(jù)模塊的實(shí)現(xiàn) 16
4.2.5 函數(shù)/過程模塊的實(shí)現(xiàn) 17
4.3 B/S前臺(tái)程序開發(fā) 17
4.3.1 主要網(wǎng)頁的設(shè)計(jì) 17
4.3.2 訪問數(shù)據(jù)庫及對(duì)數(shù)據(jù)庫的操作原理 18
第五章 結(jié)論 20
致 謝 21
參考文獻(xiàn) 22
附 錄 23
附錄1:程序流程圖 23
附錄2:系統(tǒng)主要界面 24
附錄3:函數(shù)/過程模塊內(nèi)的具體代碼 29
部分參考文獻(xiàn)
[1]張曉輝 等編著 《SQL Server 2000管理及應(yīng)用系統(tǒng)開發(fā)》 人民郵電出版社
[2]王珊 陳紅 編著 《數(shù)據(jù)庫系統(tǒng)原理教程》 清華大學(xué)出版社
[3]劉 藝 著 《Delphi面向?qū)ο缶幊趟枷搿?機(jī)械工業(yè)出版社
[4]魏江江 李青 孫立京 編著 《Delphi編程百例通》 科學(xué)出版社
[5]王小華 編著 《Delphi5應(yīng)用程序設(shè)計(jì)實(shí)例》 電子工業(yè)出版社
[6]黃明 梁旭 石虎 編著 《Delphi7信息系統(tǒng)設(shè)計(jì)與開發(fā)實(shí)例》 機(jī)械工業(yè)出版社
[7][美]Hersh Bhasin 著 高健 英宇 等譯 《ASP.NET專業(yè)項(xiàng)目實(shí)例開發(fā)》 中國水利水電出版社
本文共計(jì)49頁,13942字;
摘 要
管理信息系統(tǒng)(Management Information System,MIS)開發(fā)已發(fā)展到大量應(yīng)用Web Server新技術(shù)階段,現(xiàn)在單純的C/S模式或B/S模式已經(jīng)無法滿足企業(yè)日益發(fā)展的需求。本系統(tǒng)結(jié)合了C/S模式與B/S模式的優(yōu)點(diǎn),在企業(yè)局域網(wǎng)中使用C/S模式,有利數(shù)據(jù)的安全操作和存儲(chǔ);在廣域網(wǎng)中利用B/S模式,客戶可以在線下訂單。大量數(shù)據(jù)以及平凡的存取需要快速而穩(wěn)定的后臺(tái)數(shù)據(jù)庫,因此本系統(tǒng)采用了MS SQL Server 2000做為后臺(tái)數(shù)據(jù)庫。利用Delphi開發(fā)客戶端程序;用ASP開發(fā)動(dòng)態(tài)網(wǎng)頁。整個(gè)C/S程序解決計(jì)劃部門和生產(chǎn)部門地?cái)?shù)據(jù)流程;在計(jì)劃部門下訂單地瞬時(shí),生產(chǎn)部門就能很快地查看到所要完成地生產(chǎn)任務(wù);當(dāng)生產(chǎn)任務(wù)完成后,計(jì)劃部門也能很快地了解到生產(chǎn)情況,并做相應(yīng)地銷售任務(wù)。B/S程序解決了遠(yuǎn)程交互地目的,員工可以通過網(wǎng)絡(luò)和瀏覽器查看自己的工作進(jìn)度;客戶則可以方便的在線下單以及及時(shí)的了解自己訂單的完成情況。
關(guān)鍵詞:MIS,SQL, Server,ASP,C/S模式,B/S模式,數(shù)據(jù)流程圖,數(shù)據(jù)字典,完整性約束
Abstract
The exploit of Management Information System has been the stage which requires the Web Server. The C/S mode or B/S mode can’t match the development of the companies . The civilization of corporations develop and advance all the way, so the information management of enterprise develop at the same step. This paper introduce the general design thinking and method of MIS which combine the merit of C/S mode and B/S mode. Since the mass data and frequent store and fetch data require fast and stable background database, MS SQL Server 2000 is used as the background database in this system. The system adopt two layers frame. Using Delphi develops the client program and using ASP exploit the dynamic web. The whole C/S program solves the data stream of the project division and the production department. At the time of the project division take the order form ,the
目 錄
前 言 1
第一章 系統(tǒng)概況 2
1.1 系統(tǒng)總框架 2
1.2 C/S結(jié)構(gòu)模式 2
1.3 B/S結(jié)構(gòu)模式 2
第二章 開發(fā)工具的準(zhǔn)備 4
2.1 后臺(tái)數(shù)據(jù)庫的選擇 4
2.2 C/S前臺(tái)工具選擇 4
2.3 B/S前臺(tái)工具選擇 5
第三章 系統(tǒng)分析 7
3.1 宏昌電子有限公司內(nèi)部組織結(jié)構(gòu) 7
3.2 宏昌電子有限公司計(jì)劃部工作流程 7
3.3 數(shù)據(jù)流程圖 7
3.4 數(shù)據(jù)字典 8
3.5 建立索引 11
3.6 C/S結(jié)構(gòu)框架 11
3.6.1 系統(tǒng)的需求分析 11
3.6.2 系統(tǒng)的功能分析 12
3.7 B/S結(jié)構(gòu)框架 12
3.7.1 B/S模式的模型結(jié)構(gòu) 12
3.7.2 B/S模式的優(yōu)點(diǎn) 13
3.7.3 本系統(tǒng)中B/S模式的工作簡介 13
3.8 系統(tǒng)流程圖 13
第四章 系統(tǒng)實(shí)現(xiàn) 15
4.1 數(shù)據(jù)庫管理系統(tǒng)的建立 15
4.2 C/S前臺(tái)程序的開發(fā) 15
4.2.1 程序流程圖 15
4.2.2 客戶端界面的分析與設(shè)計(jì) 15
4.2.3 客戶端主界面的設(shè)計(jì)與實(shí)現(xiàn) 15
4.2.4 數(shù)據(jù)模塊的實(shí)現(xiàn) 16
4.2.5 函數(shù)/過程模塊的實(shí)現(xiàn) 17
4.3 B/S前臺(tái)程序開發(fā) 17
4.3.1 主要網(wǎng)頁的設(shè)計(jì) 17
4.3.2 訪問數(shù)據(jù)庫及對(duì)數(shù)據(jù)庫的操作原理 18
第五章 結(jié)論 20
致 謝 21
參考文獻(xiàn) 22
附 錄 23
附錄1:程序流程圖 23
附錄2:系統(tǒng)主要界面 24
附錄3:函數(shù)/過程模塊內(nèi)的具體代碼 29
部分參考文獻(xiàn)
[1]張曉輝 等編著 《SQL Server 2000管理及應(yīng)用系統(tǒng)開發(fā)》 人民郵電出版社
[2]王珊 陳紅 編著 《數(shù)據(jù)庫系統(tǒng)原理教程》 清華大學(xué)出版社
[3]劉 藝 著 《Delphi面向?qū)ο缶幊趟枷搿?機(jī)械工業(yè)出版社
[4]魏江江 李青 孫立京 編著 《Delphi編程百例通》 科學(xué)出版社
[5]王小華 編著 《Delphi5應(yīng)用程序設(shè)計(jì)實(shí)例》 電子工業(yè)出版社
[6]黃明 梁旭 石虎 編著 《Delphi7信息系統(tǒng)設(shè)計(jì)與開發(fā)實(shí)例》 機(jī)械工業(yè)出版社
[7][美]Hersh Bhasin 著 高健 英宇 等譯 《ASP.NET專業(yè)項(xiàng)目實(shí)例開發(fā)》 中國水利水電出版社