以下是网学网为您推荐的其他类别-利用JSP技术开发“方宜家电网络连锁平台”,希望本篇文章对您学习有所帮助。
论文字数:18576,页数:57
摘要
所谓电子商务就是在网上开展商务活动。当企业将它的主要业务通过企业内部网(Intranet)、外部网(Extranet)以及Internet与企业的职员、客户供销商以及合作伙伴直接相连时,其中发生的各种活动就是电子商务。电子商务基于Internet或局域网、广域网、包括了从销售、市场到商业信息管理的全过程。
电子商务有广义和狭义之分,狭义的电子商务也称作电子交易(E-Commerce),是指企业在网络(主要指Internet网)上利用Web提供的通信手段进行交易。从广义上讲,亦称作电子商业(E-Business),是指公司利用网络进行的全部商业活动,包括市场分析、客户联系、物资调配等,目的是创造目标使市场满意,使企业的市场营销战略适应市场变化的需要。本系统的开发正符合了这一要求。论文中详细阐述了系统的设计目标、总体架构及各功能模块的详细设计。
关键词 电子商务,电子交易,电子商业,市场营销
Abstract
The so-called e-commerce is conducting business activities online. When the enterprise make its main business connect to its enterprise staff 、customers and marketing partners directly by enterprise internal network (Intranet)、 external network (Extranet) and the Internet ,various activities which occurred in call e-commerce. E-commerce is based on the Internet or LAN, WAN, which including the whole process from the sale, marketing to business information management.
E-commerce has both broad and narrow senses, the narrow sense of e-commerce is also known as electronic transactions (E-Commerce),which means that the enterprise use the means of communication Web provide to transact on the network (mainly referring to Internet). Broadly speaking, also known as electronic commerce (E-Business),which means the all commercial activities the company use the network to make, including market analysis, customer contacts, materials deployment as well,the aim is to create target to make market satisfied, and marketing strategy of enterprise adapt to the needs of market changes. Development of the system is just meaning the request.this paper compeletely set out the system design objectives, the overall structure and the detail design of functional modules.
Keywords E-Commerce ,E-Commerce,E-Business,Marketing
目录
摘要 I
Abstract II
一 绪论 1
1.1 开发的背景 1
1.2 国内外发展概况 3
1.2.1 国外电子商务发展状况 3
1.2.2 中国的电子商务前景 3
二 开发环境和技术背景 5
2.1 系统环境 5
2.2 技术介绍 5
2.2.1 JSP介绍 5
2.2.2 JDBC技术 5
2.2.3 java script脚本语言 6
2.2.4 Servlet技术 6
2.2.5 B\S模式 7
2.3 开发工具简介 8
2.3.1 Eclipse 8
2.3.2 MyEclipse 9
2.3.3 SQL Server 9
2.3.4 Tomcat 10
2.4 本章小结 10
三 系统需求分析 11
3.1 用户需求与设计目标 11
3.1.1 分析任务 11
3.1.2 分析方法 11
3.1.3 系统流程图 11
3.1.4 数据流图 13
3.1.5 E-R图 14
3.2 系统可行性分析 15
3.2.1 技术方面的可行性 15
3.2.2 操作方面的可行性 15
3.2.3 实际方面的可行性 15
3.3 本章小结 16
四 系统设计 17
4.1 系统设计简介 17
4.1.1 系统主要功能和基本结构 17
4.1.2 系统开发环境 18
4.1.3 站点建立 18
4.2 数据库设计 18
4.2.1 数据库的分析 18
4.2.2 数据表的结构 18
4.3 主要功能模块简介 23
4.3..1 前台功能模块简介 23
4.3.2 后台管理模块简介 23
4.4 本章小结 24
五 系统功能的实现过程 25
5.1 网站前台开发分析 25
5.1.1 设计分析 25
5.1.2 首页的实现过程 26
5.1.3 产品展示实现过程 26
5.1.4 连锁网络的实现过程 28
5.1.5 留言簿实现过程 29
5.2 网站后台开发分析 31
5.2.1 设计分析 31
5.2.2 后台登录实现过程 31
5.2.3 留言管理实现过程 32
5.2.4 销售查询实现过程 33
5.2.5 销售排行实现过程 34
5.2.6 用户管理实现过程 35
5.2.7 公告管理实现过程 39
5.2.8 产品管理实现过程 42
5.2.9 商品管理实现过程 44
5.2.10 销售登记的实现过程 46
5.3 本章小结 47
六 结论 48
致谢 49
参考文献 50
附录 源代码 51