資源描述:
《基于jsp的玩具網(wǎng)站開發(fā)與設(shè)計(jì)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫。
1、I基于JSP的玩具網(wǎng)站開發(fā)與設(shè)計(jì)摘要本課題采用JSP技術(shù)生成前臺(tái)的顯示頁面,使用mysql為后臺(tái)數(shù)據(jù)庫服務(wù)器,運(yùn)用面向?qū)ο蟮脑O(shè)計(jì)思想進(jìn)行開發(fā)實(shí)現(xiàn)B/S系統(tǒng)。在internet上實(shí)現(xiàn)商品的展示、商品的檢索、商品的訂購、訂單的全程跟蹤與管理的玩具網(wǎng)站購物系統(tǒng)。網(wǎng)上購物系統(tǒng)是電子商務(wù)的一種重要形式,也是我們這次需要研究的主要問題。而網(wǎng)上購物車系統(tǒng)的設(shè)計(jì)與實(shí)踐是其運(yùn)行發(fā)展的關(guān)鍵技術(shù)之一。在本次課題中本人主要介紹了購物車系統(tǒng)的項(xiàng)目背景和意義,著重闡述了數(shù)據(jù)庫設(shè)計(jì)和與訂單相關(guān)的功能的實(shí)現(xiàn);從系統(tǒng)的需求分析、模塊
2、設(shè)計(jì)、數(shù)據(jù)庫設(shè)計(jì)到模塊實(shí)現(xiàn)等各個(gè)環(huán)節(jié)都進(jìn)行了詳盡的分析和描述。其基本功能包括用戶登陸界面,是在用戶進(jìn)行登陸之后,可以進(jìn)行查看產(chǎn)品類型,購物車內(nèi)容,訂購產(chǎn)品,顯示訂購單刪除指定訂購單等操作。其次還創(chuàng)建了新品展示模塊,使用戶通過它迅速找到新商品相關(guān)的內(nèi)容,加快了信息的傳遞。為用戶提供權(quán)威便捷的購物環(huán)境。關(guān)鍵詞:JSP,玩具網(wǎng)站,購物車,電子商務(wù)ITheDevelopmentandDesignofToy-sellingWebsiteBasedonJSPABSTRACTOnthisproject,JSPte
3、chnologyhasbeenusedtogeneratethedisplayoffrontpages,usingmysqlasthebackenddatabaseserver,object-orienteddesignisusedtodevelopandachieveB/Ssystem.Intheinternettoachievethedisplayofgoods,merchandisesearch,productordering,ordertrackingandmanagementonlinet
4、oy-sellingsystem.Onlineshoppingsystemisanimportantformofe-commerce,butalsoweneedtostudythismajorproblem.Theonlineshoppingcartsystemdesignandpracticeisthekeytothedevelopmentofitstechnologiestorunone.InthisprojectImainlyintroduceintheshoppingcartsystem,t
5、heprojectbackgroundandsignificance,focusingonthedatabasedesignandfunctionalitywiththeimplementationofordersrelated;fromthesystemrequirementsanalysis,moduledesign,databasedesign,andotherlinkstothemodule,adetailedanalysisanddescriptionhasbeenconducted.It
6、sbasicfeaturesincludeuserloginscreen,onceusersloginthesystem,theycantypetoviewproducts,shoppingcartcontents,orderproducts,displayoperationssuchaspurchaseorderstodeletethespecifiedpurchaseorder.Secondly,createdanewdisplaymodule,sousersthroughitquicklyto
7、findtheaspectofthenewgoods,speedupinformationtransmission.Thus,usersareprovidedwithaconvenientandofficialshoppingenvironment.KEYWORDS:JSP,Toy-sellingwebsite,Shoppingcartsystem,E-commerceV目錄摘要IABSTRACTII1引言11.1項(xiàng)目開發(fā)的背景11.2項(xiàng)目開發(fā)的目的11.3項(xiàng)目開發(fā)的目標(biāo)11.4項(xiàng)目開發(fā)的方法12系
8、統(tǒng)分析32.1系統(tǒng)的設(shè)計(jì)思想32.2可行性分析32.2.1經(jīng)濟(jì)可行性32.2.2技術(shù)可行性42.2.3法律可行性42.2.4運(yùn)行可行性42.2.5時(shí)機(jī)可行性42.3需求分析42.3.1系統(tǒng)需求分析52.3.2功能需求分析53系統(tǒng)開發(fā)和技術(shù)63.1開發(fā)工具及運(yùn)行環(huán)境的搭建63.1.1服務(wù)器配置63.1.2JDK的安裝與環(huán)境變量的配置63.1.3Tomcat的安裝與環(huán)境變量的配置63.1.4MyEclipse6.5安裝73.1.5MySQL安裝73.2項(xiàng)目中涉及的技術(shù)73