思博網(wǎng)絡(luò)書(shū)社門(mén)戶(hù)站點(diǎn)設(shè)計(jì)和實(shí)現(xiàn).rar
思博網(wǎng)絡(luò)書(shū)社門(mén)戶(hù)站點(diǎn)設(shè)計(jì)和實(shí)現(xiàn),1.9萬(wàn)字 45頁(yè)包括開(kāi)題報(bào)告和任務(wù)書(shū),論文正文和數(shù)據(jù)庫(kù)表摘要電子商務(wù)是利用現(xiàn)代化信息網(wǎng)絡(luò)進(jìn)行商務(wù)活動(dòng)的一種重要手段之一。利用網(wǎng)上書(shū)店,用戶(hù)通過(guò)瀏覽器登陸到系統(tǒng)進(jìn)行在線(xiàn)購(gòu)書(shū),整個(gè)過(guò)程方便、快捷,與傳統(tǒng)書(shū)店相比,網(wǎng)上購(gòu)書(shū)的市場(chǎng)規(guī)模和經(jīng)營(yíng)模式突破了地理位置、經(jīng)營(yíng)面積、營(yíng)業(yè)時(shí)間的局限,是一種全新...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 usactu 發(fā)布
思博網(wǎng)絡(luò)書(shū)社門(mén)戶(hù)站點(diǎn)設(shè)計(jì)和實(shí)現(xiàn)
1.9萬(wàn)字 45頁(yè)
包括開(kāi)題報(bào)告和任務(wù)書(shū),論文正文和數(shù)據(jù)庫(kù)表
摘要
電子商務(wù)是利用現(xiàn)代化信息網(wǎng)絡(luò)進(jìn)行商務(wù)活動(dòng)的一種重要手段之一。利用網(wǎng)上書(shū)店,用戶(hù)通過(guò)瀏覽器登陸到系統(tǒng)進(jìn)行在線(xiàn)購(gòu)書(shū),整個(gè)過(guò)程方便、快捷,與傳統(tǒng)書(shū)店相比,網(wǎng)上購(gòu)書(shū)的市場(chǎng)規(guī)模和經(jīng)營(yíng)模式突破了地理位置、經(jīng)營(yíng)面積、營(yíng)業(yè)時(shí)間的局限,是一種全新的銷(xiāo)售渠道方式。
通過(guò)對(duì)網(wǎng)上書(shū)店現(xiàn)狀的分析,確定了系統(tǒng)的需求,在研究分析設(shè)計(jì)原理和實(shí)現(xiàn)關(guān)鍵性技術(shù)的基礎(chǔ)上,綜合利用網(wǎng)絡(luò)技術(shù)、數(shù)據(jù)庫(kù)技術(shù)、ASP.NET技術(shù)等相關(guān)主流技術(shù),設(shè)計(jì)了該系統(tǒng)的體系結(jié)構(gòu)、各功能模塊和數(shù)據(jù)庫(kù)結(jié)構(gòu),并具體實(shí)現(xiàn)了該系統(tǒng)。
系統(tǒng)的實(shí)現(xiàn)過(guò)程中,進(jìn)行了一系列提升系統(tǒng)性能和可用性的嘗試。包括采用面向接口降低系統(tǒng)各層的耦合、采用分布式數(shù)據(jù)庫(kù)解決數(shù)據(jù)庫(kù)瓶頸、采用抽象工廠(chǎng)模式實(shí)現(xiàn)支持多種數(shù)據(jù)庫(kù)、采用策略模式實(shí)現(xiàn)訂單直接插入和消息隊(duì)列插入的策略切換。同時(shí),系統(tǒng)大量采用ASP.NET2.0的新技術(shù)替換傳統(tǒng)技術(shù)。
關(guān)鍵字: 電子商務(wù),面向接口,設(shè)計(jì)模式,分布式數(shù)據(jù)庫(kù)
Abstract
The on-line purchasing book is one of important methods to carry on commercial activity using the modernization information network.User can land purchasing on-line system to buy books through browser,which entire process is convenient and quick.Comparing whih the traditonal bookstore,purchasing book through internet is one kind of brand-new marketing channels,whose market scale and management pattern breaks through geographical position,managemant area,business hour limitation.
Through diagnosising present situation about on-line bookstore,purchasing on-line system determines the system demand.On the basis of researching design priciple and crucial technology,purchasing on-line system utitlizes network,dadabase,ASP.NET and other related mainstream technology comprehensively,desigs system structure,various functions module and database structure,and realizes it specifically.
In the process of implementation carried on a series of attempt for promotion system performance and theusability. Include using Interface Oriented Design to reduce the coupling of each layer,using distributed database to solve DataBase Access Bottleneck Problem,using Abstract Factory Pattern to implement Multi.Database and using Strategy pattern to implement switch between direct and Message Queue when order insert.Then,the system using a lot of new technology to replace traditional technology.
Keywords: E-Business, Interface Oriented Design, Design Pattern, Distributed Database
目 錄
1.緒論 5
1.1 課題背景 5
1.2 設(shè)計(jì)的主要工作 6
2. 平臺(tái)與技術(shù)的比較和選擇 7
2.1 J2EE平臺(tái) 7
2.1.1 J2EE平臺(tái)結(jié)構(gòu) 7
2.1.2 JSP技術(shù) 7
2.2 .NET平臺(tái) 8
2.2.1 .NET框架的體系結(jié)構(gòu) 8
2.2.2 公共語(yǔ)言運(yùn)行環(huán)境 9
2.2.3 .NET框架類(lèi)庫(kù) 10
2.2.4 ASP.NET技術(shù) 10
2.3 平臺(tái)與技術(shù)的比較 11
2.4 開(kāi)發(fā)平臺(tái)及工具的確定 12
2.5 本章小結(jié) 12
3. 網(wǎng)上書(shū)店系統(tǒng)分析與設(shè)計(jì) 13
3.1 網(wǎng)站模式的確定 13
3.2 系統(tǒng)數(shù)據(jù)流程分析 13
3.3系統(tǒng)功能設(shè)計(jì) 15
3.3.1 客戶(hù)購(gòu)書(shū)子系統(tǒng)功能設(shè)計(jì) 15
3.3.2書(shū)店管理子系統(tǒng)功能設(shè)計(jì) 16
3.4 系統(tǒng)架構(gòu)設(shè)計(jì) 18
3.5 抽象工廠(chǎng)模式與數(shù)據(jù)庫(kù)訪(fǎng)問(wèn)設(shè)計(jì) 20
3.5.1 工廠(chǎng)模式 20
3.5.2 抽象工廠(chǎng)模式在數(shù)據(jù)訪(fǎng)問(wèn)中的應(yīng)用 22
3.6 數(shù)據(jù)訪(fǎng)問(wèn)層的消息處理與策略模式 24
3.6.1 消息隊(duì)列模塊的實(shí)現(xiàn) 25
3.6.2 訂單插入的策略模式 30
3.7 本章小結(jié) 31
4. 網(wǎng)上書(shū)店應(yīng)用系統(tǒng)的實(shí)現(xiàn) 32
4.1數(shù)據(jù)庫(kù)的建立 32
4.1.1數(shù)據(jù)庫(kù)BookShop 32
4.1.2 BookShopOrders數(shù)據(jù)庫(kù) 33
4.1.3 BookShopProfile數(shù)據(jù)庫(kù) 33
4.1.4 BookShopServices數(shù)據(jù)庫(kù) 33
4.2 PROFILE技術(shù)和購(gòu)物車(chē)實(shí)現(xiàn) 34
4.2.1 Profile技術(shù)介紹 34
4.2.2擴(kuò)展profile實(shí)現(xiàn)購(gòu)物車(chē) 34
4.3本章小結(jié) 38
總結(jié)與展望 39
致謝 40
參考文獻(xiàn) 41
附錄A 數(shù)據(jù)庫(kù)表 42
參考文獻(xiàn)
[1] 張海藩.軟件工程導(dǎo)論.(第三版) .北京:人民郵電出版社,2000.23~28
[2] 馬錦波.基于設(shè)計(jì)模式的考試系統(tǒng)框架的研究與應(yīng)用[D] .長(zhǎng)沙:湖南大學(xué).2005
[3] 王苒.軟件模式在招生系統(tǒng)中的研究與應(yīng)用[D] .大連:大連理工大學(xué).2005
[4] 華國(guó)棟,劉文予.基于ADO.NET的數(shù)據(jù)庫(kù)訪(fǎng)問(wèn)及性能優(yōu)化[J].計(jì)算機(jī)應(yīng)用研究,2004,21(6)
[5] 楊立,基于MS SQL SERVER的數(shù)據(jù)庫(kù)性能調(diào)整策略與應(yīng)用研究[D] .成都:西南交大,2003
1.9萬(wàn)字 45頁(yè)
包括開(kāi)題報(bào)告和任務(wù)書(shū),論文正文和數(shù)據(jù)庫(kù)表
摘要
電子商務(wù)是利用現(xiàn)代化信息網(wǎng)絡(luò)進(jìn)行商務(wù)活動(dòng)的一種重要手段之一。利用網(wǎng)上書(shū)店,用戶(hù)通過(guò)瀏覽器登陸到系統(tǒng)進(jìn)行在線(xiàn)購(gòu)書(shū),整個(gè)過(guò)程方便、快捷,與傳統(tǒng)書(shū)店相比,網(wǎng)上購(gòu)書(shū)的市場(chǎng)規(guī)模和經(jīng)營(yíng)模式突破了地理位置、經(jīng)營(yíng)面積、營(yíng)業(yè)時(shí)間的局限,是一種全新的銷(xiāo)售渠道方式。
通過(guò)對(duì)網(wǎng)上書(shū)店現(xiàn)狀的分析,確定了系統(tǒng)的需求,在研究分析設(shè)計(jì)原理和實(shí)現(xiàn)關(guān)鍵性技術(shù)的基礎(chǔ)上,綜合利用網(wǎng)絡(luò)技術(shù)、數(shù)據(jù)庫(kù)技術(shù)、ASP.NET技術(shù)等相關(guān)主流技術(shù),設(shè)計(jì)了該系統(tǒng)的體系結(jié)構(gòu)、各功能模塊和數(shù)據(jù)庫(kù)結(jié)構(gòu),并具體實(shí)現(xiàn)了該系統(tǒng)。
系統(tǒng)的實(shí)現(xiàn)過(guò)程中,進(jìn)行了一系列提升系統(tǒng)性能和可用性的嘗試。包括采用面向接口降低系統(tǒng)各層的耦合、采用分布式數(shù)據(jù)庫(kù)解決數(shù)據(jù)庫(kù)瓶頸、采用抽象工廠(chǎng)模式實(shí)現(xiàn)支持多種數(shù)據(jù)庫(kù)、采用策略模式實(shí)現(xiàn)訂單直接插入和消息隊(duì)列插入的策略切換。同時(shí),系統(tǒng)大量采用ASP.NET2.0的新技術(shù)替換傳統(tǒng)技術(shù)。
關(guān)鍵字: 電子商務(wù),面向接口,設(shè)計(jì)模式,分布式數(shù)據(jù)庫(kù)
Abstract
The on-line purchasing book is one of important methods to carry on commercial activity using the modernization information network.User can land purchasing on-line system to buy books through browser,which entire process is convenient and quick.Comparing whih the traditonal bookstore,purchasing book through internet is one kind of brand-new marketing channels,whose market scale and management pattern breaks through geographical position,managemant area,business hour limitation.
Through diagnosising present situation about on-line bookstore,purchasing on-line system determines the system demand.On the basis of researching design priciple and crucial technology,purchasing on-line system utitlizes network,dadabase,ASP.NET and other related mainstream technology comprehensively,desigs system structure,various functions module and database structure,and realizes it specifically.
In the process of implementation carried on a series of attempt for promotion system performance and theusability. Include using Interface Oriented Design to reduce the coupling of each layer,using distributed database to solve DataBase Access Bottleneck Problem,using Abstract Factory Pattern to implement Multi.Database and using Strategy pattern to implement switch between direct and Message Queue when order insert.Then,the system using a lot of new technology to replace traditional technology.
Keywords: E-Business, Interface Oriented Design, Design Pattern, Distributed Database
目 錄
1.緒論 5
1.1 課題背景 5
1.2 設(shè)計(jì)的主要工作 6
2. 平臺(tái)與技術(shù)的比較和選擇 7
2.1 J2EE平臺(tái) 7
2.1.1 J2EE平臺(tái)結(jié)構(gòu) 7
2.1.2 JSP技術(shù) 7
2.2 .NET平臺(tái) 8
2.2.1 .NET框架的體系結(jié)構(gòu) 8
2.2.2 公共語(yǔ)言運(yùn)行環(huán)境 9
2.2.3 .NET框架類(lèi)庫(kù) 10
2.2.4 ASP.NET技術(shù) 10
2.3 平臺(tái)與技術(shù)的比較 11
2.4 開(kāi)發(fā)平臺(tái)及工具的確定 12
2.5 本章小結(jié) 12
3. 網(wǎng)上書(shū)店系統(tǒng)分析與設(shè)計(jì) 13
3.1 網(wǎng)站模式的確定 13
3.2 系統(tǒng)數(shù)據(jù)流程分析 13
3.3系統(tǒng)功能設(shè)計(jì) 15
3.3.1 客戶(hù)購(gòu)書(shū)子系統(tǒng)功能設(shè)計(jì) 15
3.3.2書(shū)店管理子系統(tǒng)功能設(shè)計(jì) 16
3.4 系統(tǒng)架構(gòu)設(shè)計(jì) 18
3.5 抽象工廠(chǎng)模式與數(shù)據(jù)庫(kù)訪(fǎng)問(wèn)設(shè)計(jì) 20
3.5.1 工廠(chǎng)模式 20
3.5.2 抽象工廠(chǎng)模式在數(shù)據(jù)訪(fǎng)問(wèn)中的應(yīng)用 22
3.6 數(shù)據(jù)訪(fǎng)問(wèn)層的消息處理與策略模式 24
3.6.1 消息隊(duì)列模塊的實(shí)現(xiàn) 25
3.6.2 訂單插入的策略模式 30
3.7 本章小結(jié) 31
4. 網(wǎng)上書(shū)店應(yīng)用系統(tǒng)的實(shí)現(xiàn) 32
4.1數(shù)據(jù)庫(kù)的建立 32
4.1.1數(shù)據(jù)庫(kù)BookShop 32
4.1.2 BookShopOrders數(shù)據(jù)庫(kù) 33
4.1.3 BookShopProfile數(shù)據(jù)庫(kù) 33
4.1.4 BookShopServices數(shù)據(jù)庫(kù) 33
4.2 PROFILE技術(shù)和購(gòu)物車(chē)實(shí)現(xiàn) 34
4.2.1 Profile技術(shù)介紹 34
4.2.2擴(kuò)展profile實(shí)現(xiàn)購(gòu)物車(chē) 34
4.3本章小結(jié) 38
總結(jié)與展望 39
致謝 40
參考文獻(xiàn) 41
附錄A 數(shù)據(jù)庫(kù)表 42
參考文獻(xiàn)
[1] 張海藩.軟件工程導(dǎo)論.(第三版) .北京:人民郵電出版社,2000.23~28
[2] 馬錦波.基于設(shè)計(jì)模式的考試系統(tǒng)框架的研究與應(yīng)用[D] .長(zhǎng)沙:湖南大學(xué).2005
[3] 王苒.軟件模式在招生系統(tǒng)中的研究與應(yīng)用[D] .大連:大連理工大學(xué).2005
[4] 華國(guó)棟,劉文予.基于ADO.NET的數(shù)據(jù)庫(kù)訪(fǎng)問(wèn)及性能優(yōu)化[J].計(jì)算機(jī)應(yīng)用研究,2004,21(6)
[5] 楊立,基于MS SQL SERVER的數(shù)據(jù)庫(kù)性能調(diào)整策略與應(yīng)用研究[D] .成都:西南交大,2003
TA們正在看...
- 凸輪輪廓表面設(shè)計(jì)外文翻譯.rar
- 最新中考英語(yǔ)單選1000題含考點(diǎn)分析答案解析.doc
- 凸輪優(yōu)化設(shè)計(jì)_外文文獻(xiàn)翻譯.rar
- 凸輪驅(qū)動(dòng)發(fā)動(dòng)機(jī),凸輪設(shè)計(jì)_外文翻譯.rar
- 圖像信息處理,人臉識(shí)別_外文翻譯.rar
- 土壤優(yōu)化挖掘外文翻譯.rar
- 外擺線(xiàn)行星齒輪,擺線(xiàn)驅(qū)動(dòng)器_外文文獻(xiàn)翻譯.rar
- 彎管有限元模擬_外文翻譯.rar
- 雙軸疲勞,多軸疲勞,彎扭疲勞_外文翻譯.rar
- 未來(lái)電動(dòng)汽車(chē)和在四輪聯(lián)動(dòng)控制研究_英文原文.pdf