{$cfg_webname}
主页 > 计算机 > JSP >

中小型商城网络购物系统(网上书店)的设计(附答辩记录)

来源:wenku163.com  资料编号:WK1638008 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1638008
资料介绍

中小型商城网络购物系统(网上书店)的设计(附答辩记录)(包含选题审批表,任务书,开题报告,中期报告,毕业论文19000字)
摘  要:本文完成一个针对中小型商城网络购物系统的设计。该设计在Windows平台上实现,它不仅实现了客户在前台网络上的注册、修改信息、购物,还实现了管理者后台的商品、订单和会员等管理功能。在购物功能中特别使用了当前时间作为订单号,既保证了订单的唯一性,又便于管理员统计查询,也方便用户记忆。系统通过销售记录自动生成商品销售排行,为用户选择商品提供了参考,相当于现实商场中的model,也节省了管理员整理销售记录的时间。

关键词:网上书店;JavaBeans ;网络购物系统;

Design A Bookstore Based On Internet
Abstract:This paper work out a designof an online bookstore system base on internet technology, which is special for a web shopping for the middle-sized shopping center. This application is completed in the windows operating system. It can complete the front desk role, such as registering a new member, modifying the information of the certain member, and shopping. It also can complete the backstage roles, such as manage the goods, order, and the certain members and so on. In the function of shopping, I use especially current time to be the order number. It is not only to promises the only number you ordered but also for manager to select and statistics, you also can memory easily. The system form the goods selling sequence automatically according to the record of selling, which give the users for shopping some suggestion. This equals to the model in the real market. It also saves the time for manager arranging the selling record.

Key words: Servlet ;Online bookstore ;JavaBeans ;Web Shopping System; 

研究方案
内容
一个是前台展示模块,用户在前端浏览、搜索商品,能够看到商城最新的公告(如举办活动、特价商品等),如同在商场里一样,用户在前台使用一个叫做购物车的工具用以模拟商城的实物购买,用户可以把自己喜欢的商品放入其中,并可以对已经放入其中的商品进行处理,如修改数量,从购物车中去掉商品等;当用户购物完成后需要到商城的服务台去结账,也叫下订单,用户下完订单后,可以打印或E-mail保留订单,以方便收到货物时进行查对。另一个是后台管理员管理程序,网站在此管理相关的信息发布,录入,更改网上信息,订单的查询,处理并管理在网站里注册的用户等[9]。
方法
本系统后台数据库采用SQL Server 2000,采用MyEclipse作为主要的开发工具,系统开发语言采用JSP,JAVA。Java Web在应用程序需要在支持Servlet和JSP的Web容器中运行。Tomcat开放源代码,使用起来比较方便,它是Servlet和JSP规范的官方参考实现,既可以单独作为小型Servlet和JSP测试服务器,也可以集成到Apache Web服务器。考虑到本实例的实际需要以及Tomcat的诸多特性和优点,我们使用Tomcat作为Web服务器[10]。
预期成果
能提供7大类30个种类书籍内容的展示;
能实现对书籍的模糊搜索;
在局域网PC/WINDOWS2000平台上调试。

 

网上书店设计(附答辩记录)
网上书店设计(附答辩记录)


目  录
摘要    1
关键字    1
1 前言    3
 1.1  设计开发的背景    3
 1.2  开发电子产品销售网站的意义    4
 1.3  可行性研究    4
2 需求分析    5
 2.1  系统需求分析    5
 2.2  性能需求    7
3 总体设计    9
 3.1 系统流程    9
3.2 模块设计    11
4 系统架构分析    13
4.1  MVC 概述    13
4.2  STRUTS 概述    15
4.3  数据库访问:    16
5 数据库设计    17
5.1  逻辑结构设计    17
5.2  数据库E-R图分析    17
5.3  数据库结构组成    20
6 详细设计    22
6.1  模块功能详细设计    22
6.2  类的分布架构设计    27
6.3  配置STRUTS    32
6.4  模块的实现    33
7 系统测试与维护    40
7.1  软件测试目的    40
7.2  软件测试方法    40
7.3  测试计划    40
7.4  软件需求测试结论    42
7.5  系统维护    42
8  总  结    42
参考文献    43
致   谢    44

推荐资料