大型设备运维管理平台系统的设计实现分析分解 下载本文

内容发布更新时间 : 2024/5/20 10:19:46星期一 下面是文章的全部内容请认真阅读。

基于web的大型设备运维管理平台系统

摘 要

21世纪是信息时代,随着计算机与互联网的不断普及,网上作业逐渐成为主流。科学技术的不断发展使得工厂中的大型设备与日俱增。而大型设备的管理问题也日渐提上日程。科学、快捷、简便的大型设备运维管理方式必将成为主流。本系统是一个基于web的大型设备运维管理平台系统,它通过web与数据库的链接使得大型设备的运维管理更加便于管理。通过电脑操作使得工厂可以通过极少的资源达到准确、快捷的管理,解放了大量的生产力,避免了许多人为管理造成的损失等。

本文主要介绍了在ASP.NET和SQL Server2005的环境下,设计和实现基于web的大型设备运维管理系统的主要步骤。本文按照设计与实现流程进行介绍,包括系统的可行性分析、需求分析以及系统的主要设计步骤。主要设计步骤包括前台以及后台数据库的逻辑设计等。此外还包括系统实现和测试的展现以及对开发过程的总结和经验。

大型设备运维管理系统是一个典型的信息管理系统(MIS),本系统是一个为适应对学校大型设备运维管理的迫切需求而设计开发的软件系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面,经过分析和比较,我们决定使用ASP和SQL作为开发工具,利用其提供的各种面向对象的开发手段,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,真到形成用户满意的可行系统。

关键词:ASP;SQL;大型设备;信息管理系统

Large-scale Equipment Operation and

Maintenance Management System Based on Web

ABSTRACT

Laboratory equipment managements system is a typical management information system (MIS), the system is a software system that adapts to the urgent need of management of laboratory equipments to school, the development including two aspects, one is the establishment and maintenance of the background database , the other is the development of fore-end application. After analysis and comparison, we decide to use ASP and SQL as the development tools, use various object-oriented development tools. Especially the data window , an intelligent database objects which can control the database conveniently and simple. First establishes application system prototype in a short period of time, and then, carries out the need iteration on the initial prototype system, constantly revised and improved, till to the viable system that the users satisfy.

Keywords: ASP ; SQL ; Laboratory Equipment ; Information Management

System

目 录

第一章 绪 论 .................................................... 5

1.1研究背景 .................................................... 5 1.2 系统开发目的及意义 ........................................ 5 1.3 相关技术介绍 ............................................... 6

1.3.1 Asp技术 ............................................ 6 1.3.2 SQLServer2005 ...................................... 7

第二章 可行性分析 .............................................. 9

2.1 引言 ....................................................... 9 2.2 目的和意义 ................................................. 9 2.3 可行性分析 ................................................. 9

第3章 需求分析 ................................................ 10

3.1 引言 ...................................................... 10 3.2系统功能划分 ............................................... 10 3.3 数据字典 .................................................. 10 3.4数据流图 ................................................... 10 3.5运行需求 ................................................... 11

3.5.1 最低配置 ............................................ 11 3.5.2 建议配置 ............................................ 11

第4 章 概要设计 ............................................. 12

4.1 总体机构图 ............................................... 12

第5 章 详细设计 .............................................. 13

5.1 系统功能流程图 ............................................ 13 5.2 数据库设计与实现 .......................................... 14

5.2.1 实体模型 ............................................ 14 5.2.2 E-R模型 ............................................. 14 5.2.3 数据库的逻辑设计 .................................... 15

第6 章 系统实现 ............................................. 17