# Biosample_Library_System **Repository Path**: znengpan/Biosample_Library_System ## Basic Information - **Project Name**: Biosample_Library_System - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-08 - **Last Updated**: 2024-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Biosample_Library_System (生物样本库系统) 这里是一个在软件工程小学期内完成的生物样本库管理系统的基本样例
包括以下几个功能模块:
`样本入库`
`样本出库`
`库存管理`
`样本盘点`
`信息查询`
`样本采购`
`样本处置`
具体执行流程图如下
![image](https://github.com/Mr-strlen/Biosample_Library_System/blob/master/images/process_diagram.png) 系统使用使用基本SSM框架,eclipse+web组件作为开发ide,JRE 1.8,tomcat 8.5 ## 系统执行效果展示 ### 样本信息查询 点击导航栏中的样本管理 ![image](https://github.com/Mr-strlen/Biosample_Library_System/blob/master/images/demo03.png) 点击下拉框,选择样本信息管理中的信息查询,点击 ![image](https://github.com/Mr-strlen/Biosample_Library_System/blob/master/images/demo04.png) 默认显示所有样本库中的信息 ![image](https://github.com/Mr-strlen/Biosample_Library_System/blob/master/images/demo05.png) 点击下拉框,选择筛选条件 ![image](https://github.com/Mr-strlen/Biosample_Library_System/blob/master/images/demo06.png) 在搜索框中输入关键字(支持模糊查询),点击button提交 ![image](https://github.com/Mr-strlen/Biosample_Library_System/blob/master/images/demo07.png) 显示搜索到的数据库信息 ![image](https://github.com/Mr-strlen/Biosample_Library_System/blob/master/images/demo08.png) 若不存在相关记录,则显示空表 ![image](https://github.com/Mr-strlen/Biosample_Library_System/blob/master/images/demo09.png) ### 样本信息统计 点击导航栏中的样本管理 ![image](https://github.com/Mr-strlen/Biosample_Library_System/blob/master/images/demo10.png) 点击下拉框,选择样本信息管理中的信息统计,点击 ![image](https://github.com/Mr-strlen/Biosample_Library_System/blob/master/images/demo11.png) 默认显示根据样本名称统计的结果信息 ![image](https://github.com/Mr-strlen/Biosample_Library_System/blob/master/images/demo12.png) 点击下拉框,选择分组条件 ![image](https://github.com/Mr-strlen/Biosample_Library_System/blob/master/images/demo13.png) 点击button提交,显示搜索到的数据库信息 ![image](https://github.com/Mr-strlen/Biosample_Library_System/blob/master/images/demo14.png) ### 最后感谢组内各位这一个学期的辛勤努力!!!