- 相關(guān)推薦
基于ASP的在線商品銷售系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)ASP+SQL
畢業(yè)論文
基于ASP的在線商品銷售系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)
摘要:本論文介紹了ASP技術(shù)、ADO技術(shù)以及SQL Server 2000技術(shù),探討了基于ASP技術(shù)和SQL Server 2000技術(shù)構(gòu)建在線商品銷售系統(tǒng)的過程,詳細(xì)介紹了該系統(tǒng)各個(gè)功能模塊的設(shè)計(jì)思想與實(shí)現(xiàn)方法,包括前臺(tái)的網(wǎng)頁(yè)制作,后臺(tái)數(shù)據(jù)庫(kù)模塊的設(shè)計(jì),前后臺(tái)系統(tǒng)的動(dòng)態(tài)鏈接等。本系統(tǒng)主要利用了ASP與ADO結(jié)合起來連接和訪問數(shù)據(jù)庫(kù)的方法開發(fā)適合中小型企業(yè)使用的在線商品銷售系統(tǒng),具體研究并實(shí)現(xiàn)了前臺(tái)用戶注冊(cè)、登錄、瀏覽商品、商品的搜索、收藏與購(gòu)買商品、訂單的管理、后臺(tái)用戶對(duì)商品的添加、刪除、修改和類別的管理、用戶管理、信息管理以及網(wǎng)站基本配置等功能。同時(shí),本系統(tǒng)還使用了MD5加密算法。
關(guān)鍵詞:ASP; ADO; WEB數(shù)據(jù)庫(kù); 在線商品銷售; SQL Server 2000
The Design and Implementation of the On-line Merchandise Sale System Based on the ASP Technology
Abstract: This paper introduces the ASP, ADO and SQL Server 2000 technology, discusses the procedure of designing the On-line Merchandise Sale System that based on the ASP and SQL Server 2000 technology. The design and implementation of various functional modules of the system is also presented in the paper, web page making ,module of the database designing and the dynamic connection technology of web and SQL Server 2000 included. The various functions, including user register, login, browse, searching merchandise collection and purchase the merchandise, the management of the orders, and the management of users, merchandises, information basic configuration by administrator, compose the whole system through the connection and accessing to the database method with ASP technology combined with ADO technology for medium or small-sized enterprises. At the time, some functional modules of the system use MD5 encryption algorithm.
Keywords:ASP; ADO; WEB Database; On-line Merchandise Sale; SQL Server 2000
目 錄
前言 1
1 ASP概述 2
1.1 什么是ASP 2
1.2 ASP的運(yùn)行環(huán)境 2
1.2.1 運(yùn)行ASP的要求 2
1.2.2 關(guān)于IIS 3
1.3 ASP內(nèi)建對(duì)象和組件 3
1.3.1 ASP的內(nèi)建對(duì)象 3
1.3.2 組件 3
1 .4 ASP的功能和特點(diǎn) 4
1.4.1 ASP的特點(diǎn) 4
1.4.2 ASP的功能 4
2 HTML和腳本語(yǔ)言介紹 6
2.1 HTML簡(jiǎn)介 6
2.2 JAVASCRIPT腳本語(yǔ)言簡(jiǎn)介 6
2.3 VBScript腳本語(yǔ)言簡(jiǎn)介 7
3 數(shù)據(jù)庫(kù)介紹 8
3.1 SQL Server 2000數(shù)據(jù)庫(kù)介紹 8
3.2 ASP訪問數(shù)據(jù)庫(kù)的方法 8
4 需求分析和概要設(shè)計(jì) 9
4.1 功能需求分析 9
4.2 功能模塊設(shè)計(jì) 10
4.3 系統(tǒng)設(shè)計(jì)方案 12
5 數(shù)據(jù)庫(kù)的設(shè)計(jì)與實(shí)現(xiàn) 13
5.1 數(shù)據(jù)庫(kù)的需求 13
5.2 數(shù)據(jù)庫(kù)ER圖分析 13
5.3 數(shù)據(jù)庫(kù)設(shè)計(jì) 14
6 詳細(xì)設(shè)計(jì) 19
6.1 數(shù)據(jù)庫(kù)的連接 19
6.2 注冊(cè)和登錄 19
6.2.1 填寫注冊(cè)信息 19
6.2.2 提交注冊(cè)信息 21
6.2.3 用戶登錄和注銷 22
6.2.4 MD5加密算法介紹 24
6.3 用戶管理中心 24
6.3.1 進(jìn)入用戶中心 24
6.3.2 修改個(gè)人資料 25
6.3.3 修改個(gè)人密碼 26
6.3.4 取回用戶密碼 27
6.3.5 我的訂單界面 28
6.3.6 我的收藏架的實(shí)現(xiàn) 30
6.3.7 收貨人信息 31
6.4 商品查詢 31
6.4.1 簡(jiǎn)單查詢 31
6.4.2 高級(jí)查詢 31
6.5 銷售信息統(tǒng)計(jì) 32
6.6 購(gòu)買商品和訂單提交 32
6.6.1 購(gòu)買商品 32
6.6.2 訂單提交 33
6.7 后臺(tái)管理 34
6.7.1 商品大類管理 34
6.7.2 商品信息管理 36
6.7.3 管理商品訂單 39
6.7.4 用戶管理 42
7 系統(tǒng)測(cè)試與發(fā)布 44
8 結(jié)束語(yǔ) 45
參考文獻(xiàn) 46
致謝 47
注:不包括源代碼.
【基于ASP的在線商品銷售系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)ASP+SQL】相關(guān)文章:
ASP在線教育系統(tǒng)(一)05-11
基于web的異地并行設(shè)計(jì)與制造系統(tǒng)研究06-02
基于PLC的斷路器型式試驗(yàn)系統(tǒng)設(shè)計(jì)03-10
基于minigui的網(wǎng)真機(jī)界面的實(shí)現(xiàn)08-05
基于電話網(wǎng)絡(luò)的熱網(wǎng)遠(yuǎn)程控制系統(tǒng)設(shè)計(jì)05-11
分析基于三維掃描的特種設(shè)備管理系統(tǒng)設(shè)計(jì)論文05-26
ASP05-29
都市頻道制作網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)05-29