沈阳工程学院毕业论文摘要I摘要网上商城系统开发存在的两个问题就是后台的管理与消费者操作的方便性,系统从数据库开发的基本内容入手,利用JAVA技术开发了基于Web的在线用户管理模块、在线商品销售模块、在线后台管理模块。实现了最重要的商品销售功能,也就是管理库房中的商品,及管理用户的购物车,从而实现结帐等一系列功能。另外网上商品销售系统还提供给用户查找数据库中商品相关记录的功能。同时,为了保证商品交易的正常进行,还实现了用户的登录注册功能。网上商城系统按照软件工程的要求,对系统进行需求分析,总体设计,详细设计,编码与测试,在此基础上将理论知识与开发技术运用到系统的实现过程当中,完成了网上商城平台的构建。经过大量的系统测试发现,JAVA网站的访问速度较块,安全性较好,有很强的实用性。本论文详细介绍了开发网上商城的全过程,是按软件工程的思想设计的,包括需求分析、系统总体设计、系统详细设计等。本系统具有多方面特点:系统功能完备,使用方便简捷,人性化的用户界面,安全保密设置齐全,节省经营成本,大大减少了操作人员的工作负担。关键词购物车,数据库管理,网上商城沈阳工程学院毕业论文AbstractIIAbstractTodevelopthewebshopsystemexisttwoissues.OneisthebackgroundmanagementtheotheristheconvenienceoperationforconsumersthisarticletakethedatabasedevelopmentasthebasicstartusetheJAVAtechnologytodevelopweb-basedonlineusermanagementmoduleonlinebooksalesmoduleonlinebackgroundmanagementmodule.Itimplementthemostimportantbooksalefunctioni.e.managetheshopandshoppingcarofconsumerthusitimplementaseriesoffunctionssuchascheck-outInaddition,theonlinebooksalesystemisalsoprovidedsearchingthedatabaserecordfunctiontoconsumer.Meanwileinordertoguaranteethenormaltrade.thesystemimplementsaregistereduserloginfunction.Webshopsystemsconformtothespecificationofsoftproject,thesystemneedsanalysis,design,detaileddesign,Codingandtesting,onthisbasis,takingthetheoreticalknowledgeanddevelopmentoftechnologiestothesystemimplementationprocesscompletethewebshopplatformbuilding.ThismanualindetailsintroducedtodevelopthewebshopsystemintheInternet,isthoughtdesignthatpressthesoftwareengineeringof,includedetaileddesignetc.oftotaldesign,systemofneedanalysis,system.Thissystemhasthevariouscharacteristics:Thesystemfunctioniscomplete,usingconvenient,humanizedcustomerinterface,thesafetykeepssecrettoestablishwell-found,economicalmanagementcost,reducedtooperatethepersonnel'sworkburdenconsumedly.KeyWordsCart,DatabaseManagement,Webshop沈阳工程学院毕业论文目录III目录摘要................................................................................................................................................IAbstract..........................................................................................................................................II第1章绪论...............................................................................................................................11.1课题背景............................................................................................................................11.2课题的目的和意义............................................................................................................11.3国内外概况........................................................................................................................11.4课题的发展趋势................................................................................................................2第2章可行性分析.....................................................................................................................32.1社会可行性........................................................................................................................32.2技术可行性........................................................................................................................32.3操作可行性........................................................................................................................32.4系统的技术介绍................................................................................................................32.4.1JavaScript介绍............................................................................................................32.4.2MVC介绍....................................................................................................................42.4.3MySQL介绍................................................................................................................52.4.4JDBC介绍...................................................................................................................62.5系统开发平台及运行环境................................................................................................62.5.1系统开发平台..............................................................................................................62.5.2运行环境......................................................................................................................7第3章需求分析.........................................................................................................................83.1系统需求分析....................................................................................................................83.2数据库结构分析................................................................................................................83.3平台功能分析....................................................................................................................93.4数据库分析......................................................................................................................103.4.1ER图分析.....................................................................................................