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

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

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

摘要:隨着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