電子商務網站的設計與實現ASP+SQL

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

電子商務網站的設計與實現

摘要:隨著Internet的迅速發展,電子商務開始流行,越來越多的商家在網上建起了網上商店,向消費者展示出1種新的購物理念。
本系統運用HTML語言,VBScript技術,ADO,ASP與後臺資料庫連線等關鍵技術構建B2C的網上購物系統,它包括使用者註冊、登陸、商品查詢、網上訂購以及後臺資料庫管理,如商品管理、訂單管理、使用者管理、網站配置管理、新聞管理、留言管理等。實現了24小時方便快捷的線上訂購服務和高效的商品資訊的管理與維護。
本文詳細的介紹了網上購物系統的設計與實現的過程,同時也簡單的介紹了HTML語言,VBScript技術,ADO與SQL2000的'使用。
關鍵詞:B2C;網上購物系統;ASP;資料庫

The design and realization of the electronic business website

Abstract: Along with the rapid development of Internet, the electronic commerce starts popularly; more and more businesses have built up the net store to demonstrate one kind of new shopping idea to the consumers.
This system utilized the key technologies such as the HTML language, the VBScript technology, ADO, ASP, the backstage database connection and so on to construct the B2C net shopping system. This system including the user registration, debarkation, commodity inquiries, net order as well as backstage data administration. It includes the commodity management, order form management, user management, website disposition management, news management, message management and so on.  This system has realized 24 hour convenience quick online order service and the management and the maintenance of the highly effective commodity information.
This thesis detailed introduces the process of the design and realization of the online shopping system. It is also give a brief introduction of HTML language, VBScript technology, ADO and the use of SQL2000.
Keywords: B2C; Online shopping system; ASP; Database

目 錄

1緒論 1
1.1網上購物系統的發展 1
1.2  網上購物的現狀 1
1.3 網上購物系統的構建 1
2  程式開發的技術基礎 2
2.1  HTML語言 2
2.2  VBSCRIPT語言 2
2.2.1VBScript概述 2
2.2.2 HTML頁面中新增 VBScript程式碼 3
2.3  ASP技術 5
2.3.1  ASP概述 5
2.3.2 ASP工作原理 5
2.3.3 ASP的釋出 6
2.4   資料庫原理 6
2.4.1  SOL語言簡單介紹 6
2.4.2 SQL語言的分類 7
2.4.3  SQLServer 2000簡介 8
2.4.4  ADO技術介紹 9
3 系統需求 10
3.1功能需求 10
3.1.1 面向使用者的功能: 10
3.1.2 面向管理員的功能: 10
3.2 資料需求 10
4 資料庫設計 12
4.1 資料庫需求分析 12
4.2 資料庫概念結構設計 12
4.2.1 系統E—R圖 12
4.2.2 關係模型 15
4.3 資料庫邏輯結構設計 15
5 總體設計 20
5.1 系統功能模組圖 20
5.2 系統資料流圖 20
6 詳細設計 22
6.1 面向使用者的設計 22
6.1.1 註冊模組 22
6.1.2 登陸模組 25
6.1.3 查詢模組 27
6.1.4 購買模組 30
6.2 面向管理員的設計 34
6.2.1 商品管理 34
6.2.2 訂單管理 37
6.2.3 使用者管理 40
7  總結 41
參考文獻 42
致謝 43

注:不包括原始碼.

電子商務網站的設計與實現ASP+SQL