登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 软件工程 > 正文

基于web的设备管理系统的设计与实现毕业论文

 2021-10-06 12:10  

摘 要

本毕业设计主要是研究基于Web的设备管理系统,近年来,随着技术的不断发展以及计算机网络的逐步推广,众多领域的发展已经与计算机技术不可分离。而现在社会上的许多公司,对自身的设备管理并没有保持重视[12]。但是大多是都只是简单的对现有的设备使用登记在册,收归档案等方法。而在城市运作的所有环节中,城市隧道监控设备的管理更是重中之重。很多设备的信息管理手段不完善,信息登记有缺漏,从而影响了工作效率,产生了很多交通方面的事故隐患。因此,一个完善的可以实现设备管理明确化、现代化、简单化的系统是必不可少的。

本文首先介绍了现今社会上在城市隧道监控设备方面管理的不完善从而引发的交通隐患和事故,指出了本次毕业设计的选题背景。以此为研究背景为前提,提出设计一个城市隧道监控设备系统的解决方法,进而提出相应的设备管理的需求分析,从而更好地服务于本次毕业设计。

在需求分析中,通过对比当前城市隧道设备管理方法所造成的诸多不便之处以及使用了本系统之后所能达到的优化效率,从而突出本系统的便捷方便。然后根据需求分析,以及收集到的相关数据,指出系统的可行性分析。随后设计系统的功能结构图、工作流程图等处于系统设计阶段的内容。

然后开始系统设计相关流程的介绍。数据库的设计基于MySQL,使用excel表格设计出对应的数据库表,因为本次毕业设计的数据库必须要用到管理员与设备信息两个数据库,因此相对来说工作量还是相对适度的;随后是主界面的设计内容介绍,主界面的登录注册采用JSP和JavaScript编程,用户可以通过登录注册使用本系统;然后介绍设备信息管理的主界面,可以实现设备信息的查询、修改、添加、删除功能。最后是系统各个模块的编码设计以及测试用例介绍,以及对本系统设计过程中的问题及体会做一个总结工作。

关键词:设备管理,web,JSP,MySQL

Abstract

This graduation design is mainly about the equipment management system based on Web, in recent years, with the gradual promotion of technology and the continuous development of computer network, the development of many fields has and computer technology can not be separated. And now many companies in the society, for their own equipment management did not maintain the attention. But most of them are just simple to existing equipment use registered, reverted to the archives and other methods. And in all sectors of the city operation, the management of city tunnel monitoring equipment is top priority. A lot of equipment information management method is not perfect, registration information is missing, thus affecting the work efficiency, resulting in a lot of traffic As a result, a perfect system of equipment management can be made clear, modern, simple, and the system is essential.

In this paper, we first introduce the modern society in the urban tunnel monitoring equipment, management imperfect causing traffic hazards and accidents, and points out the background of this graduation design. This research background as the premise, put forward a city tunnel monitoring system design, and then put forward the corresponding equipment management needs analysis, and better service to the graduation design.

In the demand analysis, many inconveniences caused by comparing the current urban tunnel equipment management method and the system can achieve the optimization efficiency, thus highlighting the system is convenient and fast. Then, according to the needs analysis, and collected relevant data. It is pointed out that the analysis of the feasibility of the system. And then the design of the functional structure of the system, flow chart and system preview in the contents of the system design phase.

And start the process of the system design is introduced. Design of the database based on MySQL database, use Excel to design the corresponding to the contents of the database, because the graduation design of the database must use the administrator and equipment information database, so relatively workload is relatively modest, followed by the main interface design content, main interface login using JSP and JavaScript programming, the user can through registration and login using this system; and then introduces the main interface of the equipment information management, can achieve equipment information query, modify, add, delete function. Finally It is the system each module the code design as well as the test case introduction, as well as to this system design process problem and the experience to make a summary work.

Key words: equipment management, web, JSP, MySQL

目 录

第1章 设备管理系统概述 1

1.1 系统概述 1

1.2 选题背景 1

1.3 系统设计的目标 2

1.4 系统设计思想 2

第2章 系统分析 3

2.1 功能需求 3

2.2 性能需求 3

2.3 运行环境 3

2.4 可行性分析 4

2.4.1 背景 4

2.4.2 目标 5

2.4.3 条件、假定和限制 5

2.5 系统功能结构 5

2.6 系统工作流程图 6

2.6 系统逻辑功能结构 7

2.7 构建开发环境 8

第3章 系统设计 10

3.1 系统功能设计 10

3.2 数据库设计 11

第4章 系统实现 17

4.1系统公共模块 17

4.2 用户登录模块 17

4.3 主控制平台设计 18

4.4设备信息查询模块 18

4.5 设备信息录入模块 18

第5章 系统测试 20

5.1测试用例及测试结果 21

第6章 总结 24

参考文献 25

致 谢 26

第1章 设备管理系统概述

1.1 系统概述

本论文首先介绍了现今社会城市隧道设备管理方面的漏洞与不足,并由此阐述此次毕业设计的由来,进而提出设计一款基于web的设备管理系统;然后介绍了系统所要达成的目标及设计思想。

在这一前提之上,论文重点介绍了毕业设计题目的需求分析,对本系统的前景及应用做了一个较为细致的说明;紧接着,是这个毕业设计最为重要的技术基础介绍、概要设计重难点说明、系统详细设计阐述,通过运用JSP与MySQL相关知识,设计出一款简单合理、便于操作的web版管理系统。最后,总结此次毕业设计过程中遇到的问题,对毕业设计做出总结性的结语。

1.2 选题背景

随着现代科学技术的发展,现今社会交通便利越来越发达,各个国家在交通运输、城市地铁、公路隧道等交通领域的发展也越来越便捷高效,同时这些领域所涉及到的各方面的技术、设备、后勤也越来越繁琐。

据某些不完全准确的初步统计,全国公路通车里程已经超过160万千米,而相对更高级的公路更是已经又沿海地区逐渐向西南西北地域蔓延而来[1]。而近年来,随着各地城市争相快速发展的大趋势到来,城市公路的发展也越来越迅猛:普通公路、泊油路、高架桥、地铁、快速公交...仅以武汉为例,从2012年开始,武汉各处开始了公路大改造,各种道路兴建工程启动[1]。而在这一过程中,城市隧道在城市建设中所处的地位也越来越重要,相当之多的地铁隧道、公路隧道相继处在建设或已经投入使用当中。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图