網(wǎng)上商店系統(tǒng)的分析與設(shè)計論文+外文文獻翻譯.doc
約57頁DOC格式手機打開展開
網(wǎng)上商店系統(tǒng)的分析與設(shè)計論文+外文文獻翻譯,摘要隨著web技術(shù)的新發(fā)展,網(wǎng)絡(luò)技術(shù)的實際應(yīng)用越來越廣泛,進行web應(yīng)用系統(tǒng)時間的研究和開發(fā),變得越來越有意義。本文闡述了基于三層結(jié)構(gòu)b/s模式的學(xué)生管理系統(tǒng)的設(shè)計與實現(xiàn),從而涉及了web模式系統(tǒng)的架構(gòu),web服務(wù)器,數(shù)據(jù)庫服務(wù)器的配置,網(wǎng)絡(luò)操作系統(tǒng),數(shù)據(jù)庫,開發(fā)工具的選擇。對web發(fā)布,asp的技術(shù),網(wǎng)頁制作技術(shù),數(shù)...
內(nèi)容介紹
此文檔由會員 wanli1988go 發(fā)布
摘要
隨著WEB技術(shù)的新發(fā)展,網(wǎng)絡(luò)技術(shù)的實際應(yīng)用越來越廣泛,進行WEB應(yīng)用系統(tǒng)時間的研究和開發(fā),變得越來越有意義。本文闡述了基于三層結(jié)構(gòu)B/S模式的學(xué)生管理系統(tǒng)的設(shè)計與實現(xiàn),從而涉及了WEB模式系統(tǒng)的架構(gòu),WEB服務(wù)器,數(shù)據(jù)庫服務(wù)器的配置,網(wǎng)絡(luò)操作系統(tǒng),數(shù)據(jù)庫,開發(fā)工具的選擇。對WEB發(fā)布,ASP的技術(shù),網(wǎng)頁制作技術(shù),數(shù)據(jù)庫技術(shù),系統(tǒng)分析,系統(tǒng)安全,用戶管理等進行了敘述。并對系統(tǒng)的具體實現(xiàn)進行了詳盡的描述。
此系統(tǒng)主要完成了商家對消費者的電子商務(wù),采用比較流行的B/S的模式,比以往的 C/S模式更具有通用性。使整個系統(tǒng)易使用,易維護,易擴展,移植性好,具有推廣價值和一定先進性。
關(guān)鍵字 :asp技術(shù)、IIS、電子商務(wù)、Access
Abstract
With the new development of WEB technology,The practical application of network technology become more and more wide,That studying and developing WEB application system is more and more significative too.This paper expound the technology of designing and developing a management of information system(MIS)with three layers structure in mode B/S. This paper compared three layers structure with two layers structure,and also described how to construct a system of web mode ;how to configuration a server of web and database; and how to take a choice of net operating system,database and developing implements.With the developing procedure,this paper also introduced the tecnologies of issuing webs ,ASP,designing webs,planning database,system analyzing,system security and users management.
The system mainly take the task of Electronic Business between businessman and customer.It is advanced ,and easyto use,maintain,and expand.And it has good ability of transplanting.So it is provided with the value of being expanding.
[Key word]: The technology of asp、IIS、Electronic Business、Access
目 錄
摘要 4
Abstract 4
目 錄 i
1. 可行性分析 1
1.1 開發(fā)背景 1
1.2 技術(shù)可行性 1
1.3 經(jīng)濟可行性 1
1.4 法律可行性 1
2. 開發(fā)工具、環(huán)境及相關(guān)技術(shù)簡介 1
2.1開發(fā)工具、環(huán)境 1
2.1.1 Microsoft FrontPage2000 2
2.1.2 Microsoft Access2000 3
2.1.2.1 Access簡介 3
2.1.2.2 Access 2000的新特性 4
2.1.2.3 運用Access建立管理數(shù)據(jù)庫的優(yōu)點 6
2.1.2.4 使用Access數(shù)據(jù)庫對管理效益的改進 6
2.1.2.5 實施中可能遇到的困難 8
2.1.2.6 Access的安全措施說明 8
2.2 ASP中的數(shù)據(jù)庫基礎(chǔ)知識 9
2.2.1 ASP概述 9
2.2.2 ASP訪問數(shù)據(jù)庫的原理: 9
2.2.3 ASP訪問數(shù)據(jù)庫的幾種方式: 10
2.2.4 ASP中間層結(jié)構(gòu): 10
2.2.5 ADO概述 10
2.2.6 ASP的內(nèi)部對象 11
2.2.6.1 Connection對象 11
2.2.6.2 Recordset對象 13
2.2.6.3 Field對象 14
2.3.1客戶機/服務(wù)器(C/S模式)簡介 14
2.3.2三層結(jié)構(gòu)(B/S模式)簡介 15
3. 需求分析 15
3.1 系統(tǒng)功能簡介 15
3.2 系統(tǒng)功能模塊圖 16
3.3 數(shù)據(jù)庫設(shè)計 16
4. 具體實現(xiàn)過程(主要功能界面及代碼) 20
4.1 網(wǎng)站首頁部分內(nèi)容: 20
4.2 用戶登陸 20
4.3 用戶注冊 22
4.4 商品收藏 26
4.5 商品訂購 28
4.6 定單查詢 30
4.7 管理員首頁 31
4.8 商品的添加 32
4.9 管理商品定單 34
4.10 送貨與支付方式 38
4.11 連接數(shù)據(jù)庫 40
4.12 系統(tǒng)安全保密設(shè)計 40
5. 結(jié)束語 45
6參考文獻 45
7英文資料翻譯 46
資料原文 46
資料譯文 51
6參考文獻
薩師煊 《數(shù)據(jù)庫系統(tǒng)概論》 高等教育出版社 1991.4
李華斌 《ASP的實用教程》 中國水利水電出版社 2000.10
張宏林,汪曉平 《ASP的網(wǎng)絡(luò)技術(shù)》 人民郵電出版社 2000.1
中國動感技術(shù)網(wǎng)站 http://www.active.com.cn
http://www.chinaasp.com
中國ASP程序員聯(lián)盟http://www.joyeasy.net
隨著WEB技術(shù)的新發(fā)展,網(wǎng)絡(luò)技術(shù)的實際應(yīng)用越來越廣泛,進行WEB應(yīng)用系統(tǒng)時間的研究和開發(fā),變得越來越有意義。本文闡述了基于三層結(jié)構(gòu)B/S模式的學(xué)生管理系統(tǒng)的設(shè)計與實現(xiàn),從而涉及了WEB模式系統(tǒng)的架構(gòu),WEB服務(wù)器,數(shù)據(jù)庫服務(wù)器的配置,網(wǎng)絡(luò)操作系統(tǒng),數(shù)據(jù)庫,開發(fā)工具的選擇。對WEB發(fā)布,ASP的技術(shù),網(wǎng)頁制作技術(shù),數(shù)據(jù)庫技術(shù),系統(tǒng)分析,系統(tǒng)安全,用戶管理等進行了敘述。并對系統(tǒng)的具體實現(xiàn)進行了詳盡的描述。
此系統(tǒng)主要完成了商家對消費者的電子商務(wù),采用比較流行的B/S的模式,比以往的 C/S模式更具有通用性。使整個系統(tǒng)易使用,易維護,易擴展,移植性好,具有推廣價值和一定先進性。
關(guān)鍵字 :asp技術(shù)、IIS、電子商務(wù)、Access
Abstract
With the new development of WEB technology,The practical application of network technology become more and more wide,That studying and developing WEB application system is more and more significative too.This paper expound the technology of designing and developing a management of information system(MIS)with three layers structure in mode B/S. This paper compared three layers structure with two layers structure,and also described how to construct a system of web mode ;how to configuration a server of web and database; and how to take a choice of net operating system,database and developing implements.With the developing procedure,this paper also introduced the tecnologies of issuing webs ,ASP,designing webs,planning database,system analyzing,system security and users management.
The system mainly take the task of Electronic Business between businessman and customer.It is advanced ,and easyto use,maintain,and expand.And it has good ability of transplanting.So it is provided with the value of being expanding.
[Key word]: The technology of asp、IIS、Electronic Business、Access
目 錄
摘要 4
Abstract 4
目 錄 i
1. 可行性分析 1
1.1 開發(fā)背景 1
1.2 技術(shù)可行性 1
1.3 經(jīng)濟可行性 1
1.4 法律可行性 1
2. 開發(fā)工具、環(huán)境及相關(guān)技術(shù)簡介 1
2.1開發(fā)工具、環(huán)境 1
2.1.1 Microsoft FrontPage2000 2
2.1.2 Microsoft Access2000 3
2.1.2.1 Access簡介 3
2.1.2.2 Access 2000的新特性 4
2.1.2.3 運用Access建立管理數(shù)據(jù)庫的優(yōu)點 6
2.1.2.4 使用Access數(shù)據(jù)庫對管理效益的改進 6
2.1.2.5 實施中可能遇到的困難 8
2.1.2.6 Access的安全措施說明 8
2.2 ASP中的數(shù)據(jù)庫基礎(chǔ)知識 9
2.2.1 ASP概述 9
2.2.2 ASP訪問數(shù)據(jù)庫的原理: 9
2.2.3 ASP訪問數(shù)據(jù)庫的幾種方式: 10
2.2.4 ASP中間層結(jié)構(gòu): 10
2.2.5 ADO概述 10
2.2.6 ASP的內(nèi)部對象 11
2.2.6.1 Connection對象 11
2.2.6.2 Recordset對象 13
2.2.6.3 Field對象 14
2.3.1客戶機/服務(wù)器(C/S模式)簡介 14
2.3.2三層結(jié)構(gòu)(B/S模式)簡介 15
3. 需求分析 15
3.1 系統(tǒng)功能簡介 15
3.2 系統(tǒng)功能模塊圖 16
3.3 數(shù)據(jù)庫設(shè)計 16
4. 具體實現(xiàn)過程(主要功能界面及代碼) 20
4.1 網(wǎng)站首頁部分內(nèi)容: 20
4.2 用戶登陸 20
4.3 用戶注冊 22
4.4 商品收藏 26
4.5 商品訂購 28
4.6 定單查詢 30
4.7 管理員首頁 31
4.8 商品的添加 32
4.9 管理商品定單 34
4.10 送貨與支付方式 38
4.11 連接數(shù)據(jù)庫 40
4.12 系統(tǒng)安全保密設(shè)計 40
5. 結(jié)束語 45
6參考文獻 45
7英文資料翻譯 46
資料原文 46
資料譯文 51
6參考文獻
薩師煊 《數(shù)據(jù)庫系統(tǒng)概論》 高等教育出版社 1991.4
李華斌 《ASP的實用教程》 中國水利水電出版社 2000.10
張宏林,汪曉平 《ASP的網(wǎng)絡(luò)技術(shù)》 人民郵電出版社 2000.1
中國動感技術(shù)網(wǎng)站 http://www.active.com.cn
http://www.chinaasp.com
中國ASP程序員聯(lián)盟http://www.joyeasy.net
TA們正在看...
- 六年級上冊5《七律·長征》優(yōu)秀試題練習(xí)題.doc
- 六年級上冊6《狼牙山五壯士》優(yōu)秀試題練習(xí)題.doc
- 六年級上冊7《開國大典》優(yōu)秀試題練習(xí)題.doc
- 六年級上冊8《燈光》優(yōu)秀試題練習(xí)題.doc
- 六年級上冊9《竹節(jié)人》優(yōu)秀試題練習(xí)題.doc
- 六年級上冊語文11《故宮博物院》獲獎?wù)f課導(dǎo)學(xué)案.doc
- 六年級上冊語文12《橋》獲獎?wù)f課導(dǎo)學(xué)案.doc
- 六年級上冊語文13《窮人》獲獎?wù)f課導(dǎo)學(xué)案.doc
- 六年級上冊語文18《只有一個地球》獲獎?wù)f課導(dǎo)學(xué)案.doc
- 六年級上冊語文1《草原》試題練習(xí)題.doc