摘要
随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。本文介绍了中药实验管理系统的开发全过程。通过分析中药实验管理系统管理的不足,创建了一个计算机管理中药实验管理系统的方案。文章介绍了中药实验管理系统的系统分析部分,包括可行性分析等,系统设计部分主要介绍了系统功能设计和数据库设计。
本中药实验管理系统有管理员,教师,学生,实验员。管理员功能有个人中心,学生管理,教师管理,实验员管理,实验教学管理,在线学习管理,实验信息管理,实验预约管理,实验指导管理,实验评分管理,器材信息管理,自由讨论,系统管理等。教师发布实验教学,在线学习,实验信息,审核学生提交的实验预约信息,进行直言指导,实验评分,学生负责学习知识,进行实验。因而具有一定的实用性。
本站是一个B/S模式系统,采用Spring Boot框架,MYSQL数据库设计开发,充分保证系统的稳定性。系统具有界面清晰、操作简单,功能齐全的特点,使得中药实验管理系统管理工作系统化、规范化。本系统的使用使管理人员从繁重的工作中解脱出来,实现无纸化办公,能够有效的提高中药实验管理系统管理效率。
关键词:中药实验管理系统;Spring Boot框架;MYSQL数据库
Abstract
With the deepening and extensive application of information technology in management, the implementation of management information systems has gradually matured in technology. This article introduces the whole process of the development of the traditional Chinese medicine experiment management system. By analyzing the deficiencies in the management of the traditional Chinese medicine experiment management system, a program of computer management of the traditional Chinese medicine experiment management system was created. The article introduces the system analysis part of the traditional Chinese medicine experiment management system, including feasibility analysis, etc. The system design part mainly introduces the system function design and database design.
This Chinese medicine experiment management system has administrators, teachers, students, and experimenters. Administrator functions include personal center, student management, teacher management, laboratory worker management, experiment teaching management, online learning management, experiment information management, experiment appointment management, experiment guidance management, experiment scoring management, equipment information management, free discussion, system management Wait. Teachers publish experimental teaching, online learning, experimental information, review experimental appointment information submitted by students, give outright guidance, and experiment scoring. Students are responsible for learning knowledge and conducting experiments. So it has a certain practicability.
This site is a B/S model system, using Spring Boot framework, MYSQL database design and development, fully guarantee the stability of the system. The system has the characteristics of clear interface, simple operation and complete functions, which makes the management of the traditional Chinese medicine experiment management system systematized and standardized. The use of this system frees managers from heavy work, realizes a paperless office, and can effectively improve the management efficiency of the traditional Chinese medicine experiment management system.
Keywords:Traditional Chinese medicine experiment management system; Spring Boot framework; MYSQL database
目录
1系统概述 1
1.1 研究背景 1
1.2研究目的 1
1.3系统设计思想 1
2相关技术 2
2.1 MYSQL数据库 2
2.2 B/S结构 3
2.3 Spring Boot框架简介 4
3系统分析 4
3.1可行性分析 4
3.1.1技术可行性 4
3.1.2经济可行性 5
3.1.3操作可行性 5
3.2系统性能分析 5
3.2.1 系统安全性 5
3.2.2 数据完整性 6
3.3系统界面分析 6
3.4系统流程和逻辑 7
4系统概要设计 8
4.1概述 8
4.2系统结构 9
4.3.数据库设计 9
4.3.1数据库实体 9
4.3.2数据库设计表 11
5系统详细实现 16
5.1 管理员模块的实现 16
5.1.1 教师信息管理 16
5.1.2 学生信息管理 17
5.1.3 实验员信息管理 17
5.2 教师模块的实现 18
5.2.1 实验教学管理 18
5.2.2 在线学习管理 19
5.3 实验员模块的实现 19
5.3.1 实验指导 19
6系统测试 20
6.1概念和意义 20
6.2特性 20
6.3重要性 21
6.4测试方法 21
6.5 功能测试 21
6.6可用性测试 22
6.7性能测试 22
6.8测试分析 23
6.9测试结果分析 23
结论 23
致谢语 24
参考文献 24
5系统详细实现
5.1 管理员模块的实现
5.1.1 教师信息管理
中药实验管理系统的系统管理员可以管理教师,可以对教师信息添加修改删除以及查询操作。具体界面的展示如图5.1所示。
图5.1 教师信息管理界面
5.1.2 学生信息管理
系统管理员可以查看对学生信息进行添加,修改,删除以及查询操作。具体界面如图5.2所示。
图5.2 学生信息管理界面
5.1.3 实验员信息管理
系统管理员可以对实验员信息进行添加,修改,删除以及查询操作。界面如下图所示:
图5.3 实验员信息管理界面
5.2 教师模块的实现
5.2.1 实验教学管理
教师可以对实验教学信息进行添加修改删除操作。界面如下图所示:
图5.4 实验教学界面
5.2.2 在线学习管理
教师可以对在线学习信息进行添加修改删除操作。界面如下图所示:
图5.5 在线学习界面
5.3 实验员模块的实现
5.3.1 实验指导
实验员可以对通过的实验进行指导和评分操作。界面如下图所示:
图5.6 实验指导界面