電子商城網(wǎng)站的設(shè)計(jì)與實(shí)現(xiàn).doc
約45頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
電子商城網(wǎng)站的設(shè)計(jì)與實(shí)現(xiàn),摘要隨著電子科技的不斷進(jìn)步,購(gòu)物不再是單一的現(xiàn)實(shí)購(gòu)物形式,電子商務(wù)網(wǎng)上購(gòu)物也成為日常購(gòu)買商品的一種主要形式。電子商務(wù)形式的網(wǎng)上商店具有高效、快捷,信息暢通的特點(diǎn),還可以很大程度上降低銷售成本。本文著重論述了購(gòu)物網(wǎng)站的實(shí)現(xiàn)與設(shè)計(jì)過(guò)程。在系統(tǒng)的設(shè)計(jì)與開(kāi)發(fā)過(guò)程中嚴(yán)格遵守軟件工程的規(guī)范,詳細(xì)得從經(jīng)濟(jì)技術(shù)以及操作方面進(jìn)行了可行性...
內(nèi)容介紹
此文檔由會(huì)員 piaoyi989102 發(fā)布
摘 要
隨著電子科技的不斷進(jìn)步,購(gòu)物不再是單一的現(xiàn)實(shí)購(gòu)物形式,電子商務(wù)網(wǎng)上購(gòu)物也成為日常購(gòu)買商品的一種主要形式。電子商務(wù)形式的網(wǎng)上商店具有高效、快捷,信息暢通的特點(diǎn),還可以很大程度上降低銷售成本。 本文著重論述了購(gòu)物網(wǎng)站的實(shí)現(xiàn)與設(shè)計(jì)過(guò)程。在系統(tǒng)的設(shè)計(jì)與開(kāi)發(fā)過(guò)程中嚴(yán)格遵守軟件工程的規(guī)范,詳細(xì)得從經(jīng)濟(jì)技術(shù)以及操作方面進(jìn)行了可行性分析,并且運(yùn)用軟件設(shè)計(jì)模式,從而減少系統(tǒng)模塊間的偶合,力求做到系統(tǒng)的穩(wěn)定性、可重用性和可擴(kuò)充性。針對(duì)要設(shè)計(jì)的文靜電子商城網(wǎng)站的購(gòu)物車模塊,基于ASP.NET框架,后臺(tái)運(yùn)用SQL SERVER 2005數(shù)據(jù)庫(kù)。 此電子購(gòu)物網(wǎng)站主要實(shí)現(xiàn)電子商城的購(gòu)物車模塊,實(shí)現(xiàn)了用戶瀏覽頁(yè)面商品和用戶登錄注冊(cè)等功能,用戶把商品放入購(gòu)物車,并且對(duì)購(gòu)物車?yán)锏纳唐愤M(jìn)行修改,增添和刪除購(gòu)物車的商品,以及改變購(gòu)物車?yán)锷唐返臄?shù)量,最后確定后遞交訂單,管理員根據(jù)訂單以及客戶貨款的情況來(lái)確定是否發(fā)貨,然后在后臺(tái)進(jìn)行填寫已經(jīng)發(fā)貨的情況,以及管理員的后臺(tái)管理,包括對(duì)注冊(cè)用戶的帳號(hào)的管理情況,譬如修改、刪除等等。
關(guān)鍵詞:ASP.NET 技術(shù);SQL SERVER 2005;購(gòu)物車;商品管理;訂單管理
Abstract
With the progress of electronic technology, shopping is no single reality, e-commerce shopping on shopping and buying goods become daily a main form. Electronic commerce form of online shop is efficient, quick, information flow characteristics, still can greatly reduce cost of sales. This paper discusses the realization of shopping website design and process. In system design and development process strictly abide by the software engineering specifications, using the software design patterns, thereby reducing the coupling between the system module, the stability of the system and the reusability and extensibility. In this paper, to design the e-mall web site shopping cart module, front the use of ASP.NET technology, the background using SQL SERVER 2005 database. The main issue to E-Mall shopping cart module that enables customers to browse merchandise and the user login page registration, users bring their products into the shopping cart, and the right to modify shopping cart of goods, add and delete shopping cart of goods, and changes in the quantity of goods shopping cart to finalize after the submission of orders, orders and customer money managers in accordance with the situation to determine whether shipments, and then fill in the background has been shipped, as well as the administrator's background management, including registered users account management, such as modify, delete and so on.
Keywords: ASP.NET; SQL SERVER 2005;Shopping cart; merchandise management; order management
目錄 序 言 ................................................................................................ 1 一、系統(tǒng)使用技術(shù)概述 .................................................................................. 4 1..NET技術(shù) ................................................................................................. 4 2. ASP.NET技術(shù) ............................................................................................ 7 3.SQL SERVER 2000數(shù)據(jù)庫(kù)概述 ....................................................................... 9 4.數(shù)據(jù)庫(kù)技術(shù)概述 ........................................................................................10 5.SQL SERVER 2005數(shù)據(jù)庫(kù)概述 ......................................................................10 6.Dreamweaver ............................................................................................11 二、 電子商務(wù)網(wǎng)站分析 .................................................................................12 1可行性分析 ...............................................................................................12 2.網(wǎng)站結(jié)構(gòu)方案論證 ....................................................................................13 3.需求分析 .................................................................................................14 三、 電子商務(wù)網(wǎng)站總體設(shè)計(jì) ..........................................................................18 1.系統(tǒng)的設(shè)計(jì)思想 ........................................................................................18 2.系統(tǒng)功能模塊圖 ........................................................................................18 3.數(shù)據(jù)庫(kù)概念模型設(shè)計(jì) .................................................................................20 四、 電子商務(wù)網(wǎng)站詳細(xì)設(shè)計(jì) ..........................................................................23 1.數(shù)據(jù)庫(kù)表的設(shè)計(jì) ........................................................................................23 2.數(shù)據(jù)庫(kù)物理設(shè)計(jì) ........................................................................................25 3.系統(tǒng)運(yùn)行環(huán)境 ...........................................................................................26 4.系統(tǒng)實(shí)現(xiàn)設(shè)計(jì) ...........................................................................................26 5.程序的調(diào)試 ..............................................................................................34 五、結(jié)論與建議 .......................................................
隨著電子科技的不斷進(jìn)步,購(gòu)物不再是單一的現(xiàn)實(shí)購(gòu)物形式,電子商務(wù)網(wǎng)上購(gòu)物也成為日常購(gòu)買商品的一種主要形式。電子商務(wù)形式的網(wǎng)上商店具有高效、快捷,信息暢通的特點(diǎn),還可以很大程度上降低銷售成本。 本文著重論述了購(gòu)物網(wǎng)站的實(shí)現(xiàn)與設(shè)計(jì)過(guò)程。在系統(tǒng)的設(shè)計(jì)與開(kāi)發(fā)過(guò)程中嚴(yán)格遵守軟件工程的規(guī)范,詳細(xì)得從經(jīng)濟(jì)技術(shù)以及操作方面進(jìn)行了可行性分析,并且運(yùn)用軟件設(shè)計(jì)模式,從而減少系統(tǒng)模塊間的偶合,力求做到系統(tǒng)的穩(wěn)定性、可重用性和可擴(kuò)充性。針對(duì)要設(shè)計(jì)的文靜電子商城網(wǎng)站的購(gòu)物車模塊,基于ASP.NET框架,后臺(tái)運(yùn)用SQL SERVER 2005數(shù)據(jù)庫(kù)。 此電子購(gòu)物網(wǎng)站主要實(shí)現(xiàn)電子商城的購(gòu)物車模塊,實(shí)現(xiàn)了用戶瀏覽頁(yè)面商品和用戶登錄注冊(cè)等功能,用戶把商品放入購(gòu)物車,并且對(duì)購(gòu)物車?yán)锏纳唐愤M(jìn)行修改,增添和刪除購(gòu)物車的商品,以及改變購(gòu)物車?yán)锷唐返臄?shù)量,最后確定后遞交訂單,管理員根據(jù)訂單以及客戶貨款的情況來(lái)確定是否發(fā)貨,然后在后臺(tái)進(jìn)行填寫已經(jīng)發(fā)貨的情況,以及管理員的后臺(tái)管理,包括對(duì)注冊(cè)用戶的帳號(hào)的管理情況,譬如修改、刪除等等。
關(guān)鍵詞:ASP.NET 技術(shù);SQL SERVER 2005;購(gòu)物車;商品管理;訂單管理
Abstract
With the progress of electronic technology, shopping is no single reality, e-commerce shopping on shopping and buying goods become daily a main form. Electronic commerce form of online shop is efficient, quick, information flow characteristics, still can greatly reduce cost of sales. This paper discusses the realization of shopping website design and process. In system design and development process strictly abide by the software engineering specifications, using the software design patterns, thereby reducing the coupling between the system module, the stability of the system and the reusability and extensibility. In this paper, to design the e-mall web site shopping cart module, front the use of ASP.NET technology, the background using SQL SERVER 2005 database. The main issue to E-Mall shopping cart module that enables customers to browse merchandise and the user login page registration, users bring their products into the shopping cart, and the right to modify shopping cart of goods, add and delete shopping cart of goods, and changes in the quantity of goods shopping cart to finalize after the submission of orders, orders and customer money managers in accordance with the situation to determine whether shipments, and then fill in the background has been shipped, as well as the administrator's background management, including registered users account management, such as modify, delete and so on.
Keywords: ASP.NET; SQL SERVER 2005;Shopping cart; merchandise management; order management
目錄 序 言 ................................................................................................ 1 一、系統(tǒng)使用技術(shù)概述 .................................................................................. 4 1..NET技術(shù) ................................................................................................. 4 2. ASP.NET技術(shù) ............................................................................................ 7 3.SQL SERVER 2000數(shù)據(jù)庫(kù)概述 ....................................................................... 9 4.數(shù)據(jù)庫(kù)技術(shù)概述 ........................................................................................10 5.SQL SERVER 2005數(shù)據(jù)庫(kù)概述 ......................................................................10 6.Dreamweaver ............................................................................................11 二、 電子商務(wù)網(wǎng)站分析 .................................................................................12 1可行性分析 ...............................................................................................12 2.網(wǎng)站結(jié)構(gòu)方案論證 ....................................................................................13 3.需求分析 .................................................................................................14 三、 電子商務(wù)網(wǎng)站總體設(shè)計(jì) ..........................................................................18 1.系統(tǒng)的設(shè)計(jì)思想 ........................................................................................18 2.系統(tǒng)功能模塊圖 ........................................................................................18 3.數(shù)據(jù)庫(kù)概念模型設(shè)計(jì) .................................................................................20 四、 電子商務(wù)網(wǎng)站詳細(xì)設(shè)計(jì) ..........................................................................23 1.數(shù)據(jù)庫(kù)表的設(shè)計(jì) ........................................................................................23 2.數(shù)據(jù)庫(kù)物理設(shè)計(jì) ........................................................................................25 3.系統(tǒng)運(yùn)行環(huán)境 ...........................................................................................26 4.系統(tǒng)實(shí)現(xiàn)設(shè)計(jì) ...........................................................................................26 5.程序的調(diào)試 ..............................................................................................34 五、結(jié)論與建議 .......................................................
TA們正在看...
- 遺傳算法在求解tsp問(wèn)題畢業(yè)論文.doc
- 銀行工資代發(fā)代扣系統(tǒng)實(shí)現(xiàn)與設(shè)計(jì).doc
- 施工組織能力評(píng)價(jià)手冊(cè).doc
- 用vb開(kāi)發(fā)交互式cad系統(tǒng)畢業(yè)設(shè)計(jì)畢業(yè)論文.doc
- 某工廠企業(yè)智能化弱電系統(tǒng)工程價(jià)格報(bào)價(jià)配置清單.doc
- 某企業(yè)智能化弱電系統(tǒng)工程價(jià)格報(bào)價(jià)配置清單技術(shù)設(shè)...doc
- 員工培訓(xùn)管理畢業(yè)論文實(shí)現(xiàn)與設(shè)計(jì).doc
- iphone上市整合傳播方案.pdf
- iphone上市整合傳播方案.ppt
- 中國(guó)聯(lián)通iphone上市方案.pdf