資源描述:
《基于ssh框架的網(wǎng)上書店設(shè)計(jì)與實(shí)現(xiàn) _大學(xué)論文.doc》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、范佳捷基于SSH框架的網(wǎng)上書店的設(shè)計(jì)與實(shí)現(xiàn)基于SSH框架的網(wǎng)上書店的設(shè)計(jì)與實(shí)現(xiàn)摘要隨著互聯(lián)網(wǎng)絡(luò)的發(fā)展,網(wǎng)上書店越來(lái)越為人們所關(guān)注。通過(guò)網(wǎng)上書店,人們可以足不出戶就選購(gòu)自己所需的圖書。本課程設(shè)計(jì)為嚴(yán)格遵循軟件開發(fā)流程,使用MVC模式,采用開源框架Struts、Spring、Hibernate進(jìn)行開發(fā),后端的數(shù)據(jù)庫(kù)采用MySQL,通過(guò)JDBC驅(qū)動(dòng)程序和數(shù)據(jù)庫(kù)進(jìn)行無(wú)縫連接,應(yīng)用可以跨平臺(tái)的Web應(yīng)用技術(shù)JSP開發(fā)的網(wǎng)上書店系統(tǒng)。設(shè)計(jì)的主要目的是了解Web應(yīng)用程序的這些開源框架技術(shù),熟練使用框架開發(fā)的流程。該系
2、統(tǒng)主要由前臺(tái)信息發(fā)布網(wǎng)站和后臺(tái)管理維護(hù)系統(tǒng)兩部分構(gòu)成,前臺(tái)網(wǎng)站實(shí)現(xiàn)網(wǎng)上書店的基本功能,包括用戶注冊(cè)登錄、圖書列表、圖書搜索、購(gòu)物車、訂單生成等,后臺(tái)管理系統(tǒng)則幫助用戶對(duì)前臺(tái)網(wǎng)站進(jìn)行日常管理和信息發(fā)布,即對(duì)用戶、圖書、訂單等的管理功能。本文介紹了網(wǎng)上書店系統(tǒng)的功能設(shè)計(jì)與實(shí)現(xiàn)過(guò)程,包括需求分析、概要設(shè)計(jì)、系統(tǒng)詳細(xì)設(shè)計(jì)、數(shù)據(jù)庫(kù)設(shè)計(jì)和測(cè)試方案等。關(guān)鍵詞:網(wǎng)上書店;MVC;Struts;Spring;Hibernate;MySQL;JSP范佳捷基于SSH框架的網(wǎng)上書店的設(shè)計(jì)與實(shí)現(xiàn)THEAPPLICATIONAND
3、IMPLEMENTATIONOFANENTERPRISEPROCUREMENTSYSTEMWITHGRAYCOMPREHENSINEEVALUATIONALGORITHMWiththedevelopmentofscienceandtechnology,thecomputersystemhasbeenusedmorepopularlyinthedecisionsofenterpriseprocurement.Astandardenterpriseprocurementsystemshouldbeablet
4、oachievethepurchasinggoodsadded,suppliersadded,ordersaddedandotherbasicfunction.Introducinggraycomprehensiveevaluaionalgotithmistoprovidethebestsupplierswhenchoosingsuppliersfordecision-making.Thispaperstartsfromtheneedsanalysis,focusingonthedesciription
5、ofwhattheentireenterpriseprocurementsystemneedstoachive.Then,intheoveralldesign,thispapercompletesthesystemmoduleclasssificationandthetop&structureanalysisofdatabase.Thirdly,inthealgorithmdesign,itdescribesthecoreideaofgraycomprehensiveevaluaionalgotithm
6、indetail,atthesametime,itdesignsthegeneralflowofthisalgorithm.Finally,bydetaileddesignandimplementation,theentiresystemhasbeenfinishedsucceessfully.ThesystemisdevelopedbyJSP.ThedatabaseselectsOracledatabase.Afterdesignanddebugging,thesystemhasbeenabletoa
7、chievetheabovefunctionsinitially.Keywords:EnterpriseProcurementManagement;GrayComprehensiveEvaluaionAlgotithm;JSP;Oracle范佳捷基于SSH框架的網(wǎng)上書店的設(shè)計(jì)與實(shí)現(xiàn)目錄1緒論11.1課題的研究背景11.2課題的研究意義11.3國(guó)內(nèi)外發(fā)展現(xiàn)狀21.4本論文的主要內(nèi)容與結(jié)構(gòu)22相關(guān)技術(shù)簡(jiǎn)介與開發(fā)環(huán)境42.1Struts介紹42.2MVC介紹42.3MySOL簡(jiǎn)介62.4Spring介紹62.
8、5hibernate概述72.6開發(fā)環(huán)境73需求分析83.1設(shè)計(jì)目標(biāo)83.2可行性分析83.2.1經(jīng)濟(jì)可行性83.2.2技術(shù)可行性83.2.3操作可行性93.2.4其他可行性93.3性能需求93.4功能需求103.4.1用戶登錄注冊(cè)103.4.2瀏覽與搜索圖書103.4.3購(gòu)物車管理113.4.4提交訂單和訂單管理11范佳捷基于SSH框架的網(wǎng)上書店的設(shè)計(jì)與實(shí)現(xiàn)3.4.5后臺(tái)管理113.5系統(tǒng)需求分析113.5.1角色分析113.5.2用例分