网上商城系统(论文+程序+开题报告+软件说明书).rar

RAR格式版权申诉手机打开展开

网上商城系统(论文+程序+开题报告+软件说明书),摘 要网上商城系统开发存在的两个问题就是后台的管理与消费者操作的方便性,系统从数据库开发的基本内容入手,利用java技术开发了基于web的在线用户管理模块、在线商品销售模块、在线后台管理模块。实现了最重要的商品销售功能,也就是管理库房中的商品,及管理用户的购物车,从而实现结帐等一系列功能。另外网上商品销售系统还提供给用...
编号:88-207929大小:1.31M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 wanli1988go 发布

摘 要
网上商城系统开发存在的两个问题就是后台的管理与消费者操作的方便性,系统从数据库开发的基本内容入手,利用JAVA技术开发了基于Web的在线用户管理模块、在线商品销售模块、在线后台管理模块。实现了最重要的商品销售功能,也就是管理库房中的商品,及管理用户的购物车,从而实现结帐等一系列功能。另外网上商品销售系统还提供给用户查找数据库中商品相关记录的功能。同时,为了保证商品交易的正常进行,还实现了用户的登录注册功能。网上商城系统按照软件工程的要求,对系统进行需求分析,总体设计,详细设计,编码与测试,在此基础上将理论知识与开发技术运用到系统的实现过程当中,完成了网上商城平台的构建。经过大量的系统测试发现,JAVA网站的访问速度较块,安全性较好,有很强的实用性。
本论文详细介绍了开发网上商城的全过程,是按软件工程的思想设计的 ,包括需求分析、系统总体设计、系统详细设计等。
本系统具有多方面特点:系统功能完备,使用方便简捷,人性化的用户界面,安全保密设置齐全,节省经营成本,大大减少了操作人员的工作负担。
关键词 购物车,数据库管理,网上商城


Abstract
To develop the web shop system exist two issues. One is the background management the other is the convenience operation for consumers this article take the database development as the basic start use the JAVA technology to develop web-based online user management module online book sales module online background management module. It implement the most important book sale function i.e. manage the shop and shopping car of consumer thus it implement a series of functions such as check-out In addition, the online book sale system is also provided searching the database record function to consumer. Mean wile in order to guarantee the normal trade. the system implements a registered user login function. Web shop systems conform to the specification of soft project, the system needs analysis, design, detailed design, Coding and testing, on this basis, taking the theoretical knowledge and development of technologies to the system implementation process complete the web shop platform building.
This manual in details introduced to develop the web shop system in the Internet, is thought design that press the software engineering of, include detailed design etc. of total design, system of need analysis, system.
This system has the various characteristics: The system function is complete, using convenient, humanized customer interface, the safety keeps secret to establish well-found, economical management cost, reduced to operate the personnel's work burden consumedly.
Key Words Cart,Database Management,Web shop


目 录
摘 要 I
Abstract II
第1章 绪 论 1
1.1 课题背景 1
1.2 课题的目的和意义 1
1.3 国内外概况 1
1.4 课题的发展趋势 2
第2章 可行性分析 3
2.1 社会可行性 3
2.2 技术可行性 3
2.3 操作可行性 3
2.4 系统的技术介绍 3
2.4.1 JavaScript介绍 3
2.4.2 MVC介绍 4
2.4.3 MySQL介绍 5
2.4.4 JDBC介绍 6
2.5 系统开发平台及运行环境 6
2.5.1 系统开发平台 6
2.5.2 运行环境 7
第3章 需求分析 8
3.1 系统需求分析 8
3.2 数据库结构分析 8
3.3 平台功能分析 9
3.4 数据库分析 10
3.4.1 ER图分析 10
3.4.2 数据库表分析 11
第4章 商城前台设计与实现 14
4.1 通用文件设计 14
4.2 首页设计 14
4.3 网站会员设计 16
4.3.1 会员注册与登录 16
4.3.2 会员信息管理 18
4.4 会员购物设计 18
4.4.1 购物车设计 19
4.4.2 个人信息设计 20
4.5 生成订单 21
4.5.1 查看生成订单 21
第5章 商城后台设计与实现 22
5.1 后台登录界面和主页面界面设计 22
5.1.1 登录界面的设计 23
5.1.2 后台主页的设计 23
5.2 订单信息查看 23
5.3 管理员模块 24
5.4 类别资料管理 25
5.4.1 商品大类 25
5.4.2 商品小类 26
5.5 出版单位资料管理 26
5.6 商品资料管理 27
5.6.1 浏览商品资料 27
5.6.2 增加商品资料 28
5.6.3 修改商品资料 29
5.7 网站人员的管理 29
第6章 系统测试 30
6.1 测试目的与目标 30
6.2 测试方法 30
6.3 测试用例 31
6.4 测试结论 31
结 论 33
致 谢 34
参考文献 35

参考文献

[1] 孙晓龙,赵莉.JSP动态网站技术入门与提高.北京:人民邮电出版社,2001
[2] 石志国,薛为民,董洁.JSP应用教程.北京:清华大学出版社.北京交通大学出版社,2004
[3] 李曙光.JSP开发实例完全剖析.北京:中国电力出版社,2006
[4] 杨易.JSP高级程序设计.人民邮电出版社,2006
[5] Vivek Chopra.JSP高级程序设计,机械工业出版社,2001
[6] 申吉红,廖学峰,余健.JSP课程设计案例精编.北京:清华大学出版社,2007
[7] 卢潇.软件工程.北京:清华大学出版社;北京交通大学出版社,2005
[8] 萨师煊,王姗.数据库系统概论.北京:高等教育出版社,2000
[9] 马运涛.Eclipse精要与高级开发技术.北京:电子工业出版社,2003
[10] PaulJPerrone etal,张志伟,谭郁松,张明杰.J2EE构建企业系统[M] .北京:清华大学出版社,2001
[11] Chuck Cavaness.Programming Jakarta Struts,2002
[12] Bruce Shive.Research Direction in Object-Oriented Programming,2002
[13] Miao H.K.McDermid J.A.andTony Ian,Proving the existence of the initial state in Z specification,Chinese Journal of Advanced Software Research,2003
[14] Apache Software.The Struts User's Guide.http://Jakarta.Apache..