基於ASP的在線商品銷售系統的設計與實現ASP+SQL

學識都 人氣:7.25K
畢業論文

基於ASP的在線商品銷售系統的設計與實現

摘要:本論文介紹了ASP技術、ADO技術以及SQL Server 2000技術,探討了基於ASP技術和SQL Server 2000技術構建在線商品銷售系統的過程,詳細介紹了該系統各個功能模塊的設計思想與實現方法,包括前臺的網頁製作,後臺數據庫模塊的設計,前後臺系統的動態鏈接等。本系統主要利用了ASP與ADO結合起來連接和訪問數據庫的方法開發適合中小型企業使用的在線商品銷售系統,具體研究並實現了前臺用戶註冊、登錄、瀏覽商品、商品的搜索、收藏與購買商品、訂單的管理、後臺用戶對商品的添加、刪除、修改和類別的管理、用戶管理、信息管理以及網站基本配置等功能。同時,本系統還使用了MD5加密算法。
關鍵詞:ASP; ADO; WEB數據庫; 在線商品銷售; 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的'運行環境 2
1.2.1 運行ASP的要求 2
1.2.2 關於IIS 3
1.3 ASP內建對象和組件 3
1.3.1 ASP的內建對象 3
1.3.2 組件 3
1 .4 ASP的功能和特點 4
1.4.1 ASP的特點 4
1.4.2 ASP的功能 4
2 HTML和腳本語言介紹 6
2.1 HTML簡介 6
2.2 JAVASCRIPT腳本語言簡介 6
2.3 VBScript腳本語言簡介 7
3 數據庫介紹 8
3.1 SQL Server 2000數據庫介紹 8
3.2 ASP訪問數據庫的方法 8
4 需求分析和概要設計 9
4.1 功能需求分析 9
4.2 功能模塊設計 10
4.3 系統設計方案 12
5 數據庫的設計與實現 13
5.1 數據庫的需求 13
5.2 數據庫ER圖分析 13
5.3 數據庫設計 14
6 詳細設計 19
6.1 數據庫的連接 19
6.2 註冊和登錄 19
6.2.1 填寫註冊信息 19
6.2.2 提交註冊信息 21
6.2.3 用戶登錄和註銷 22
6.2.4 MD5加密算法介紹 24
6.3 用戶管理中心 24
6.3.1 進入用戶中心 24
6.3.2 修改個人資料 25
6.3.3 修改個人密碼 26
6.3.4 取回用戶密碼 27
6.3.5 我的訂單界面 28
6.3.6 我的收藏架的實現 30
6.3.7 收貨人信息 31
6.4 商品查詢 31
6.4.1 簡單查詢 31
6.4.2 高級查詢 31
6.5 銷售信息統計 32
6.6 購買商品和訂單提交 32
6.6.1 購買商品 32
6.6.2 訂單提交 33
6.7 後臺管理 34
6.7.1 商品大類管理 34
6.7.2 商品信息管理 36
6.7.3 管理商品訂單 39
6.7.4 用戶管理 42
7 系統測試與發佈 44
8 結束語 45
參考文獻 46
致謝 47

注:不包括源代碼.

基於ASP的在線商品銷售系統的設計與實現ASP+SQL