1 / 65
文档名称:

网上购物系统 毕业论文.doc

格式:doc   大小:4,233KB   页数:65页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

网上购物系统 毕业论文.doc

上传人:nnejja93 2018/8/3 文件大小:4.13 MB

下载得到文件列表

网上购物系统 毕业论文.doc

文档介绍

文档介绍:毕业设计(论文)任务书
课题名称
网上购物系统
学院
计算机学院
专业班级
软件工程专业101班
姓名
赵倩
学号
109074170
毕业设计(论文)的主要内容及要求:
1、了解相关领域的行业背景、业务需求和发展趋势(EB,尤其是B2C);查阅数据库、软件工程和WEB应用开发相关的文献资料,撰写综述。
2、按照软件工程的思想和方法,进行网上购物系统的需求分析、系统设计、编码和测试。
3、在关系型数据库平台下, 采用JSP+ Struts2框架编程语言,设计并实现具有以下功能的网上购物系统:
(1)前台客户端:用户注册和登录,商品信息浏览,购物车,前台订单处理。
(2)后台管理端:用户管理,商品管理,后台订单管理。
4、按照规范要求撰写毕业论文
指导教师签字:
摘要
随着互联网的普及,整个世界逐渐进入了网络经济时代。作为一种新型购物方式,网络购物的产生,对人们的生活方式,对世界的经济发展都产生了巨大影响。本系统是一个基于B/S模式的网上购物系统,使用Java作为开发语言,以Tomcat作为服务器,数据库管理系统采用MySQL,同时使用了Struts2框架开发。
本文按照软件生命周期的观点展开论述,借助用例图、类图、顺序图等建模工具,清晰地展现了可行性分析、需求分析、总体设计、详细设计、测试等阶段的开发过程,重点介绍了系统的需求分析和详细设计。
关键词:网上购物;Java;MySQL;Struts2
《简洁明了,关键词在摘要中均出现》
Abstract
With the wide spread of the , the whole world is gradually entering work economy era. As a new way to shop, online shopping had a great influence on people's way of life and the economic development of the world. The system is a online shopping system based on B / S uses java as the programming language and Tomcat as the is used as the database management system. It uses the Struts2 framework development as well.
In this paper, according to the software life cycle perspective, with case diagrams, class diagrams, sequence diagrams and other modeling tools, clearly demonstrates the feasibility analysis, requirements analysis, design, detailed design, testing and other phases of the development process, focusing on needs a systematic analysis and detailed design.
Keywords: online shopping;Java;MySQL;Struts2
《翻译尚可》
目录
1 绪论 1
课题背景 1
1
1
2 可行性分析 3
技术可行性 3
操作可行性 3
结论 3
3 需求分析 4
4
客户端功能需求 4
后台管理功能需求 4
需求补充说明 4
系统建模 5
确定用例 6
绘制用例图 6
用例图细化 12
概念模型 16
16
17
19
4 总体设计 21
系统总体设计思路 21
系统功能模块划分 21
前台系统功能模块划分 21
后台系统功能模块划分 22
数据库逻辑结构设计 23
5 详细设计 25
各功能模块详细设计 25
注册模块 25
登录模块 26
商品浏览模块 26
购物车模块 27