您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 项目/工程管理 > 基于Spring-MVC网上商城
2015届本科毕业设计(论文)资料第一部分毕业论文2015年5月湖南工业大学本科毕业论文(设计)诚信声明本人郑重声明:所呈交的毕业论文(设计),题目《基于SpringMVC的网上商城的设计以及实现》是本人在指导教师的指导下,进行研究工作所取得的成果。对本文的研究作出重要贡献的个人和集体,均已在文章以明确方式注明。除此之外,本论文(设计)不包含任何其他个人或集体已经发表或撰写过的作品成果。本人完全意识到本声明应承担的责任。作者签名:陈科宇日期:2015年5月19日湖南工业大学本科毕业设计(论文)I摘要21世纪信息化的世纪,互联网在我们的生活中越来越普及,我们的日常生活中计算机的广泛引用就是信息化时代来临的重要标志。在我们日常生活中系管理的应用很广泛,随处都可以见到计算机的身影。我们也习惯了在各个地方都能遇见它们,家庭休闲娱乐,学校的多媒体教室以及机房,银行证券以及保险等场所,以及走在大街上遍地都是的所谓称之为电子阅览室的网吧,计算机在我们的日常生活中可谓是无处不在。近年来,随着网络技术的发展和Internet的普及,基于B/S结构的Web应用,因其具有易用性、通用性和良好的可扩展性等优点而发展迅速,正渐渐成为许多大型公司管理信息系统的主流技术。而就开开一个Web应用系统来说无疑是一项规模浩大的工程,在越来越发达的信息化时代设计者被要求能够提出更加实用的系统架构。实用的系统框架既能节约开发及维护系统所用的资源,又能提高工作的效率。因此,在Web企业级应用开发中,选择合适的设计模式以及相应的应用系统架构是一个重要环节。本系统运用平时所学Html5的一些基本技术,Spring技术,MVC设计模式,以及数据库连接等核心技术,实现了基于SpringMVC网上商城的前台用户阅览、会员注册登录、会员下订单购物、查看购物车、查询商品。以及后台的管理员登陆、新管理员注册、商场公告管理、订单管理、品牌管理、商品管理等管理的功能。开发工具主要是MyEclipse6.0、jdk1.8,系统的服务器运用的是Tomcat8.0,后台数据库管理的服务器选择的是Oracle11g,在系统设计时严格遵循了MVC设计模式从而是系统之间的模块达到了高内聚低耦合的标准。在页面设计上我们基于Html5之上引用了bootstrap以及响应式布局,使页面在手机上显示也能很合理显示。这次毕业设计达到了预期的目标,同时对自己的动手能力也进行了一次锻炼。关键词:计算机;Spring;Html5;Web;MVC湖南工业大学本科毕业设计(论文)IIBSTRACTWiththeadventofthe21stcentury,internetinourlivesmoreandmorepopular,widelycitedinourdailylivesisanimportantindicatorofthecomputereraofinformationtechnology.Inourdailylifesystemmanagementapplicationsiswide,everywhereyoucanseethecomputerfigure.Wehavegotusedtobeabletomeettheminvariousplaces,homeentertainment,multimediaclassroomsandschoolrooms,banking,securitiesandinsurance,andotherplaces,andwalkingdownthestreeteverywherecalledtheElectronicReadingRoomoftheso-calledInternetcafes,asall-pervasivecomputersuchasmercury.Inrecentyears,withthenetworktechnologyandtherapiddevelopmentofInternet-basedBrowser/ServerstructureofWebapplications,becauseofitseaseofuse,versatilityandgoodscalabilityadvantagesofrapiddevelopment,arebecomingamainstreamtechnologyinmanylargecompaniesmanagementinformationsystem.AndopentoopenaWebapplicationsystemisundoubtedlyahugeproject,inmoreandmoredevelopedinformationeradesignerswereaskedtoproposeamorepracticalsystemarchitecture.Therefore,intheWebenterpriseapplicationdevelopment,designpatternsandapplicationofselectedsystemarchitecturedesignisanimportantpart.ThesystemwieldssomefundamentaltechnologieslearnedHtml5byordinarytime,certainlydefinitioncontrol,Springtechnology,MVCdesignapattern,theconsumerreads,thememberlogonlogson,themembergoesdownanorderformaswellasthedatabaselinkstheprosceniumhavingwaitedforthekeytechnology,inquireaboutacommodity.Aswellasbackstageadministrativepersonlands,themarketannouncementmanages,theorderformmanages,thebrandmanages,thecommoditymanageswaitfortheadministrativefunction.CurrentsystematicexploitationimplementisMyEclipsemainly6.0,jdk1.8,thatthesystematicserverappliesisTomcat8.0,thatdatabaseadministrationserverchoosesonbackstageisOracle11gs,havingabidedbytheMVCdesignpatternduringtheperiodofsystematicdesignstrictlyisthatthemodulebetweensystemhasreachedthecoupledlowhighcohesionstandardthereby.Onpageofdesignsoftandfloury,weneedtocarryoutlayoutagainneitherowingtothatHtml5hasquotedabootstraponthataswellasrespondingtodyadiclayoutmakesapageshowonmobiletelephonefacetoface.theabilityhasalsocarriedoutanonceonselfgettingtoworkatthesametimetakingexercise.Keywords:Computer;Spring;Html5;Web;MVC湖南工业大学本科毕业设计(论文)III目录第1章绪论·································································································11.1课题研究背景··················································································11.2网上商城项目的研究内容···································································11.3网上商城项目的研究意义···································································21.4论文组织结构···················································································2第2章技术背景···························································································32.1硬软件环境······················································································32.2HTML5技术简介················································································32.3Servlet技术···················································································32.4SpringMVC技术简介········································································42.5JDBC技术及实现方法·········································································52.6DeamweaverCS6及其介绍···································································52.7ORACLE11g简介···············································································52.9本章小结·························································································5第3章需求分析···························································································63.1可行性分析······················································································63.1.1经济可行性················································································63.1.2操作可行性················································································63.1.3技术可行性················································································63.1
本文标题:基于Spring-MVC网上商城
链接地址:https://www.777doc.com/doc-3950694 .html