实验室设备管理系统毕业论文-实验室设备管理系统 联系客服

发布时间 : 星期一 文章实验室设备管理系统毕业论文-实验室设备管理系统更新完毕开始阅读75c4c19eb04e852458fb770bf78a6529647d3530

实验室设备管理系统(论文)

毕业设计(论文)

题 目: 实验室设备管理系统

学 院: ____________

专 业: __________________

员工姓名:班级/学号:__________________________

指导老师/督导老师: _____

起止时间:__________________________________

摘 要

1

实验室设备管理系统(论文)

学校实验室设备管理系统是典型的设备信息管理系统(EMIS),要求能为学校实验室管理提供信息化动态化的管理,方便学校实验室设备的管理工作,提高学校设备管理质量和使用效率。而且系统应符合设备管理的有关规定,包括机房的管理和使用记录、设备的管理及出入库记录、设备的维修和报废记录和设备的借用归还功能等。能满足日常工作的基本需要,并达到操作过程中的直观、方便、实用和安全等有关要求。

有鉴于简单操作和界面的可视化的优势。并借助于网络的优势。本系统采用Asp.Net语言,后端采用的是SQL Server 2000 数据库来完成实验室设备管理系统的设计与实现,通过数据操作模块能对本系统的相关信息进行各种操作,界面直观简洁。

关键字:Asp.Net;SQL Server 2000 数据库;实验室设备管理系统

Abstract

2

实验室设备管理系统(论文)

School laboratory equipment management system is a typical device information management system (EMIS), to provide dynamic management of information technology for the school laboratory management to facilitate the management of school laboratory equipment, improve the quality of school facilities management and efficiency of use. Moreover, the system shall comply with the relevant provisions of the Device Manager, including the engine room of the management and use of records, equipment management and storage of records, equipment maintenance and obsolescence of records and equipment to borrow the return of function. Able to meet the basic needs of daily work, and the intuitive operation, convenient, practical and safety-related requirements.

In view of the advantages of simple operation and interface visualization. With the advantage of the network. The system uses the the Asp.Net language, back-end is SQL Server 2000 database to complete the design of laboratory equipment management system, information on the system to perform various operations through data manipulation module, the interface is intuitive and simple.

Keywords: Asp.Net; Sql Server 2000 database; laboratory equipment management system

目 录

3

实验室设备管理系统(论文)

第1章 绪论 ................................................................................................................................6

1.1 选题的依据及意义 .......................................................................................................6 1.2 可行性分析 ...................................................................................................................7 1.3 课题研究的内容 ...........................................................................................................8 1.4 本文结构安排 ...............................................................................................................8 第2章 相关技术与开发工具 ...................................................................................................9

2.1 Asp.NET简介 ..............................................................................................................9 2.2 Asp.NET的安全性 ......................................................................................................11 2.3 SQLserver 2000简介 ..............................................................................................12 2.4 T-SQL语言介绍 ..........................................................................................................12 2.5 系统开发环境介绍 ......................................................................................................12 第3章 系统需求分析 .............................................................................................................13

3.1需求分析概述 ..............................................................................................................13 3.2 后台整体功能模块分析 .............................................................................................13 第四章 系统数据库设计 ...........................................................................................................15

4.1 数据库介绍 ...............................................................................................................15 4.2 数据库设计概述 .......................................................................................................15 4.3 概念结构设计 .........................................................................................................16 4.4 逻辑结构设计 .............................................................................................................17 4.5 物理设计 ...................................................................................................................19 4.6 数据库的实施 ...........................................................................................................19 4.7 数据库的运行及维护 .................................................................................................20 第5章 系统的设计与实现 .....................................................................................................21

5.1 系统后台设计要达到的目标 .....................................................................................21 5.2 系统总体设计分析 .....................................................................................................22 5.3 系统详细功能模块的设计与实现 ...........................................................................22

5.3.1 系统登录 ......................................................................... 错误!未定义书签。 5.3.2 系统管理 ......................................................................... 错误!未定义书签。

5.3.2.1 登录人信息管理 .................................................... 错误!未定义书签。 5.3.3 机房管理 ......................................................................... 错误!未定义书签。

5.3.3.1 机房信息管理 ........................................................ 错误!未定义书签。 5.3.3.2 机房使用记录管理 ................................................ 错误!未定义书签。 5.3.4 库房管理 ......................................................................... 错误!未定义书签。

5.3.4.1 设备基本信息管理 ................................................ 错误!未定义书签。 5.3.4.2 设备入库 ................................................................ 错误!未定义书签。 5.3.4.3 设备库存管理 ........................................................................................31 5.3.4.4 设备出库 .............................................................. 错误!未定义书签。1 5.3.4.5 设备出库记录 ........................................................ 错误!未定义书签。 5.3.4.6 设备维修记录 ........................................................ 错误!未定义书签。 5.3.4.7 借用设备 ................................................................................................31 5.3.4.8 设备借还记录 ...................................................... 错误!未定义书签。1 5.3.5 相关统计 .........................................................................................................31

5.3.5.1 机房使用率统计 ....................................................................................31 5.3.5.2 设备更新率统计 .................................................... 错误!未定义书签。

4