专科毕业设计(论文)设计题目:基于MVC模型的二手市场的设计与实现系部:信息工程系专业:计算机网络技术班级:网络101301姓名:刘军学号:102103130120指导教师:游学军职称:讲师2013年5月南京摘要二手市场是对商品进行销售、转换买卖的场所。二手市场作为市场形式的一部分,事实上并没有得到足够的发掘,二手物品本身因为数量较少,转让利润较小,商家基本为个人形式,因此商品难以得到集中处理。最终结果是由于买卖双方无法获得买卖信息而导致了二手物品的搁置与浪费。本次设计主题为二手市场的设计与实现,该系统作为一个信息交互网站,提供用户注册、用户信息发布、信息搜索、个人信息管理等几项功能,最终目标是卖方能够发布及管理二手物品信息,买方能够查询到相关分类商品的转让信息,极大的去方便用户的生活。本系统的开发工具为Eclipse,并采用MVC模型作为系统架构,前端显示主要采用JSP页面,系统中涉及的表单验证功能主要采用Ajax技术,数据存储方面主要使用SQLServer2005数据库,系统的整体框架是采用了SSH2框架。关键字:二手市场MVCAjaxSSH2SQLServer2005AbstractThesecondarymarketiscommoditysales,sellingplace.Thesecondarymarketaspartofthemarketform,infacthasnotbeenenoughtoexplore,Becauseofthelownumberofsecond-handgoodsitself,thetransferofsmallerprofits,businessbasicpersonalformofcommodity,sodifficulttoobtainconcentratedtreatment.Theendresultisduetoboththebuyerandthesellerisunabletoobtainthesaleofinformationwhichledtothesecond-handgoodsuseandwaste.Thedesignthemeforthedesignandimplementationofthesecondarymarket,asaninformationinteractionsiteofthesystem,severalfeaturesprovideuserregistration,userinformation,informationsearch,personalinformationmanagement,theultimategoalisforthesellertoreleaseandmanagementofsecond-handgoodsinformation,thebuyercanquerytotherelevantclassificationofgoodsforthetransferofinformation,greattofacilitatetheuser'slife.DevelopmenttoolofthissystemisEclipse,andusetheMVCmodelasthesystemarchitecture,frontdisplaymainlyusestheJSPpage,formvalidationfunctionrelatestothesystemmainlyusestheAjaxtechnology,datastorageusingSQLServer2005database,theoverallframeworkofthesystemistheuseoftheSSH2framework.KeywordsThesecondarymarketMVCAjaxSSH2SQLServer2005目录第一章绪论....................................................................................................................11.1设计背景与意义....................................................................................................11.1.1背景.................................................................................................................11.1.2意义.................................................................................................................11.2研究内容及主要成果............................................................................................21.2.1主要研究内容.................................................................................................21.2.2主要成果介绍.................................................................................................2第二章开发技术研究...................................................................................................42.1B/S系统架构介绍.................................................................................................42.2MVC模型介绍......................................................................................................42.3SSH2框架介绍......................................................................................................