网学网为需要其他类别的朋友们搜集整理了电子商务网站的设计与实现相关资料,希望对各位网友有所帮助!
论文字数:12705,页数:34
摘要
随着计算机技术、网络技术、通信技术的迅速发展和人们生活水平及需要的不断提高,越来越多的网络商店走入了大众的生活,对电子商务网站的设计和实现技术要求也越来越高。
本论文主要研究电子商务网站的设计与实现,并采用JSP动态网页技术实现了一个小型电子商务网站即校园网上超市。论文首先简要介绍了电子商务及其实现技术,校园网上超市的构成及主要流程;然后详细介绍了校园网上超市的需求分析和系统设计,并给出了校园网上超市的JSP实现方案及技术细节,包括运行环境的配置、数据库建立及各个功能模块的JSP实现细节等。校园网上超市实现了基本的前台功能和后台管理功能。
关键词:电子商务;超市;JSP
ABSTRACT
With computer technology, network technology, communications technology and the rapid development of the living standards of the people and the need continues to improve. More and more shops will enter into a network of public life. e-commerce web site design and technology are increasingly high requirements.
This paper studies e-commerce website design and implementation and using JSP dynamic web technology to achieve a small e-commerce websites IT products online store. The paper briefly introduced the technology and e-commerce, on-line shops and the composition of the main flow. Then on IT goods online store needs analysis and system design, given IT products online stores JSP solutions and technical details, including the operating environment configuration, database and the various functional modules JSP details. Online store to achieve the basic functions and the future of background management functions.
Keywords: electronic commerce;super market;JSP
目录
摘要 I
ABSTRACT II
第1章 绪论 1
1.1背景 1
1.2 研究内容 1
第2章 电子商务的概述 3
2.1 电子商务的概念 3
2.2 电子商务分类 3
2.3 应用特性 4
2.4本章小结 5
第3章 开发技术基础 6
3.1 JSP技术 6
3.1.1 JSP介绍 6
3.1.2 JSP的运行原理 6
3.1.3 JSP、ASP和PHP技术之比较 7
3.2 JavaServlet介绍 8
3.3 JavaBeans技术 8
3.4 java script开发技术 9
3.5开发工具选择 10
3.5.1 Tomcat介绍 10
3.5.2 Access 12
3.6本章小结 13
第4章 需求分析 14
4.1系统说明 14
4.2系统结构 14
4.3功能需求 15
4.3.1实现功能 15
4.3.2功能模块建立 15
4.4 系统运行环境 16
第5章 数据库设计 18
5.1数据库的需求分析 18
5.2数据库概念结构 18
5.3 数据库逻辑机构设计 20
5.4 本章小结 21
第6章 主要功能模块实现 23
6.1商品信息展示 23
6.2用户注册和登录模块实现 23
6.3 商品管理模块实现 26
6.4购物车模块实现 27
6.5 本章小结 28
第7章 结论 29
致谢 30
参考文献 31