XX 院毕业设计 电子商城系统论文
毕业设计(论文)
( 2014 届)
设计(论文)题目
电 子 商 城 系 统 论 文
办 学 点 ( 系 )
信 息 工 程 系
专 业
XXX
班 级
XXX
学 号
XXX
学 生 姓 名
XXX
起 讫 日 期
XX 年 XX 月 — XX 年 X 月
指 导 教 师
XX 职 称 讲 师
评 阅 教 师
XX 职 称 讲 师
XX 年 X 月 X 日
XX 学 院 教 务 处 制
T H E C I T Y V O C A T I O N A L C O L L E G E O F J I A N G S U
XX 院毕业设计 电子商城系统论文
电子商城系统论文
摘要
目前,网络正以一种前所未有的冲击力在影响着人类的活动,包括人类的
生产和日常生活。网络的诞生和发展,颠覆了传统的信息传播方式,极大地改变
了人类从物质到精神、从形式到内容、从生产到生活的各种活动,并且给人类带
来 了 新 的 机 遇 和 挑 战 。 而 电 子 商 城 系 统 是 一 个 基 于 Internet, 采 用
B2C(Business to Consumers)模式,并根据现有的电子商城系统的现状而设计
开发的电子商务平台。它不但可以扩大商家的规模和市场影响力,而且还可以减
少企业的经营成本,提高工作效率。为用户可以在家“逛商店”,订货不受时间
的限制,带来了许多的方便。
本文首先介绍了电子商城系统的现状及开发的可行性,然后论述了系统的设
计目的,系统需求和概要设计方案,较详细的论述了系统的需求分析、概要设计
和数据库的设计,以及系统的实现。最后,本文对电子商城系统进行了总结。
电子商城系统主要为用户提供了会员注册,购物车,个人信息修改等功能,
为管理员提供了商品管理,用户管理,订单管理,其他查询等功能。在设计方面,
本系统采用 S2SH 框架整合开发,数据采用 Mysql;
关键词: 电子商城、JavaWeb 系统、管理系统
XX 院毕业设计 电子商城系统论文
The online mall system
Abstract
At present, the network is in an unprecedented impact affects human activities,
including the human production and daily life. The birth and development of network,
overturns the traditional way of information dissemination, has greatly changed the
human from matter to spirit, from form to content, from production to life activities,
and brought new opportunities and challenges to humanity. And electronic mall
system is an internet-based, adopts the model of B2C (Business to Consumers), and
according to the current situation of the existing electronic mall system design and
development of e-commerce platform. It not only can expand business scale and
market influence, but also can reduce the enterprise the management cost, improve
work efficiency. For the user can place an order at home "shopping", is not restricted
by time, brought a lot of convenience.
This paper first introduces the present situation and the development of the
electronic mall system is feasible, and then discusses the system design, system
requirements and profile design, in detail elaborated the system requirements analysis,
general design and database design, and implementation of the system. Finally, in this
paper, the electronic mall system are summarized.
Electronic mall system mainly provides users with membership registration,
shopping cart, modify personal information, and other functions, provides the
administrator with commodity management, user management, order management,
other queries, and other functions. In terms of design, the system adopts S2SH
framework integrating development, use Mysql data;
Keywords: Online mallsystem, JavaWeb systems, management systems
XX 院毕业设计 电子商城系统论文
目 录
摘要 ............................................................................................................................................2
The online mall system .............................................................................................................3
Abstract ....................................................................................................................................3
第一章 绪论 ..............................................................................................................................1
1.1 电子商城系统的开发背景 ................................................................................................1
1.2 设计目的与意义 .................................................................................................................1
第二章 系统需求分析 ..............................................................................................................2
2.1 可行性分析 ........................................................................................................................2
2.1.1 操作可行性.................................................................................................................2
2.1.2 经济可行性.................................................................................................................2
2.1.3 技术可行性.................................................................................................................2
2.2 方案的设计与比较 .............................................................................................................2
2.2.1 C/S 设计结构和 B/S 设计结构比较..........................................................................2
2.2.2 系统模式的设计.........................................................................................................3
2.2.3 系统设计的技术选择..................................................................................................3
2.2.4 系统的运行环境..........................................................................................................3
2.3 系统基本功能需求 ............................................................................................................3
2.3.1 系统结构.....................................................................................................................3
2.4 数据库需求分析 ................................................................................................................6
2.5 系统目标 ............................................................................................................................6
第三章 系统概要设计 ..............................................................................................................7
3.1 总体设计 .............................................................................................................................7
3.1.1 处理流程.....................................................................................................................7
3.1.2 系统的数据流图..........................................................................................................7
3.2 系统结构图 ........................................................................................................................8
3.3 数据库设计 .........................................................................................................................9
3.4 逻辑结构设计 ...................................................................................................................13
3.5 数据库表的设计 ...............................................................................................................14
第四章 系统的详细设计与实现 ............................................................................................18
4.1 前台系统设计实现 ...........................................................................................................18
4.1.1 首页界面实现.............................................................................................................18
4.1.2 商品查询功能实现.....................................................................................................21
4.1.3 商品详细信息显示.....................................................................................................24
4.1.4 用户注册.....................................................................................................................25
XX 院毕业设计 电子商城系统论文
4.1.5 用户登录.....................................................................................................................26
4.1.6 购物功能实现.............................................................................................................28
4.1.7 留言功能实现.............................................................................................................29
4.2 后台系统设计实现 ...........................................................................................................30
4.2.1 管理员登录功能.........................................................................................................30
4.2.2 用户管理.....................................................................................................................32
4.2.3 商品管理.....................................................................................................................36
4.2.4 商品大类管理.............................................................................................................41
添加和修改商品大类功能:.............................................................................................44
4.2.5 商品小类管理.............................................................................................................45
4.2.6 订单管理.....................................................................................................................49
4.2.7 留言管理.....................................................................................................................53
4.2.8 公告管理.....................................................................................................................56
4.2.9 新闻管理.....................................................................................................................60
4.2.10 标签管理...................................................................................................................64
4.2.11 系统管理...................................................................................................................68
结论 ..........................................................................................................................................71
参考文献 ..................................................................................................................................72
致谢 ..........................................................................................................................................73