设计题目:智慧生活商城系统的设计与实现
I
摘 要
计算机网络发展到现在已经好几十年了,在理论上面已经有了很丰富的基础,
并且在现实生活中也到处都在使用,可以说,经过几十年的发展,互联网技术已
经把地域信息的隔阂给消除了,让整个世界都可以即时通话和联系,极大的方便
了人们的生活。所以说,智慧生活商城系统用计算机技术来进行设计,不仅在管
理方面更加的系统化,操作性强,最重要的是关于数据的保存和使用都能节约大
量的时间,该系统非常的好用。
智慧生活商城系统管理数据的工具是 MySQL,编码的语言是 Java,运用的
框架是 Spring Boot 框架。该系统可以实现商品管理,商品留言管理,商品退货
管理,商品订单管理,公告管理,用户管理,商品收藏管理等功能。
智慧生活商城系统不仅能让操作人员使用更加地方便,并且设计的也很合理,
能有效的避免误操作,让数据在录入的环节就符合设计需要,极大的规避了源头
性的输入误差,顺利的让数据变得更加可控并且可靠,让出错的几率降到最低。
关键词:智慧生活商城系统;商品;订单
II
Abstract
Computer networks have been developed for decades, and they have a rich
theoretical foundation and are used everywhere in real life. It can be said that after
decades of development, Internet technology has transformed regional information.
The estrangement between the two has been eliminated, allowing the whole world to
communicate and contact in real time, which greatly facilitates people's lives.
Therefore, the smart life mall system is designed with computer technology. It is not
only more systematic in management, but also has strong operability. The most
important thing is that the storage and use of data can save a lot of time. The system is
very easy to use. .
The data management tool of the Smart Life Mall system is MySQL, the coding
language is Java, and the framework used is the Spring Boot framework. The system
can realize commodity management, commodity message management, commodity
return management, commodity order management, announcement management, user
management, commodity collection management and other functions.
The smart life mall system not only makes it more convenient for operators to
use, but also has a very reasonable design, which can effectively avoid misoperation,
make the data meet the design needs in the input process, and greatly avoid the source
input errors. Smoothly make the data more controllable and reliable, minimizing the
chance of errors.
Key Words:Smart Life Mall System; Commodities; Orders
III
目 录
1 绪论 ...............................................1
1.1 选题背景 .........................................................................................................1
1.2 选题意义 .........................................................................................................1
1.3 研究内容 .........................................................................................................2
2 系统开发技术........................................3
2.1 MYSQL 数据库................................................................................................3
2.2 IDEA 简介........................................................................................................3
2.3 SPRING BOOT 框架............................................................................................4
2.4 VUE 框架 ..........................................................................................................4
3 系统分析............................................5
3.1 可行性研究 .....................................................................................................5
3.1.1 经济可行性 ..........................................................................................5
3.1.2 时间可行性 ..........................................................................................5
3.1.3 操作可行性 ..........................................................................................5
3.2 系统性能分析 .................................................................................................6
3.2.1 系统的安全性 ......................................................................................6
3.2.2 系统的易用性 ......................................................................................6
3.2.3 系统的健壮性 ......................................................................................6
3.3 系统流程分析 .................................................................................................7
3.4 系统功能分析 .................................................................................................9
4 系统设计...........................................12
4.1 系统设计原则 ...............................................................................................12
4.2 功能模块设计 ...............................................................................................13
4.3 数据库设计 ...................................................................................................14
4.3.1 数据库 E-R 图....................................................................................15
IV
4.3.2 数据库表结构 ....................................................................................17
5 系统实现...........................................22
5.1 管理员功能实现 ...........................................................................................22
5.1.1 会员等级管理 ....................................................................................22
5.1.2 商品管理 ............................................................................................22
5.1.3 商品评价管理 ....................................................................................23
5.1.4 商品订单管理 ....................................................................................23
5.1.5 商品退货管理 ....................................................................................24
5.2 用户功能实现 ...............................................................................................24
5.2.1 商品信息 ............................................................................................24
5.2.2 确认下单 ............................................................................................25
5.2.3 商品订单 ............................................................................................25
5.2.4 购物车 ................................................................................................26
5.2.5 商品退货管理 ....................................................................................27
6 系统测试...........................................28
6.1 功能测试 .......................................................................................................28
6.2 可用性测试 ...................................................................................................28
6.3 测试结果分析 ...............................................................................................29
结 论...............................................30
参考文献.............................................32
致 谢...............................................33