摘要21世纪以来,人类经济高速发展,人们的生活发生了日新月异的变化,特别是计算机的应用及普及到经济和社会生活的各个领域。为了让消费者甜品网上购物系统商店过程变得简单、方便、安全、快捷,网上商城购物成了一种新型而热门的购物方式。甜品网上购物系统商店是一种具有交互功能的商业信息系统,它在网络上建立一个虚拟的购物商城,使购物过程变得轻松、快捷、方便。然而作为一个购物系统,能够长期健康的发展系统的安全性和实现购物的方便性是很重要的,在安全性方面,系统主要考虑了数据存储的安全性,以及用了用户注册和密码等措施,没有使用到数字签名技术。在方便性上,主要考虑了用户浏览商品、查询商品、定购商品的方便性和后台管理用户维护的方便性,在用户定购商品后,货单付款,商家把商品送到用户。课题目标是设计并实现一个甜品网上购物系统网站。结合实践,理解网页开发技术和数据库的基本知识,学习相关开发工具和应用软件,熟悉网站建设的过程,熟练掌握网络数据库编程方法。系统采用B/S开发模式,开发工具选择JAVA、JSP、JavaScript、Html语言,采用Tomcat服务器技术,后台数据库选用SQLServer2005。关键词:甜品网上购物系互联网系统设计AbstractIn21stcentury,humanhigh-speedeconomicdevelopment,people'slifeachanging,specialisthecomputerapplicationandpopularizationtoallfieldsofeconomicandsociallife.Inordertolettheconsumeronlineshoppingsystemstoresdessertprocessbecomesimple,convenient,safe,efficient,onlinemallshoppingbecameakindofnew-styleandpopularshoppingway.Itistobuildavirtualshoppingmall,makeshoppingprocesseasier,quick,convenient.Howeverasashoppingsystem,thedevelopmentoflong-termhealthtothesecurityofthesystemandrealizetheconvenienceofshopping,itisimportanttosafety,systemmainlyinthesafetyofconsideringthedatastorageandinuserregistrationandpasswordsandothermeasures,nousetodigitalsignaturetechnology.Inconvenience,themainconsiderationtheusersbrowsegoods,inquiresthecommodity,ordertheconvenienceandbackgroundmanagementofgoodsofconvenience,theusermaintainordergoodsintheuser,thebusinessman,afterthegoodsinvoicepaymenttotheuser.Taskgoalistodesignandimplementadessertshoppingwebsitesystemonlinexbiningthepractice,webdevelopmenttechnologyandunderstandingthebasicknowledge,learningdatabaserelateddevelopmenttoolsandapplicationsoftware,familiarwithwebsiteconstructionprocess,masteringnetworkdatabaseprogrammingmethod.SystemadoptsB/Sdevelopingmode,selectionofdevelopmenttoolsJAVA,JSP,JavaScript,Html,usingTomcatServertechnology,backenddatabasechooseSQLServer2005.Keywords:OnlineShoppingSystemTheInternetSystemDesign目录第一章绪论................................................................11.1项目背景与现实价值...............................................11.2开发工具和实用技术...............................................1第二章系统分析............................................................32.1需求分析.........................................................32.1.1性能需求.....................................................32.1.2安全需求.....................................................32.1.3功能需求......................................................3第三章概要设计............................................................83.1系统结构设计.....................................................83.1.1后台功能模块.................................................93.1.2前台功能模块.................................................9第四章数据库设计.........................................................114.1结构设计..........................................