中心实验室材料管理系统的设计与实现(VUE,SSM,MySQL)(含录像)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

中心实验室材料管理系统的设计与实现(VUE,SSM,MySQL)(含录像)(论文说明书11500字,程序代码,MySQL数据库)
摘 要
随着实验室规模的不断壮大,其中包含的各种数据变得越来越多。同时计算机网络技术高速发展,网络管理运用也变得越来越广泛。因此,建立一个B/S结构的中心实验室材料管理系统来管理实验室信息,会使管理工作系统化、规范化,也会提高实验室形象,提高管理效率。
本中心实验室材料管理系统是针对目前实验室材料管理的实际需求,从实际工作出发,对过去的中心实验室材料管理系统存在的问题进行分析,结合计算机系统的结构、概念、模型、原理、方法,在计算机各种优势的情况下,采用目前最流行的B/S结构和JAVA中流行的MVC三层设计模式和Idea编辑器、MySQL数据库设计并实现的。本中心实验室材料管理系统主要包括人员管理、实验材料管理、材料采购管理、材料入库管理、材料领取管理、材料出库管理、实验情况管理、实验费用管理、实验室管理等多个模块。它帮助实验室材料管理实现了信息化、网络化,通过测试,实现了系统设计目标,相比传统的管理模式,本系统合理的利用了网络数据资源,有效的减少了实验室材料管理的经济投入,大大提高了实验室材料管理的效率。
关键词:材料管理;B/S结构;JAVA编程语言;MySQL数据库
 
Design and implementation of material management system for central laboratory
Abstract
As the lab grows, it contains more and more data. At the same time, with the rapid development of computer network technology, network management has become more and more widely used. Therefore, the establishment of a B/S structure of the central laboratory material management system to manage laboratory information, will make the management work systematized, standardized, but also improve the laboratory image, improve the management efficiency.
The central laboratory material management system is aimed at the actual needs of the current laboratory material management, starting from the actual work, analysis of the problems existing in the past central laboratory material management system, combined with the structure, concept, model, principle and method of the computer system, under the circumstances of various advantages of the computer, Using the most popular B/S structure and JAVA popular MVC three-tier design pattern, Idea editor, MySQL database design and implementation. The laboratory material management system of the center mainly includes personnel management, experimental material management, material procurement management, material storage management, material acquisition management, material out of storage management, experimental situation management, experimental cost management, laboratory management and other modules. It helps the laboratory material management to achieve information, network, through testing, to achieve the system design objectives, compared with the traditional management mode, the system makes reasonable use of network data resources, effectively reduce the economic input of laboratory material management, greatly improve the efficiency of laboratory material management.
Key words:Material management; B/S structure; JAVA programming language; The MySQL database
 
开发语言:JAVA
框架:SSM
服务器:tomcat
数据库:mysql
数据库工具:Navicat
开发软件:eclipse/myeclipse/idea
 

中心实验室材料管理系统的设计与实现(VUE,SSM,MySQL)

中心实验室材料管理系统的设计与实现(VUE,SSM,MySQL)
中心实验室材料管理系统的设计与实现(VUE,SSM,MySQL)
中心实验室材料管理系统的设计与实现(VUE,SSM,MySQL)
中心实验室材料管理系统的设计与实现(VUE,SSM,MySQL)
中心实验室材料管理系统的设计与实现(VUE,SSM,MySQL)
中心实验室材料管理系统的设计与实现(VUE,SSM,MySQL)


目  录
第1章 绪论    1
1.1 研究背景与意义    1
1.2 开发现状    1
1.3 论文组成结构    1
第2章 开发工具及相关技术介绍    3
2.1 Idea描述    3
2.2 MySQL描述    3
2.3 Tomcat描述    3
2.4 J2EE描述    4
2.5 JAVA描述    4
2.6 JAVABeen描述    4
第3章 系统分析    5
3.1 可行性分析    5
3.1.1 经济可行性    5
3.1.2 技术可行性    5
3.1.3 操作可行性    5
3.2 需求分析    5
3.3 系统业务流程分析    9
3.4 系统数据流程分析    9
第4章 系统设计    11
4.1 系统架构设计    11
4.2 系统功能结构    11
4.3 功能模块设计    12
4.4 数据库设计    14
4.4.1 概念模型设计    14
4.4.2 逻辑结构设计    14
第5章 系统实现    18
5.1 登录模块的实现    18
5.2 用户子系统模块的实现    19
5.2.1 实验材料采购模块    19
5.2.2 实验材料领取模块    19
5.3 管理员子系统模块的实现    20
5.3.1 人员管理模块    20
5.3.2 实验情况管理模块    21
5.3.3 实验材料管理模块    23
5.3.4 材料出入库管理模块    24
5.3.5 实验室管理模块    26
5.3.6 实验费用管理模块    27
第6章 系统测试    30
6.1 测试目的    30
6.2 测试用例    30
6.3 集成测试    31
第7章 结论    33
参考文献    34
致谢    36