1 / 40
文档名称:

网上购物系统毕业论文.doc

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

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

分享

预览

网上购物系统毕业论文.doc

上传人:cdsqbyl 2015/9/3 文件大小:0 KB

下载得到文件列表

网上购物系统毕业论文.doc

相关文档

文档介绍

文档介绍:网上商城购物系统
摘要
,采用B2C(Business to Consumers)模式,并根据现有的网上购物系统的现状而设计开发的电子商务平台。它不但可以扩大商家的规模和市场影响力,而且可以减少企业的经营成本,提高工作效率。本文首先介绍了网上购物系统的现状及开发背景,然后论述了系统的设计目标,系统需求和总体设计方案,较详细的论述了系统的详细设计和实现。最后,本文对网上购物系统进行了系统检测并提出了还需要改进的问题。
本系统主要为用户提供了会员注册,购物车管理,商品搜索,我的订单等功能,为管理员提供了供货管理,销售管理,库存管理,系统设定管理等功能。在设计方面,本系统采用B/S三层结构,同时使用JSP技术进行动态页面的设计,从系统的安全性和代码的可重用性方面考虑,运用Java Bean对程序的关键代码进行封装。后台数据库选用SQL Sever数据库。
关键词:B2C,B/S,JSP,数据库,SQL Sever

Online mall shopping system
ABSTRACT
The online shopping system is one based on , B2C (Business to Consumers) mode, and in accordance with the status quo of the existing online shopping system design and development of merce platform. It can not only expand the business scale and market influence, and can reduce the operating costs of enterprises, improve work paper first introduces the status and development background of the online shopping system, and then discusses the system design objectives, system requirements and overall design, a more detailed discussion of the detailed design and implementation of the system. Finally, the online shopping system, the system detects and also need to improve.
The system is mainly to provide users with membership registration, shopping cart management, product search, my orders, and other functions, provides administrators with a supply management, sales management, inventory management, system configuration management functions. In terms of design, the system uses the B / S three-tier structure, and dynamic page design using JSP technology, from the security of the system and code reusability considerations, the use of Java Bean encapsulated the key code of the program. The back-end database selected SQL Sever database.
KEY WORDS: B2C,B/S,JSP,DATABASE,SQL Sever
目录
前言 1
第1章绪论 2
课题背景 2
课题研究的意义 2
课题研究的方法 2
第2章程序开发的技术基础 3
HTML语言 3
JSP 4
SSH 4
Hibernate的工作原理 4
Spring的工作原理 5
Struts2的工作原理 6
数据库原理 8
SQL语言简单介绍 8
ADO技术介绍 8
第3章需求分析