设计题目:网上花店的设计与实现
I
摘 要
网络技术和计算机技术发展至今,已经拥有了深厚的理论基础,并在现实中
进行了充分运用,尤其是基于计算机运行的软件更是受到各界的关注。加上现在
人们已经步入信息时代,所以对于信息的宣传和管理就很关键。因此鲜花销售信
息的管理计算机化,系统化是必要的。设计开发网上花店不仅会节约人力和管理
成本,还会安全保存庞大的数据量,对于鲜花销售信息的维护和检索也不需要花
费很多时间,非常的便利。
网上花店是在 MySQL 中建立数据表保存信息,运用 SSM+Vue 框架和 Java
语言编写。并按照软件设计开发流程进行设计实现。系统具备友好性且功能完善。
管理员登录进入本人后台之后,主要完成花材选择管理,用户管理,鲜花管理,
鲜花出入库管理,鲜花订单管理等。用户联系客服咨询问题,查看鲜花,可以收
藏,购买,评论鲜花,支付订单,管理个人订单等。
网上花店在让鲜花销售信息规范化的同时,也能及时通过数据输入的有效性
规则检测出错误数据,让数据的录入达到准确性的目的,进而提升网上花店提供
的数据的可靠性,让系统数据的错误率降至最低。
关键词:网上花店;MySQL;SSM+Vue 框架
II
Abstract
Network technology and computer technology have developed so far, they have
already had a profound theoretical foundation, and they have been fully used in reality.
In particular, computer-based software has attracted attention from all walks of life. In
addition, now that people have entered the information age, the promotion and
management of information is very important. Therefore, computerization and
systematization of flower sales information management is necessary. The design and
development of an online flower shop will not only save labor and management costs,
but also store a huge amount of data safely. It does not take a lot of time to maintain
and retrieve flower sales information, which is very convenient.
The online florist builds a data table in MySQL to save the information, using
SSM+Vue framework and Java language. And in accordance with the software design
and development process for design and implementation. The system is friendly and
fully functional. After the administrator logs in and enters his backstage, he mainly
completes flower selection management, user management, fresh flower management,
fresh flower warehousing management, fresh flower order management, etc. Users
contact customer service to ask questions, view flowers, collect, purchase, comment
on flowers, pay for orders, manage personal orders, etc.
While standardizing flower sales information, online florists can also detect
incorrect data in time through the validity rules of data input, so that data entry can
achieve the purpose of accuracy, thereby improving the reliability of the data provided
by online florists. The error rate of system data is minimized.
Key Words:Online flower shop; MySQL; SSM+Vue framework
III
目 录
1 绪论 ...............................................1
1.1 选题背景 .........................................................................................................1
1.2 选题意义 .........................................................................................................1
1.3 研究内容 .........................................................................................................2
2 系统开发技术........................................3
2.1 JAVA 语言 .........................................................................................................3
2.2 SSM 框架 .........................................................................................................3
2.3 MYSQL 数据库 ...............................................................................................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 系统流程分析 .................................................................................................6
3.4 系统功能分析 ..................................................................................................9
4 系统设计...........................................12
4.1 系统目标 ........................................................................................................12
4.2 功能结构设计 ................................................................................................13
4.3 数据库设计 ....................................................................................................13
4.3.1 数据库 E-R 图.....................................................................................13
IV
4.3.2 数据库表结构 ....................................................................................16
5 系统实现...........................................20
5.1 管理员功能实现 ...........................................................................................20
5.1.1 花材选择管理 ....................................................................................20
5.1.2 鲜花信息管理 ....................................................................................20
5.1.3 鲜花入库管理 ....................................................................................21
5.1.4 鲜花出库管理 ....................................................................................21
5.1.5 已完成订单 ........................................................................................22
5.2 用户功能实现 ...............................................................................................23
5.2.1 联系客服 ............................................................................................23
5.2.2 鲜花信息 ............................................................................................23
5.2.3 购买鲜花 ............................................................................................24
5.2.4 我的订单 ............................................................................................24
6 系统测试 ...........................................25
6.1 系统测试的类型 ...........................................................................................25
6.2 功能测试 .......................................................................................................26
6.3 可用性测试 ...................................................................................................26
6.4 测试结果分析 ...............................................................................................26
结 论...............................................27
参考文献.............................................29
致 谢...............................................30