- 相關(guān)推薦
購物網(wǎng)站設(shè)計(jì)與實(shí)現(xiàn)ASP+SQL
畢業(yè)論文
購物網(wǎng)站設(shè)計(jì)與實(shí)現(xiàn)
摘 要:本設(shè)計(jì)使用ASP技術(shù)的動(dòng)態(tài)網(wǎng)頁與SQL Server2000數(shù)據(jù)庫,制作了1個(gè)在線商店管理系統(tǒng),該系統(tǒng)由前端輸入和后端管理組成。前端實(shí)現(xiàn)了用戶注冊,用戶登陸,購物車,定單查詢等。后段實(shí)現(xiàn)了貨物管理,用戶管理,配送商管理,供應(yīng)商管理,購物車,用戶定單處理,貨物定單處理。
本文主要有6章內(nèi)容,第1章是系統(tǒng)環(huán)境分析, ASP概述,IIS,Web數(shù)據(jù)庫技術(shù)綜述;第2章是設(shè)計(jì)平臺搭建,包括IIS的安裝和配置;第3章需求分析,包括設(shè)計(jì)思想,功能描述,模塊劃分,流程分析;第4章數(shù)據(jù)庫的設(shè)計(jì),包括數(shù)據(jù)庫創(chuàng)建。第5章詳細(xì)設(shè)計(jì)與實(shí)現(xiàn),各個(gè)子模塊的設(shè)計(jì),設(shè)計(jì)代碼。第6章系統(tǒng)測試與實(shí)現(xiàn)。
關(guān)鍵詞:動(dòng)態(tài); 數(shù)據(jù)庫; 模塊;網(wǎng)上購物
Shop Website Design and Impleacatiom
Abstract:This design uses the technical and active web page in ASP and Access databases, manufacturing a online shop manages system , which is made up by the front-end input and the back -end management. The front-end input has realized the registration of users, users land, the shopping cart, the requiring order, etc. The back-end management has realized the product management, user management, carrier management, supplier management, shopping cart, the user order dealing with , the product order dealing with.
This text primarily contain four contents, Chapter 1 is the system environment analyzing, including ASP all saying,IIS, the Web database technique overview; Chapter 2 is to set up design terrace take, include the IIS install; Chapter 3 is the need analyzing, including the designing thought, the function describe, the module divides the line, process analysis. Chaper4 is to design for database design, including database creating, Chapter 5 is to design for content ,including the design of each modules, design the code.Chapter 6is to excute the web sit and exam.
Key words: active ; database; module;buy
目 錄
前言 1
1 開發(fā)環(huán)境分析 2
1.1 ASP概述 2
1.1.1 ASP的結(jié)構(gòu) 2
1.1.2 6大內(nèi)置對象簡介 2
1.1.3 ASP的基本工作原理 3
1.2 IIS(INTERNET INFORMATION SERVER) 簡介 3
1.2.1 IIS的概念 3
1.2.2 IIS服務(wù)器的特性 4
1.2.3 IIS體系架構(gòu) 4
1.2.4 IIS提供的服務(wù) 5
1.3 網(wǎng)絡(luò)數(shù)據(jù)庫開發(fā)基礎(chǔ) 5
1.3.1 ADO對象概述 5
1.3.2 利用ADO開發(fā)網(wǎng)絡(luò)數(shù)據(jù)庫應(yīng)用程序 6
1.3.3 ADO組件的主要對象及其功能 6
1.4 小結(jié) 7
2 設(shè)計(jì)平臺搭建 8
2.1 WINDOWS SERVER2003的安裝和配置 8
2.2 IIS 5.0 的安裝和配置 8
2.3 小結(jié) 9
3 需求分析 10
3.1 系統(tǒng)功能描述 10
3.1.1 新用戶功能 10
3.1.2 系統(tǒng)用戶功能 10
3.1.3 管理員功能 11
3.2 功能模塊劃分 12
3.3 系統(tǒng)流程圖分析 13
3.4 小結(jié) 15
4 數(shù)據(jù)庫設(shè)計(jì)與實(shí)現(xiàn) 16
4.1 BROWSER/SERVER結(jié)構(gòu) 16
4.2 3層結(jié)構(gòu)的概念 16
4.3 數(shù)據(jù)庫設(shè)計(jì) 16
5 詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) 25
5.1目錄結(jié)構(gòu)與通用模塊設(shè)計(jì) 25
5.1.1 目錄結(jié)構(gòu) 25
5.1.2 通用模塊設(shè)計(jì) 25
5.2 系統(tǒng)首頁和用戶模塊功能 26
5.2.1 系統(tǒng)首頁 26
5.2.2 購物步驟說明 27
5.3.3 商品信息說明 27
5.3.4 用戶類型 29
5.3.5 購物清單 30
5.3.6 用戶信息填寫 31
6 系統(tǒng)的運(yùn)行與測試 33
6.1 測試方法 33
6.2 測試環(huán)境要求 33
6.3 安裝及設(shè)置 33
6.3.1 安裝 33
6.3.2 設(shè)置 34
6.4 運(yùn)行和測試 34
6.4.1 首頁的運(yùn)行和測試 34
6.4.2 后臺管理的運(yùn)行和測試 34
6.4.3 大類別運(yùn)行和測試 35
6.4.4 小類別運(yùn)行和測試 36
6.4.5 信息發(fā)布的運(yùn)行和測試 36
6.4.6 送貨設(shè)置的運(yùn)行和測試 37
6.4.7 網(wǎng)站信息的運(yùn)行和測試 37
結(jié)束語 38
參考文獻(xiàn): 39
致謝 40
前 言
隨著網(wǎng)絡(luò)技術(shù)的飛速發(fā)展,網(wǎng)絡(luò)經(jīng)濟(jì)與人們的生活越來越緊密的聯(lián)系在1起,隨著信息技術(shù)的發(fā)展,網(wǎng)上購物與網(wǎng)上銷售也在逐漸發(fā)展和普及。消費(fèi)者與銷售商都迫切需要1種簡便與高速高效的購物與銷售方式,在線網(wǎng)上購物系統(tǒng)的出現(xiàn)正好滿足人們的這種需要,通過網(wǎng)絡(luò)的簡便與高效可以使消費(fèi)者節(jié)省時(shí)間,價(jià)格公開合理。而使銷售者更合理的調(diào)節(jié)商品的數(shù)量以免造成商品的積壓,也同時(shí)使生產(chǎn)者真正隨著市場經(jīng)濟(jì)的需求而調(diào)節(jié)產(chǎn)品的種類和數(shù)量。
隨著網(wǎng)絡(luò)的不斷的普及,網(wǎng)頁技術(shù)的不斷發(fā)展,人們對網(wǎng)頁的要求也不再是文字,圖片的簡單堆砌或是單調(diào)枯燥的內(nèi)容,而是實(shí)時(shí)性,交互性和豐富性,使用動(dòng)態(tài)網(wǎng)頁技術(shù)的網(wǎng)頁越來越受歡迎。應(yīng)用ASP技術(shù)的靈活性可以方便的訪問數(shù)據(jù)庫,ASP把數(shù)據(jù)庫搬上了WEB頁面,使人們可以通過互聯(lián)網(wǎng)使用大型的包含數(shù)據(jù)庫功能的系統(tǒng)。
本系統(tǒng)正是使用ASP技術(shù)的動(dòng)態(tài)網(wǎng)頁與Access數(shù)據(jù)庫結(jié)合打造的1個(gè)網(wǎng)上商店管理系統(tǒng),1般用戶通過網(wǎng)絡(luò)訪問該系統(tǒng),提供用戶注冊功能,商品查詢功能;系統(tǒng)用戶(已注冊用戶)可以修改注冊信息,購買商品等;管理員可以修改、刪除、添加、模糊查詢用戶信息、配送商、供應(yīng)商信息,對顧客的定單安排配送商(即進(jìn)行銷售)以及向供應(yīng)商定貨和處理供應(yīng)商發(fā)送來的貨物(即進(jìn)貨和庫存管理)。本系統(tǒng)充分發(fā)揮了ASP技術(shù)顯示于客戶端,運(yùn)行于服務(wù)器端的特點(diǎn),保護(hù)用戶資料的安全性。
【購物網(wǎng)站設(shè)計(jì)與實(shí)現(xiàn)ASP+SQL】相關(guān)文章:
購物網(wǎng)站的設(shè)計(jì)與實(shí)現(xiàn)ASP+SQL08-09
網(wǎng)絡(luò)購物系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)ASP+SQL10-21
校園信息門戶網(wǎng)站的設(shè)計(jì)與實(shí)現(xiàn)ASP+SQL08-27
基于ASP購物系統(tǒng)設(shè)計(jì)和實(shí)現(xiàn)ASP+SQL09-03
新聞網(wǎng)系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)ASP+SQL07-20
基于ASP的購物網(wǎng)站的設(shè)計(jì)與實(shí)現(xiàn)ASP+Access09-11
基于ASP的網(wǎng)上銀行的設(shè)計(jì)與實(shí)現(xiàn)ASP+SQL10-16
基于ASP的網(wǎng)絡(luò)辦公系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)ASP+SQL08-16
網(wǎng)絡(luò)新聞發(fā)布系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)ASP+SQL10-13