国 家 开 放 大 学
本科生毕业设计
题 目
XXXXXXX
题
目
姓名
XXXXXXX
教育层次
XXXXXXX
学号
XXXXXXX
分 部
广西开放大学
专业
XXXXXXX
学院
(分校)
XXXXXXX
指导教师
XXXXXXX
学习中心
XXXXXXX
摘 要
近年来,随着网络购物的兴起和普及,针对该市场需求开发一款在线购
物系统是大势所趋。和实体店对比,在线购物系统商品种类齐全,价格优惠、
还能够送货上门等优势。在此类系统中,用户能够在网上购物,可以随意挑
选挑选物美价廉的商品不仅方便而且快捷,并保证线上线下共同受益,促进
了经济市场的蓬勃发展。
首先,对系统可靠性、易用性以及安全性进行了分析,接着对 5 个功能
模块流程进行详细的分析;其次,对系统功能实现内容和开发过程仔细介绍,
随后,详细阐述了数据库设计内容。系统采用了 SSM 作为前端主流开发技术,
JavaScript 语言,数据库为 MySQL,完成了登录注册模块、商品详情模块设
计、订单支付模块设计、个人中心模块设计以及购物车模块,并将每个模块
的页面详细设计组件和调用的函数、方法加以阐述。
本系统主要完成了购物系统前台基本功能登录、注册、加购物车、支付、
个人中心等基本功能,作为购物网站还存在一些不足之处,如个性化推荐在
本系统中没有实现,以及后台管理功能模块尚未实现,在未来将会继续完善。
关键词:购物系统;SSM 框架;MySql 数据库
Abstract
In recent years, with the rise and popularity of online shopping, it is a general trend to
develop an online shopping system for the market demand. Compared with physical stores ,
online shopping system has the advantages of a complete range of goods, preferential prices,
and door-to-door delivery. In this kind of system , users can shop online , and they can
choose high-quality and inexpensive goods at will, which is not only convenient and fast,
but also ensures both online and offline benefits, which promotes the vigorous development
of economic market.
Firstly, the reliability, ease of use and security of the system are analyzed, and then
the flow of five functional modules is analyzed in detail. Secondly , the system function
realization content and development process are introduced in detail, and then, the database
design content is elaborated. The system uses SSM as the front-end mainstream development
technology , JavaScript language , MySQL database , complete the login registration
module , commodity details module design , order payment module design , personal
center module design and shopping cart module, and the page of each module detailed design
components and called functions, methods are described.
This system has mainly completed the basic functions of the front desk of the shopping
system, such as login, registration, shopping cart, payment, personal center and other
basic functions. As a shopping website , there are still some shortcomings , such as
personalized recommendation has not been realized in this system, and the function module
of background management has not been realized, which will continue to be improved in the
future.
Key words: shopping system; SSM framework; The MySql database
目录
摘 要 ...................................................................ii
Abstract .................................................................iii
第一章绪论 .................................................................3
1.1 选题背景意义 .......................................................3
1.2 国内外研究现状 .....................................................3
1.2.1 国内研究现状 .................................................3
1.2.2 国外研究现状 .................................................4
1.3 研究内容 ...........................................................4
第二章系统相关技术 .........................................................5
2.1SSM 框架 ............................................................5
2.2Mysql 数据库 ........................................................5
2.3JavaScript 技术 .....................................................5
第三章系统分析与设计 .......................................................6
3.1 系统性能分析 .......................................................6
3.1.1 可靠性 .......................................................6
3.1.2 易用性 .......................................................6
3.1.3 安全性 .......................................................6
3.2 系统功能设计 .......................................................7
3.2.1 登录注册 .....................................................7
3.2.2 商品模块 .....................................................8
3.2.3 订单支付模块 .................................................9
3.2.4 购物车模块 ..................................................10
3.2.5 个人中心模块 ................................................11
3.3 数据库设计 ........................................................11
第四章系统功能实现 ........................................................13
4.1 首页界面 ..........................................................13
4.2 商品详情 ..........................................................14
4.3 购物车 ............................................................15
4.4 订单支付 ..........................................................15
4.5 个人中心 ..........................................................16
第五章系统测试 ............................................................16
5.1 测试方法 ..........................................................16
5.2 功能测试用例 ......................................................17
5.3 安全测试 ..........................................................17
5.4 可用性测试 ........................................................17
5.5 测试结论 ..........................................................18
第六章 总结与展望 .........................................................19
6.1 总结 ..............................................................19
6.2 展望 ..............................................................19
参考文献 ...................................................................1