小型购物网站的设计和实现.doc

  
约34页DOC格式手机打开展开

小型购物网站的设计和实现,1.17万字本人今年最新原创的毕业设计,仅在本站独家提交,大家放心使用摘要 随着信息技术的发展,在线购物由于具有快捷、便利、实惠等特点,正变得日益普及。当前已有如淘宝、京东等大型在线购物网站,但不利于小型企业实现自己的在线销售体统。因此,一个界面友好且实用的小型购物网站对于小型企业的销售和产品推...
编号:99-481599大小:235.29K
分类: 论文>计算机论文

内容介绍

此文档由会员 jiji888 发布

小型购物网站的设计和实现

1.17万字
本人今年最新原创的毕业设计,仅在本站独家提交,大家放心使用

摘要 随着信息技术的发展,在线购物由于具有快捷、便利、实惠等特点,正变得日益普及。当前已有如淘宝、京东等大型在线购物网站,但不利于小型企业实现自己的在线销售体统。因此,一个界面友好且实用的小型购物网站对于小型企业的销售和产品推广来说显得非常重要。
本文选择了B2C模式的购物网站,首先对网站的需求进行了全面的分析,列举了需要完成的功能。首先研究了JSP、Servlet技术。开发环境则是在Windows下使用了MyEclipse集成开发环境。对于数据的存储,则选择了小型数据库MySQL。网站使用的服务器选用了Tomcat 服务器。然后,对整个购物网站进行了需求分析,在此基础上,对整个购物网站进行总体设计和详细设计,整个购物网站包括用户模块、管理员模块。接着,在上述分析和设计的基础上,分别实现了用户模块和管理员模块。以上的二个模块分别实现了商品的管理、浏览,用户的登录和注册,管理员的登入,购物车和订单管理子模块。购物车子模块和订单子模块是整个网站中的重点。
最后,通过对本文设计并实现的小型购物网站进行了完整的运行与验证,整个系统运行没有出错,且稳定可靠。该系统可以为小型企业的在线销售提供一个界面简洁且有效的
网站的构建。
关键字:JSP Servlet Tomcat MySQL 购物网站


Design and Implementation of a Small Shopping Site
Abstract along with the development of information technology, Online shopping because of its fast,convenient, affordable, and other characteristics, is becoming increasingly popular. At present, such as Taobao Jingdong and other large online shopping site, but not conducive to small and medium enterprises realize their online sales system. Therefore, the sales and product promotion and a small shopping website friendly interface and practical for small business is very important.
We choose B2C mode of shopping website, the website needs a comprehensive analysis, lists to perform those functions. Firstly, the Servlet technology of JSP. Development environment is used under the Windows MyEclipse integrated development environment. For data storage, chose a small database MySQL. Site server chooses the Tomcat server. Then, the whole shopping website needs analysis, on this basis, the overall design and detailed design of the entire shopping website, the website includes the user module, the administrator module. Then, based on the above analysis and design, respectively, to achieve the user module and administrator module. The two module above are realized commodity management, browsing, user login and registration, the administrator login, shopping cart and order management module. The shopping car module and the set list module is the key in the web site.
Finally, through a small shopping website implementation and the design of the operation and verification of complete, the whole system runs without error, and stable and reliable. The system can provide a simple and effective for small business online sales Website construction.
Keyword:JSP Servlet Tomcat MySQL Shopping website

目录
第一章 绪论 1
1.1 课题产生的背景 1
1.2 现有研究现状 1
1.3 论文内容和组织 2
第二章 网站开发的技术 4
2.1 MVC体系架构简介 4
2.2 JSP/Servlet技术简介 4
2.3 MyEclipse集成开发环境简介 5
2.4 Tomcat服务器简介 6
2.5 MySQL数据库简介 7
第三章 系统功能的设计 8
3.1网站功能模块的需求分析 8
3.1.1功能模块分析 8
3.1.2数据模块分析 8
3.2整体功能设计 9
3.3前台功能的设计 9
3.3.1 登入模块的设计 10
3.3.3 购物车模块的设计 12
3.4 后台功能的设计 13
3.3.1 商品管理模块的设计 14
3.3.2 订单管理模块的设计 14
3.4 数据库的设计 14
第四章 购物网站的实现和验证 17
4.1开发环境的搭建 17
4.2 前台功能的实现 17
4.2.1用户注册模块的实现 17
4.2.2用户登入模块实现 21
4.2.3购物车模块的实现 22
4.2.4订单模块的实现 23
4.3后台功能模块的实现 23
4.3.1管理员登入模块的实现 23
4.3.2商品管理模块的设计 24
4.3.3订单管理模块的设计 24
4.4购物网站功能实现的验证 25
4.4.1用户模块的验证 25
4.4.2 后台模块的验证 26
第五章 总结与展望 28
5.1 总结 28
5.2 展望 28
致谢 29
参考文献 30