網(wǎng)上購物系統(tǒng)畢業(yè)設(shè)計(含論文+源碼).zip
網(wǎng)上購物系統(tǒng)畢業(yè)設(shè)計(含論文+源碼),摘 要 隨著internet的迅速發(fā)展,越來越多的企業(yè)開始建設(shè)自己的網(wǎng)站。很多企業(yè)都已不滿足于建立一個簡單的僅僅能夠發(fā)布信息的靜態(tài)網(wǎng)站?,F(xiàn)代企業(yè)需要的是一個功能強(qiáng)大的,能提供完善的電子商務(wù)服務(wù)的交互式動態(tài)商務(wù)網(wǎng)站?! sp.net是microsoft公司推出的一種交互式動態(tài)web應(yīng)用程序開發(fā)工具。 asp.ne...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 秋風(fēng)2013 發(fā)布
摘 要
隨著Internet的迅速發(fā)展,越來越多的企業(yè)開始建設(shè)自己的網(wǎng)站。很多企業(yè)都已不滿足于建立一個簡單的僅僅能夠發(fā)布信息的靜態(tài)網(wǎng)站。現(xiàn)代企業(yè)需要的是一個功能強(qiáng)大的,能提供完善的電子商務(wù)服務(wù)的交互式動態(tài)商務(wù)網(wǎng)站。
ASP.NET是Microsoft公司推出的一種交互式動態(tài)Web應(yīng)用程序開發(fā)工具。 ASP.NET可以在數(shù)據(jù)庫的配合下,開發(fā)出功能強(qiáng)大的Web應(yīng)用程序。
整個購物系統(tǒng)是采用B/S(browser/server)三層結(jié)構(gòu),利用ASP.NET作為動態(tài)網(wǎng)站開發(fā)工具,以SQL Server 2000作為系統(tǒng)的后臺數(shù)據(jù)庫。通過對購物系統(tǒng)進(jìn)行需求分析、對系統(tǒng)總體架構(gòu)進(jìn)行設(shè)計,系統(tǒng)主要實現(xiàn)了以下功能:會員注冊與管理,商品陳列上架,商品分類管理,商品檢索,用戶購物車,訂單生成與管理,會員購物積分,網(wǎng)上安全支付等功能。
為了解決在線支付的安全問題,在系統(tǒng)中,采用了兩種在線支付方式,一是集成了當(dāng)前比較成熟的第三方支付工具,支付寶;二是使用站內(nèi)虛擬貨幣進(jìn)行在線支付。支付寶的使用是很方便,不過支付方式仍舊不夠靈活,利用手機(jī)短信實現(xiàn)支付的功能,還有待實現(xiàn)。
關(guān)鍵詞: 電子商務(wù) ASP.NET SQL Server
Title The Design and Implement of On-Line Shopping System
Abstract
With the fast developing of Internet, more and more enterprises start to construct their own homepage. Many enterprises are not satisfied to establish the static website which is only able to issue the information. The need of modern enterprise is a formidable function dynamic commercial website, which can provide interactive electronic commerce service.
ASP.NET is a kind of development kit of interactive dynamic Web application procedure which Microsoft promotes. Under the database coordination ASP.NET could develop the formidable function Web application procedure.
The entire shopping system uses B/S (browser/server) 3-tier, and takes ASP.NET as the dynamic website development kit, and takes SQL Server 2000 as the backstage database management system. Through carrying the demand analysis on the shopping system, carrying the design on the system overall overhead construction, the system has mainly realized below the function: Member registration and management, commodity exhibition top carriage, classification of goods management, commodity retrieva l, user Shopping Cart, order form production and management, member shopping integral, On-Line security payment, and so on.
In order to solve the security problem about On-Line payment, in the system, I have selected two kinds of method of payment. 1st, to realize the On-Line payment, it integrates the current quite mature means of payment of third party, ZhifuBao.2nd; it uses virtual money to carry on On-Line payment.
Although the use of ZhifuBao is very convenient, the method of payment is not flexible enough; the method of payment based on SMS is still waited for development.
Keywords Electronic Commerce ASP.NET SQL Server
目 次
1 引言 1
2 相關(guān)技術(shù) 2
2.1 開發(fā)背景 2
2.2 ASP.NET簡介 2
2.3 ADO.NET簡介 3
2.4 ASP.NET開發(fā)環(huán)境 3
2.5 ASP.NET技術(shù)的優(yōu)點 3
2.6 B/S結(jié)構(gòu)的優(yōu)越性 4
3 系統(tǒng)需求 5
3.1 設(shè)計目標(biāo) 5
3.2 需求分析 5
3.2.1 角色識別 5
3.2.2 客戶功能 6
3.2.3 管理功能 6
3.2.4 角色模型圖 6
3.2.5 功能模塊劃分 7
3.3 系統(tǒng)運行配置 8
4 系統(tǒng)設(shè)計 9
4.1 系統(tǒng)業(yè)務(wù)流程 9
4.1.1 客戶端流程 9
4.1.2 服務(wù)器端流程 10
4.2 系統(tǒng)功能模塊 11
4.3 數(shù)據(jù)庫設(shè)計 12
4.3.1 數(shù)據(jù)庫需求 12
4.3.2 數(shù)據(jù)庫設(shè)計 14
5 功能實現(xiàn) 19
5.1 用戶界面 19
5.2 管理界面 19
5.3 代碼詳細(xì)說明 20
5.3.1 公用類 20
5.3.2 客戶功能實現(xiàn) 21
5.3.3 支付方式 25
5.4 系統(tǒng)擴(kuò)展 28
結(jié) 論 29
致 謝 30
參 考 文 獻(xiàn) 31
隨著Internet的迅速發(fā)展,越來越多的企業(yè)開始建設(shè)自己的網(wǎng)站。很多企業(yè)都已不滿足于建立一個簡單的僅僅能夠發(fā)布信息的靜態(tài)網(wǎng)站。現(xiàn)代企業(yè)需要的是一個功能強(qiáng)大的,能提供完善的電子商務(wù)服務(wù)的交互式動態(tài)商務(wù)網(wǎng)站。
ASP.NET是Microsoft公司推出的一種交互式動態(tài)Web應(yīng)用程序開發(fā)工具。 ASP.NET可以在數(shù)據(jù)庫的配合下,開發(fā)出功能強(qiáng)大的Web應(yīng)用程序。
整個購物系統(tǒng)是采用B/S(browser/server)三層結(jié)構(gòu),利用ASP.NET作為動態(tài)網(wǎng)站開發(fā)工具,以SQL Server 2000作為系統(tǒng)的后臺數(shù)據(jù)庫。通過對購物系統(tǒng)進(jìn)行需求分析、對系統(tǒng)總體架構(gòu)進(jìn)行設(shè)計,系統(tǒng)主要實現(xiàn)了以下功能:會員注冊與管理,商品陳列上架,商品分類管理,商品檢索,用戶購物車,訂單生成與管理,會員購物積分,網(wǎng)上安全支付等功能。
為了解決在線支付的安全問題,在系統(tǒng)中,采用了兩種在線支付方式,一是集成了當(dāng)前比較成熟的第三方支付工具,支付寶;二是使用站內(nèi)虛擬貨幣進(jìn)行在線支付。支付寶的使用是很方便,不過支付方式仍舊不夠靈活,利用手機(jī)短信實現(xiàn)支付的功能,還有待實現(xiàn)。
關(guān)鍵詞: 電子商務(wù) ASP.NET SQL Server
Title The Design and Implement of On-Line Shopping System
Abstract
With the fast developing of Internet, more and more enterprises start to construct their own homepage. Many enterprises are not satisfied to establish the static website which is only able to issue the information. The need of modern enterprise is a formidable function dynamic commercial website, which can provide interactive electronic commerce service.
ASP.NET is a kind of development kit of interactive dynamic Web application procedure which Microsoft promotes. Under the database coordination ASP.NET could develop the formidable function Web application procedure.
The entire shopping system uses B/S (browser/server) 3-tier, and takes ASP.NET as the dynamic website development kit, and takes SQL Server 2000 as the backstage database management system. Through carrying the demand analysis on the shopping system, carrying the design on the system overall overhead construction, the system has mainly realized below the function: Member registration and management, commodity exhibition top carriage, classification of goods management, commodity retrieva l, user Shopping Cart, order form production and management, member shopping integral, On-Line security payment, and so on.
In order to solve the security problem about On-Line payment, in the system, I have selected two kinds of method of payment. 1st, to realize the On-Line payment, it integrates the current quite mature means of payment of third party, ZhifuBao.2nd; it uses virtual money to carry on On-Line payment.
Although the use of ZhifuBao is very convenient, the method of payment is not flexible enough; the method of payment based on SMS is still waited for development.
Keywords Electronic Commerce ASP.NET SQL Server
目 次
1 引言 1
2 相關(guān)技術(shù) 2
2.1 開發(fā)背景 2
2.2 ASP.NET簡介 2
2.3 ADO.NET簡介 3
2.4 ASP.NET開發(fā)環(huán)境 3
2.5 ASP.NET技術(shù)的優(yōu)點 3
2.6 B/S結(jié)構(gòu)的優(yōu)越性 4
3 系統(tǒng)需求 5
3.1 設(shè)計目標(biāo) 5
3.2 需求分析 5
3.2.1 角色識別 5
3.2.2 客戶功能 6
3.2.3 管理功能 6
3.2.4 角色模型圖 6
3.2.5 功能模塊劃分 7
3.3 系統(tǒng)運行配置 8
4 系統(tǒng)設(shè)計 9
4.1 系統(tǒng)業(yè)務(wù)流程 9
4.1.1 客戶端流程 9
4.1.2 服務(wù)器端流程 10
4.2 系統(tǒng)功能模塊 11
4.3 數(shù)據(jù)庫設(shè)計 12
4.3.1 數(shù)據(jù)庫需求 12
4.3.2 數(shù)據(jù)庫設(shè)計 14
5 功能實現(xiàn) 19
5.1 用戶界面 19
5.2 管理界面 19
5.3 代碼詳細(xì)說明 20
5.3.1 公用類 20
5.3.2 客戶功能實現(xiàn) 21
5.3.3 支付方式 25
5.4 系統(tǒng)擴(kuò)展 28
結(jié) 論 29
致 謝 30
參 考 文 獻(xiàn) 31
TA們正在看...
- 太陽能光伏電纜企業(yè)標(biāo)準(zhǔn).doc
- 高考調(diào)研政治認(rèn)識論.ppt
- 哈爾濱市群力a地塊項目可研報告.ppt
- 高職高等數(shù)學(xué)教學(xué)改革的一點思考.doc
- 電力系統(tǒng)暫態(tài)上機(jī)計算課程設(shè)計報告.doc
- 風(fēng)能資源測量與評估作業(yè).docx
- 籃球計分器課程設(shè)計報告.doc
- 基于dsp控制的感應(yīng)電機(jī)變頻調(diào)速系統(tǒng)上位機(jī)程序使用...rar
- 畢業(yè)論文工資管理系統(tǒng).doc
- 雅力士轎車前制動器的設(shè)計.rar