资源描述:
《基于cc的网上图书交易系统的设计与实现毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、[键入文字]基于C2C的网上图书交易系统的设计与实现摘要随着Internet的发展和电子商务的日益普及,网络购物可以使顾客足不出户便可以方便快捷地选购自己喜欢的商品,比如图书等。因此,需要网上销售系统为网上交易活动提供一个高效、低成本的平台。本文首先研究了基于JavaWeb的网上图书销售系统开发过程中所要使用的技术:JSP、JavaBean和MySQL数据库。接着采用模块化的方法设计了一套适用的图书销售系统。该系统设计主要包括登录模块、购买模块、销售模块、管理模块等四个模块,分别用于完成用户登录、购买图书、
2、销售图书和管理员对用户及图书进行更改删除操作的功能。根据图书销售系统的基本要求,设计了图书信息表,用户信息表,管理员信息表,购物车信息表,交易信息表等五张数据表,用于存储相关数据。然后,依据上述设计思路,采用Tomcat服务器、MySQL数据库和Eclipse集成开发环境,适用面向对象的编程思想集合JSP和JavaBean技术,分模块实现该图书销售系统。最后,对所实现的图书销售系统进行运行和调试,运行结果表明该图书销售系统能够满足用户进行网上交易活动的各项要求,能够使用户足不出户便可以方便快捷地选购自己喜欢
3、的商品。关键字:电子商务,C2C,JSP,JavaBean,MySQL;DesignandimplementationofaC2C-basedOnlineBookTradingSystem9[键入文字]AbstractWiththedevelopmentofinternetandtheincreasingpopularityofe-commerce,Customerscanshopwithoutleavinghome,networkcanchoosetheirfavoriteproductseasilyan
4、dquickly,suchasbooks.Therefore,thereisaneedforonlinemarketingsystemforonlinetransactionstoprovideanefficient,low-costplatform.First,thispaperstudiestheJavaWeb-basedonlinebooksalessystemdevelopmentprocesstechnologytobeused:JSP,JavaBeanandtheMySQLdatabase.Th
5、endesignasystemtobooksale.Thesystemincludesloginmodules,purchasemodules,salesmodule,managementmodulefourmoduleswereusedtocompletetheuserlogin,buybooks,sellbooksandadministratorstomakechangestotheuserandthelibraryfunctionofthedeleteoperation.Booksalessystem
6、accordingtothebasicrequirements,thedesignofthelibraryinformationtable,theuserinformationtable,theadministratorofinformationtablesandshoppingcartinformationtableusedtostoredata.Then,accordingtothedesignideas,usingTomcatserver,MySQLdatabaseandtheEclipseinteg
7、rateddevelopmentenvironment,object-orientedprogrammingideasforacollectionofJSPandJavaBeantechnology,sub-moduleofthebooksalessystem.Finally,booksalesachievedbythesystemtorunanddebug,theresultsshowthatthebooksalessystemcanmeetuserswiththerequirementsofonline
8、transactions,enablinguserstoeasilyandquicklywithoutleavinghomecanchoosetheirfavoritemerchandise.Keywords:E-business,C2C,JSP,JavaBean,MySQL9[键入文字]目录第一章概述11.1课题产生背景11.2国内外研究现状21.3论文内容与组织2第二章技术与开发工具42.1电子商务42.1.