手机销售系统
学号:
姓名:
专业:
摘 要
通过网上购物系统的建设以实现对商业零售企业提供信息化管理。建立了
B2C 的网络销售系统。着重论述了系统功能与实现、数据流程及存储,包括商品
目录、用户注册、网上订货与购物、库存查询、后台数据库管理等。
运用 HTML 语言、JavaScript 技术、JSP 与后台数据库链接等关键技术建设
网上购物系统。实现网上购物系统以下功能:
(1)为客户提供 24 小时方便快捷的在线订购服务。
(2)商品信息的维护与管理。
(3)高效的商品数据方案,对商品信息进行科学、灵活地分类、存储。
(4)强大、方便、快捷的查询。
(5)订单号模块。
(6)将客户商业逻辑规则融入系统,即根据不同客户属性,提供不同付款方式。
(7)订单管理。
【关键词】B2C、网上购物系统、JSP、数据库
Abstract
Realizes through the on-line shopping system construction to the commercial
retail sales enterprise provides the information management. Has established the B2C
network sale system. Emphatically elaborated the system function and the realization,
the data flow and the memory, including inventory, user registration, on-line ordering
and shopping, stock inquiry, backstage data bank administration and so on.
Using the HTML language, the JavaScript technology, JSP and the backstage
database link and so on the essential technology constructs the on-line shopping
system. Realizes below the on-line shopping system the function:
(1) is the customer provides 24 hours conveniences quick on-line orders service.
(2) commodity information maintenance and management.
(3) the highly effective commodity data plan, carries on the science to the commodity
information, nimbly classifies, the memory.
(4) is formidable, conveniently, the quick inquiry.
(5) subscribes the odd numbers module.
(6) melts into the customer commercial logic rule the system, namely the basis
different customer attribute, provides the different payment method.
(7) order form management.
【Key word】 B2C, on-line shopping system, JSP, database
目 录
摘 要.........................................................................3
Abstract......................................................................4
第一章 引言...................................................................7
1.1 编写目的..............................................................7
1.2 背景.................................................................8
1.3 定义.................................................................8
1.3.1 HTML 语言 ......................................................8
1.3.2 JavaScript 技术 ................................................8
1.3.3 JSP............................................................8
1.3.4 数据库原理.....................................................9
① SOL 语言简单介绍 ..........................................................9
② JDBC,ODBC 技术介绍 ........................................................9
③ Access 数据库 .............................................................10
第二章 任务概述.............................................................11
2.1 系统目标.............................................................11
2.2 系统特点.............................................................11
2.3 基本流程 .............................................................11
2.4 费用.................................................................12
第三章 详细设计.............................................................14
3.1 程序系统的结构......................................................14
3.2 子功能模块图........................................................14
3.2.1 会员功能......................................................14
3.2.2 后台管理......................................................15
3.2.3 前台信息......................................................15
3.2.4 客户论坛......................................................15
第四章 需求规定.............................................................16
4.1 对功能的规定.........................................................16
4.2 性能的规定 ...........................................................16
4.3 运行环境规定........................................................17
第五章 数据库设计说明.......................................................18
5.1 定义................................................................18
5.2 数据分析............................................................18
5.2.1 数据实体的组成.................................................18
5.2.2 实体分析.......................................................18
5.2.3 E-R 图分析 ...................................................20
5.3 数据库具体设计......................................................21
5.3.1 数据库组成.....................................................21
5.4 运用设计............................................................23
5.4.1 数据字典.......................................................23
5.4.2 数据库安全设计.................................................24
5.4.3 性能要求.......................................................24
第六章 系统实现..............................................................26