
毕 业 设 计(论 文)
题目:果蔬商品管理系统的设计与实现

摘 要
如今社会上各行各业,都在用属于自己专用的软件来进行工作,互联网发展
到这个时候,人们已经发现离不开了互联网。互联网的发展,离不开一些新的技
术,而新技术的产生往往是为了解决现有问题而产生的。针对于果蔬商品信息管
理方面的不规范,容错率低,管理人员处理数据费工费时,采用新开发的果蔬商
品管理系统可以从根源上规范整个数据处理流程的正规性和合法性。
果蔬商品管理系统按照操作主体分为管理员与用户。管理员权限操作的功能
包括管理用户资料,管理用户订单,管理商品以及新闻,管理用户反馈信息等。
用户权限操作的功能包括关注商品,购买商品,对订单商品进行退款,收货或评
价,提交投诉信息,查看新闻。该系统采用了 Mysql 数据库,Java 语言,SSM
框架等技术进行编程实现。
果蔬商品管理系统可以提高果蔬商品信息管理问题的解决效率,优化果蔬商
品信息处理流程,并且能够保证存储数据的安全,它是一个非常可靠,非常安全
的应用程序。
关键词:果蔬商品管理系统;Mysql 数据库;Java 语言

Abstract
Nowadays, all walks of life in the society are using their own dedicated software
to work. At this time of the development of the Internet, people have found that they
are inseparable from the Internet. The development of the Internet is inseparable from
some new technologies, and new technologies are often created to solve existing
problems. In view of the irregularities in the management of fruit and vegetable
product information, the low error tolerance rate, and the time and labor for
management personnel to process data, the newly developed fruit and vegetable
product management system can standardize the formality and legitimacy of the entire
data processing process from the root.
The fruit and vegetable commodity management system is divided into
administrators and users according to the main operation body. The functions of the
administrator authority operation include managing user information, managing user
orders, managing commodities and news, and managing user feedback information.
The functions of user authority operations include paying attention to products,
purchasing products, refunding order products, receiving or evaluating products,
submitting complaints, and viewing news. The system uses Mysql database, Java
language, SSM framework and other technologies for programming.
The fruit and vegetable product management system can improve the efficiency
of solving the problem of fruit and vegetable product information management,
optimize the processing flow of fruit and vegetable product information, and ensure
the security of stored data. It is a very reliable and very safe application.
Key Words:Fruit and vegetable commodity management system; Mysql database;
Java language

目 录
第 1 章 绪论 ..................................................................................................................1
1.1 课题背景 .........................................................................................................1
1.2 课题意义 .........................................................................................................1
1.3 研究内容 .........................................................................................................2
第 2 章 开发环境与技术 ..............................................................................................3
2.1 JAVA 语言 .........................................................................................................3
2.2 MYSQL 数据库 ...............................................................................................3
2.3 MYECLIPSE 开发工具.......................................................................................4
2.4 SSM 框架 .........................................................................................................4
第 3 章 系统分析 ..........................................................................................................6
3.1 可行性分析 .....................................................................................................6
3.1.1 技术可行性 ..........................................................................................6
3.1.2 经济可行性 ..........................................................................................6
3.1.3 操作可行性 ..........................................................................................6
3.2 系统流程 .........................................................................................................6
3.2.1 操作流程 ..............................................................................................7
3.2.2 登录流程 ..............................................................................................7
3.2.3 删除信息流程 ......................................................................................8
3.2.4 添加信息流程 ......................................................................................9
3.3 性能需求 .........................................................................................................9
3.4 功能需求 .......................................................................................................10
第 4 章 系统设计 ........................................................................................................12
4.1 功能结构设计 ...............................................................................................12
4.2 数据库设计 ...................................................................................................13
4.2.1 数据库概念设计 ................................................................................13
4.2.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 商品信息管理 ....................................................................................21
5.2 用户功能实现 ...............................................................................................22
5.2.1 商品信息 ............................................................................................22
5.2.2 购物车 ................................................................................................22
5.2.3 确认下单 ............................................................................................23
5.2.4 商品订单 ............................................................................................23
第 6 章 系统测试 ........................................................................................................25
6.1 功能测试 .......................................................................................................25
6.1.1 登录功能测试 ....................................................................................25
6.1.2 修改密码功能测试 ............................................................................26
6.2 系统测试结果 ...............................................................................................27
结 论 ..........................................................................................................................28
参考文献 ......................................................................................................................30
致 谢 ..........................................................................................................................31