资源描述:
《软件工程毕业设计_汽车销售管理系统的设计与实现客户管理模块.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、河北农业大学本科毕业论文(设计)题目:汽车销售管理系统的设计与实现--客户管理模块摘要随着互连网技术的发展,汽车销售系统通过计算机网络对客户进行管理已成为主要形式。本文在分析客户管理的发展及现有模式的基础上,结合计算机网络技术的发展和企业销售的要求,提出了客户管理的有效模式,并在技术实现上进行了详细的分析。本课题使用JAVA作为开发语言,应用框架是SpringMVC+MyBatis+freemaker,TOMCAT作为Web服务器,并使用了MYSQL作为后台数据库。Ajax实现了从基于Web的应用到基于数据的应用的转换。通过Ajax异步请
2、求,可以使系统功能更加完善,更加友好。同时,EasyUI界面框架的使用也加强了页面友好度。此次完成的客户管理系统,成功的实现了分页显示客户信息、添加客户信息及其增删改等功能,此外,根据用户的购买信息,实现了销售统计和客户消费的统计。并且注册页面采用了Ajax异步请求进行了对注册用户名的验证,同时,本软件的风格主要是采用了Easyui界面进行展示,其中,页面布局使用其layout模块,加载数据使用其datagrid模块,页面提示信息亦是采用了其Message功能模块。关键词:SpringMVC,MYSQL,Ajax,Easyui,MyBat
3、is1AbstractWiththedevelopmentofInternettechnology,carsalessystemthroughcomputernetworktomanagethecustomerhasbecomethemainform.Basedontheanalysisofthedevelopmentofcustomermanagementandtheexistingmodel,combinedwiththedevelopmentofcomputernetworktechnologyandtherequirementof
4、qualityeducation,putsforwardthecustomermanagementmode,andmakesdetailedanalysisontechnologyimplementation.ThispaperusesJAVAasthedevelopmentlanguage,SpringMVC+MyBatis+freemakerapplicationframework,TOMCATastheWebserver,andusesMYSQLastheback-enddatabase.Ajaxfromtheimplementat
5、ionoftheWebbasedapplicationstoapplicationsbasedondataconversion.ThroughtheAjaxasynchronousrequest,canmakethesystemfunctionmoreperfect,morefriendly.Atthesametime,theuseofEasyUIinterfaceframeworkandstrengthenfriendlypage.Thecompletecustomermanagementsystem,toachievethesucce
6、ssofpagingdisplaycustomerinformation,addcustomerinformationandcrudfunctions,inaddition,accordingtotheuser'sinformation,thestatistics,salesstatisticsandcustomerconsumption.AndtheregistrationpageusingtheAjaxasynchronousrequestisverified,theregisteredusernameatthesametime,th
7、esoftwarestyleismainlyusedEasyuiinterfacetodisplay,wherein,thelayoutofthepageusingthelayoutmodule,loadingthedatausingitsDataGridmodule,pagemessageisalsousingtheMessagefunctionmodule.Keywords:SpringMVC,MYSQL,Ajax,Easyui,Mybatis目录引言11.1模块开发的意义11.2开发环境1技术概述22.1数据库介绍22.2设计中Ja
8、vaScript和Ajax技术22.3SpringMVC介绍2需求分析33.1项目概述33.1.1应用目标33.1.2作用及范围33.2模块功能33.3设计模式选定3设计与实现44.1数据库设