内蒙古科技大学本科生毕业设计说明书(毕业论文)题目:鲜花销售网站的设计与实现学生姓名:学号:专业:班级:指导教师:褚燕华老师鲜花销售网站的设计与实现摘要随着互联网的快速发展,网上购物已经成为一种时尚。人们可以通过网络选择更多的商品。本网站是一个相对简单的系统,主要满足传统花店的运营需要,将自己的销售渠道扩展到网上,实现鲜花的在线销售。鲜花销售网站的使用者主要是客户和销售管理者。对于客户来说,实现的功能包括鲜花浏览、根据关键字搜索鲜花、查看鲜花详细信息等。注册登陆后的客户还能实现加入购物车、购买支付、订单查询以及个人信息修改等。销售管理者登录后,可以对会员、鲜花和订单进行管理。鲜花销售网站是在MyEclipse10环境中,采用MVC思想,分别从模型、视图、控制器三方面进行分层开发设计。该网站是基于浏览器/服务器结构(B/S),采用SSH2(Struts2+Spring+Hibernate)构建框架。数据库选用受大众喜爱的MySQL数据库,用Java和JSP开发语言进行开发。关键词:网购;鲜花销售网站;B/S结构;MVC;SSH2TheDesignandImplementationofFlowerSaleWebsiteAbstractWiththerapiddevelopmentoftheInternet,onlineshoppinghasalreadybecomeakindofvogue.Thiswebsiteisasimplesystemrelatively,whichrequiretheneedoftraditionalstore.Inordertoexpendingtheirsaleschannels,wedeveloptheFlowerSaleWebsiteSystem.TheusersofFlowerSaleWebsitearecustomersandsalesmanagers.Thecustomerscanskimthroughflowers,searchflowersaccordingtoakeyword,looksearchdetailsabouteachflowerandsoon.Whencustomerslogin,theycanaddtocart,payfororders,managetheordersandsoon.Whilesalesmanagerslogin,hecanmanageorders,flowersandmembers.TheFlowerSaleWebsitehasdevelopedwithMyEclipse10,usingMVCideas,whichaccordingtomodel,viewandcontrollerthreepartstodesign.Thewebsiteisbasedonbrowser/server,usingSSH2(Struts2andSpringandHibernate)framework.ThedatabasechoosentheMySQL,whichisthemostpopular.ThedevelopmentlanguageusedJavaandJSP.Keywords:Onlineshopping;FlowerSaleWebsite;B/S;MVC;SSH2目录摘要...........................................................................................................................IAbstract.....................................................................................................................................II第一章绪论.........................................................................................................11.1研究背景...................................................................................................11.2系统目标...................................................................................................11.3可行性分析............................................................................................11.3.1经济可行性.................................................................................21.3.2操作可行性.................................................................................21.3.3法律可行性.................................................................................21.3.4技术可行性.................................................................................21.4课题意义...................................................................................................3第二章开发工具介绍..............................................................................42.1MyEclipse介绍...............................................................................................42.2MySQL介绍.....................................................................................................