基于asp的訂單管理系統(tǒng).rar
基于asp的訂單管理系統(tǒng),基于asp的訂單管理系統(tǒng)1.2萬字41頁包括任務書,論文,關系圖,數(shù)據(jù)表,程序代碼等資料摘要:本系統(tǒng)是基于asp的訂單管理系統(tǒng),利用因特網(wǎng)的方便快捷等優(yōu)點,使我們的客戶能在第一時間內(nèi)訂購到自己需要的產(chǎn)品。asp結(jié)構(gòu)主要是利用了不斷成熟的www瀏覽器技術,結(jié)合瀏覽器的多種腳本語言(vbscript、javascript等...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 成長動力 發(fā)布
基于ASP的訂單管理系統(tǒng)
1.2萬字 41頁
包括任務書,論文,關系圖,數(shù)據(jù)表,程序代碼等資料
摘 要:本系統(tǒng)是基于ASP的訂單管理系統(tǒng),利用因特網(wǎng)的方便快捷等優(yōu)點,使我們的客戶能在第一時間內(nèi)訂購到自己需要的產(chǎn)品。ASP結(jié)構(gòu)主要是利用了不斷成熟的WWW瀏覽器技術,結(jié)合瀏覽器的多種腳本語言(VBScript、JavaScript等)和ActiveX技術,通用的瀏覽器就實現(xiàn)了原來需要專用軟件才能實現(xiàn)的強大功能,并節(jié)約了開發(fā)成本,是一種全新的軟件系統(tǒng)構(gòu)造技術。并且,基于ASP技術開發(fā)的訂單管理系統(tǒng),系統(tǒng)只需要運行在服務器上,操作管理上沒有特定的區(qū)域限制,只要有因特網(wǎng)的地方都可以對系統(tǒng)進行維護管理。本訂單管理系統(tǒng)分為客戶訂購系統(tǒng)和管理員管理系統(tǒng)兩大部分??蛻粲嗁徬到y(tǒng)支持一般的用戶登陸,用戶可以選擇自己需要的產(chǎn)品,并可進行網(wǎng)絡交易。管理員管理系統(tǒng),是系統(tǒng)的后臺管理,可以對產(chǎn)品進行更新維護等操作。
關鍵詞:ASP;IIS5.0;瀏覽器/服務器;HTML語言;腳本語言(VBScript)
Abstract: This system is according to an order management system of the ASP(Active Server Pages) structure, is a calculator examination to try an order system, make use of convenient and fast etc. advantage of Internet, make our customer be able to order the product that the oneself need in and at that time. Structure of ASP mainly is to make use of the continuously mature WWW browser technique, combine various script languages (VBScript, JavaScript etc.) and technique of ActiveX of the browser, the in general use browser carries out to need the strong function that the appropriation software then can carry out originally, and economized the development cost, is a kind of all new software system structure technique. And, according to the order management system that the system of B/ S combines the ASP technique development, the system need to be circulate only on the server, have no restrict of particular district in the operation management, as long as there are the places of Internet can carry on the maintenance to the system management. This order manages the system to is divided into the customer order the system and managing person manages the system two greatest parts.Customer the order system supports the general customer debarkation, the customer can choose the oneself product of demand, and can carry on the network bargain.The managing person manages the system, is the backstage of the system management, can carry on renewing the maintenance etc. to the product operation.
Keywords: ASP;IIS5.0;Browser/ server;HTMLLanguage;VB(Script of language)
目 錄
前 言 5
1系統(tǒng)需求分析 6
1.1 用戶需求分析 6
1.2 數(shù)據(jù)庫需求分析 7
1.3 后臺數(shù)據(jù)庫 7
1.4 系統(tǒng)的方案選擇 7
2 軟件的開發(fā)環(huán)境 8
2.1軟件開發(fā)的條件與限制 8
2.2 程序語言 8
2.2.1 ASP簡介 8
2.2.2 HTML語言 9
2.2.3 ADO組件 10
2.2.4 編碼工具及網(wǎng)頁制作工具選擇 10
3 系統(tǒng)設計 11
3.1 系統(tǒng)功能模塊的設計 11
3.1.1 訂單管理系統(tǒng)功能模塊結(jié)構(gòu)圖 12
3.2 系統(tǒng)流程圖 14
3.3用戶訂單E-R圖 15
3.4數(shù)據(jù)庫設計 15
3.4.1數(shù)據(jù)庫概念模型圖 15
3.4.2數(shù)據(jù)庫表描述 16
3.4.3 數(shù)據(jù)庫表清單 17
4系統(tǒng)詳細設計和主要編碼 21
4.1系統(tǒng)頁面劃分 21
4.2 系統(tǒng)的頁面邏輯功能圖 21
4.3 系統(tǒng)功能模塊描述 23
4.3.1客戶端首頁(Home.asp) 23
4.3.2 新用戶注冊頁面(newuser.asp) 24
4.3.4 購物頁面(main.asp) 26
4.3.5 管理員登錄頁面(adminlogin.asp) 29
4.3.6 用戶管理部分的一些重要頁面 30
4.3.7 訂單管理部分的一些重要頁面 31
4.3.8 商品管理部分的重要頁面 33
5系統(tǒng)測試與發(fā)布 36
5.1 用戶頁面的出錯控制測試 36
5.1.1登陸頁面測試 36
5.1.2 新用戶注冊頁面 36
5.2 系統(tǒng)發(fā)布 37
總 結(jié): 40
參考文獻: 41
致 謝: 42
參考文獻
[6] 魏應彬 周星 康耀紅 著,《網(wǎng)頁設計與web數(shù)據(jù)庫發(fā)布技術》,清華大學出版社,2002年8月
[7] 廖信彥 著,《ASP應用經(jīng)典(1CD)--Web高級技巧》,中國鐵道出版社,2000年9月
[8] Microsoft,Windows腳本技術白皮書
[9] 王珊 著,《數(shù)據(jù)庫系統(tǒng)概論》,高等教育出版社,2000年2月
[10]黃昕暐、賴榮樞 著,《VBScript案例實作》,旗標出版社,1997年7月
[11]林信成 著,《HTML與ASP編程實務》,清華大學出版社,2001年7月
[12]傅宇旭 著,《IIS 5.0與ASP網(wǎng)站建設》,科學出版社,2001年4月
[13]曹建 著,《Dreamweaver與ASP實戰(zhàn)演練(含1CD)》,電子工業(yè)出版社,2001年1月
[14]朱順泉 趙文昕 陳鳴 著,《電子商務系統(tǒng)及其設計》,西安電子科技大學出版社,2003年2月
[15]鄭人杰 陶永雷 著,《實用軟件工程》,清華大學出版社,2003年6月
[16]《Microsoft Transaction Server 2.0 數(shù)據(jù)庫實戰(zhàn)手冊》袁步超等編譯
1.2萬字 41頁
包括任務書,論文,關系圖,數(shù)據(jù)表,程序代碼等資料
摘 要:本系統(tǒng)是基于ASP的訂單管理系統(tǒng),利用因特網(wǎng)的方便快捷等優(yōu)點,使我們的客戶能在第一時間內(nèi)訂購到自己需要的產(chǎn)品。ASP結(jié)構(gòu)主要是利用了不斷成熟的WWW瀏覽器技術,結(jié)合瀏覽器的多種腳本語言(VBScript、JavaScript等)和ActiveX技術,通用的瀏覽器就實現(xiàn)了原來需要專用軟件才能實現(xiàn)的強大功能,并節(jié)約了開發(fā)成本,是一種全新的軟件系統(tǒng)構(gòu)造技術。并且,基于ASP技術開發(fā)的訂單管理系統(tǒng),系統(tǒng)只需要運行在服務器上,操作管理上沒有特定的區(qū)域限制,只要有因特網(wǎng)的地方都可以對系統(tǒng)進行維護管理。本訂單管理系統(tǒng)分為客戶訂購系統(tǒng)和管理員管理系統(tǒng)兩大部分??蛻粲嗁徬到y(tǒng)支持一般的用戶登陸,用戶可以選擇自己需要的產(chǎn)品,并可進行網(wǎng)絡交易。管理員管理系統(tǒng),是系統(tǒng)的后臺管理,可以對產(chǎn)品進行更新維護等操作。
關鍵詞:ASP;IIS5.0;瀏覽器/服務器;HTML語言;腳本語言(VBScript)
Abstract: This system is according to an order management system of the ASP(Active Server Pages) structure, is a calculator examination to try an order system, make use of convenient and fast etc. advantage of Internet, make our customer be able to order the product that the oneself need in and at that time. Structure of ASP mainly is to make use of the continuously mature WWW browser technique, combine various script languages (VBScript, JavaScript etc.) and technique of ActiveX of the browser, the in general use browser carries out to need the strong function that the appropriation software then can carry out originally, and economized the development cost, is a kind of all new software system structure technique. And, according to the order management system that the system of B/ S combines the ASP technique development, the system need to be circulate only on the server, have no restrict of particular district in the operation management, as long as there are the places of Internet can carry on the maintenance to the system management. This order manages the system to is divided into the customer order the system and managing person manages the system two greatest parts.Customer the order system supports the general customer debarkation, the customer can choose the oneself product of demand, and can carry on the network bargain.The managing person manages the system, is the backstage of the system management, can carry on renewing the maintenance etc. to the product operation.
Keywords: ASP;IIS5.0;Browser/ server;HTMLLanguage;VB(Script of language)
目 錄
前 言 5
1系統(tǒng)需求分析 6
1.1 用戶需求分析 6
1.2 數(shù)據(jù)庫需求分析 7
1.3 后臺數(shù)據(jù)庫 7
1.4 系統(tǒng)的方案選擇 7
2 軟件的開發(fā)環(huán)境 8
2.1軟件開發(fā)的條件與限制 8
2.2 程序語言 8
2.2.1 ASP簡介 8
2.2.2 HTML語言 9
2.2.3 ADO組件 10
2.2.4 編碼工具及網(wǎng)頁制作工具選擇 10
3 系統(tǒng)設計 11
3.1 系統(tǒng)功能模塊的設計 11
3.1.1 訂單管理系統(tǒng)功能模塊結(jié)構(gòu)圖 12
3.2 系統(tǒng)流程圖 14
3.3用戶訂單E-R圖 15
3.4數(shù)據(jù)庫設計 15
3.4.1數(shù)據(jù)庫概念模型圖 15
3.4.2數(shù)據(jù)庫表描述 16
3.4.3 數(shù)據(jù)庫表清單 17
4系統(tǒng)詳細設計和主要編碼 21
4.1系統(tǒng)頁面劃分 21
4.2 系統(tǒng)的頁面邏輯功能圖 21
4.3 系統(tǒng)功能模塊描述 23
4.3.1客戶端首頁(Home.asp) 23
4.3.2 新用戶注冊頁面(newuser.asp) 24
4.3.4 購物頁面(main.asp) 26
4.3.5 管理員登錄頁面(adminlogin.asp) 29
4.3.6 用戶管理部分的一些重要頁面 30
4.3.7 訂單管理部分的一些重要頁面 31
4.3.8 商品管理部分的重要頁面 33
5系統(tǒng)測試與發(fā)布 36
5.1 用戶頁面的出錯控制測試 36
5.1.1登陸頁面測試 36
5.1.2 新用戶注冊頁面 36
5.2 系統(tǒng)發(fā)布 37
總 結(jié): 40
參考文獻: 41
致 謝: 42
參考文獻
[6] 魏應彬 周星 康耀紅 著,《網(wǎng)頁設計與web數(shù)據(jù)庫發(fā)布技術》,清華大學出版社,2002年8月
[7] 廖信彥 著,《ASP應用經(jīng)典(1CD)--Web高級技巧》,中國鐵道出版社,2000年9月
[8] Microsoft,Windows腳本技術白皮書
[9] 王珊 著,《數(shù)據(jù)庫系統(tǒng)概論》,高等教育出版社,2000年2月
[10]黃昕暐、賴榮樞 著,《VBScript案例實作》,旗標出版社,1997年7月
[11]林信成 著,《HTML與ASP編程實務》,清華大學出版社,2001年7月
[12]傅宇旭 著,《IIS 5.0與ASP網(wǎng)站建設》,科學出版社,2001年4月
[13]曹建 著,《Dreamweaver與ASP實戰(zhàn)演練(含1CD)》,電子工業(yè)出版社,2001年1月
[14]朱順泉 趙文昕 陳鳴 著,《電子商務系統(tǒng)及其設計》,西安電子科技大學出版社,2003年2月
[15]鄭人杰 陶永雷 著,《實用軟件工程》,清華大學出版社,2003年6月
[16]《Microsoft Transaction Server 2.0 數(shù)據(jù)庫實戰(zhàn)手冊》袁步超等編譯