设计题目:农产品直卖平台的设计与实现
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 agricultural product direct selling platform is designed with computer
technology, which 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 agricultural product direct selling platform is
MySQL, the coding language is Java, and the framework used is the Spring Boot
framework. The system can realize business credit type management, agricultural
product information management, agricultural product evaluation management,
business management, agricultural product order management, announcement
information management, user management and other functions.
The agricultural product direct selling platform not only makes the operator more
convenient to use, but also has a reasonable design, which can effectively avoid
misoperation, make the data meet the design needs in the process of input, and greatly
avoid the source input error. Smoothly make the data more controllable and reliable,
minimizing the chance of errors.
Key Words : Agricultural product direct selling platform; agricultural products;
evaluation; order
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 数据库设计 ...................................................................................................15
4.3.1 数据库 E-R 图....................................................................................16
IV
4.3.2 数据库表结构 ....................................................................................18
5 系统实现...........................................23
5.1 管理员功能实现 ...........................................................................................23
5.1.1 商家管理 ............................................................................................23
5.1.2 公告信息管理 ....................................................................................23
5.1.3 商家信用管理 ....................................................................................24
5.2 商家功能实现 ...............................................................................................25
5.2.1 农产品管理 ........................................................................................25
5.2.2 农产品评价管理 ................................................................................25
5.2.3 农产品订单管理 ................................................................................26
5.3 用户功能实现 ...............................................................................................26
5.3.1 农产品信息 ........................................................................................26
5.3.2 确认下单 ............................................................................................27
5.3.3 农产品订单 ........................................................................................28
5.3.4 购物车 ................................................................................................28
6 系统测试...........................................29
6.1 功能测试 .......................................................................................................29
6.2 可用性测试 ...................................................................................................29
6.3 测试结果分析 ...............................................................................................30
结 论...............................................31
参考文献.............................................33
致 谢...............................................34