
毕 业 设 计 ( 论 文 )
中文题目:
社区药店管理系统

毕 业 设 计 ( 论 文 ) 摘 要
I
摘要
随着新世纪无纸化办公方式的普及,自动化信息处理和基于网络的信息交互方
式已被广泛应用。现在很多行业基本上都是交由计算机进行管理和测试,网络与
计算机已成为整个线上管理体系中的重要组成部分。虽然信息技术广泛应用和数
据存取更加方便,但是数据资料泄露的几率也大大提升,所以需要采取一系列安
全措施和技术手段,用来确保数据信息的安全性。
相较于传统社区药店,本系统可以更方便地管理用户和医生操作整个系统过程
,提高了工作效率和用户体验。用户可以在网上进行查看医生、药品信息、医疗
咨询等,能够灵活地修改自己的个人信息,也方便购买药品,大大提高管理工作
的效率。
本系统主要包括三个功能单元,管理员和用户、医生。实现了每个单元的主要
功能,本系统还提供了采用包括系统功能测试在内的多种测试方法。最终的测试
结果表明,本论文针对社区药店管理系统的特点,以 Java 为核心,以 MySQL 为数
据库,B/S 为系统构架,对社区药店管理系统进行设计和开发。
关键词:社区药店管理系统;MySQL 数据库;

毕 业 设 计 ( 论 文 ) ABSTRACT
II
ABSTRACT
With the popularization of paperless office methods in the new century, automated
information processing and network-based information exchange methods have been
widely applied. Nowadays, many industries are basically managed and tested by
computers, and networks and computers have become important components of the entire
online management system. Although information technology is widely used and data
access is more convenient, the probability of data leakage is greatly increased. Therefore, a
series of security measures and technical means need to be taken to ensure the security of
data information.
Compared to traditional community pharmacies, this system can more conveniently
manage the entire system process for users and doctors, improving work efficiency and
user experience. Users can view doctor, drug information, medical consultations, etc.
online, and can flexibly modify their personal information, making it convenient to
purchase drugs and greatly improving the efficiency of management work.
This system mainly includes three functional units: administrator and user, and
doctor. The main functions of each unit have been implemented, and this system also
provides various testing methods, including system functional testing. The final test results
indicate that this paper focuses on the characteristics of the community pharmacy
management system, with Java as the core, MySQL as the database, and B/S as the system
architecture, to design and develop the community pharmacy management system.
Keywords: Community pharmacy management system; MySQL database;

毕 业 设 计 ( 论 文 ) 目 录
III
目录

毕业设计(论文)
第 1 章 绪论
1
第 1 章 绪论...............................................................................................1
1.1 研究背景 ..............................................................................................................1
1.2 研究目的和意义 ..................................................................................................1
1.3 国内外研究现状 ..................................................................................................1
1.4 本文的主要内容 ..................................................................................................2
第 2 章 相关技术和工具概述...................................................................3
2.1 springboot框架 .....................................................................................................3
2.2 MYSQL 数据库 ...................................................................................................3
2.3 Java语言介绍 .......................................................................................................3
第 3 章 需求分析.......................................................................................5
3.1 系统的总体需求分析 ..........................................................................................5
3.2 系统的性能分析 ..................................................................................................5
3.3 系统的可行性分析 ..............................................................................................6
3.3.1 经济可行性 ...............................................................................................6
3.3.2 技术可行性 ...............................................................................................6
3.3.3 管理可行性 ...............................................................................................6
3.4 系统的功能分析 ..................................................................................................7
3.5 系统的数据流图分析 ..........................................................................................7
3.5.1 登录流程图 ................................................................................................7
3.5.2 修改密码流程图 ........................................................................................8
3.5.3 添加流程图 ................................................................................................9
3.5.4 删除流程图 ..............................................................................................10
第 4 章 系统设计.....................................................................................13
4.1 系统结构设计 ....................................................................................................13
4.2 系统开发流程设计 ...........................................................................................13
4.3 系统功能模块设计 ...........................................................................................14
4.4 系统数据库设计 ...............................................................................................14
4.4.1 数据库实体设计 ......................................................................................14
4.4.2 数据库表 ..................................................................................................16
第 5 章 系统功能实现.............................................................................20
5.1 前台系统功能模块实现 ...................................................................................22
5.2 后台管理员功能模块实现 ................................................................................23
5.3 后台医生功能模块实现 ....................................................................................24
5.4 后台用户功能模块实现 ....................................................................................25
第 6 章 系统测试.....................................................................................26
6.1 系统测试的目的和原则 ....................................................................................26
6.1.1 系统测试的目的 .....................................................................................26
6.1.2 系统测试的原则 .....................................................................................26