1 / 50
文档名称:

网上购物系统毕业设计.doc

格式:doc   大小:2,210KB   页数:50页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

网上购物系统毕业设计.doc

上传人:glfsnxh 2021/1/20 文件大小:2.16 MB

下载得到文件列表

网上购物系统毕业设计.doc

文档介绍

文档介绍:摘 要
本网上购物系统是一个基于Internet,采用B2C(Business to Consumers)模式,并根据现有网上购物系统的现状而设计开发的电子商务网站。它不但可以扩大商家的规模和市场影响力,而且可以减少企业的经营成本,提高工作效率。
本文首先介绍了网上购物系统的现状及开发背景,然后论述了系统的设计目标,系统需求和总体设计方案,较详细的论述了系统的详细设计和实现。最后,本文对网上购物系统进行了系统检测并提出了需要改进的问题。
  本系统主要为用户提供了会员注册,购物车管理,用户资料修改,商品搜索,用户评价,查看网站相关信息等功能,为管理员提供了商品及商品类别管理,用户及管理员信息管理,订单管理,网站信息管理等功能。在设计方面,本系统采用B/S结构,同时使用JSP技术进行动态页面的设计,从系统的安全性和代码的可重用性方面考虑,运用JavaBean对程序的关键代码进行封装。后台数据库选用MySql数据库。
关键词 B/S结构,JavaBean,JSP,超市购物
Abstract
The shop online system is a electronic commercial platform which has been designed according to the situation of shop online system based on Internet with B2C mode. It can not only enhance the scale of shopping centre and market influence, and can also reduce the enterprise’s running cost, improve work efficiency.
The thesis has firstly introduced the practical situation and the developing background of the system. And then has described the designing goal、system need and the whole designing plan, has described the detailed design and reality of the system in detail. Finally, conclusion has been drawn about the system and problem has also been raised.
The system has mainly provided users with the following functions:membership registration、shopping car management、goods search、information modify etc. It has also provided managers with goods management、customer information management、news management 、ad management and so on. It has been designed with B/S mode of three-tier structure, JSP technology in dynamic page design. Considering from the security and reusing code of the system, key codes has been secured by JavaBean technology. My SQL database has been used as the background database.
Key Words B/S structure, JavaBean, JSP, Supermarket shopping
目 录
摘 要 I
Abstract II
第1章 绪 论 1
系统开发背景 1
系统的研究现状 1
系统实现的目标 2
系统的开发意义 2
第2章 系统分析 4
网站的设计目标 4
网站的可行性分析 4
网站的深入调查 5
网站设计的特点 5
网站的设计思想 5
网站设计的总体原则 6
第3章 系统相关技术 7
系统开发技术的选择 7
JSP技术 7
3