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

才智咖 人氣:7.13K
畢業論文

基於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