登录

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

注册

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

找回密码

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

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

 2021-04-15 10:04  

摘 要

随着城市化的高速发展,每个城市的交通流量也变得越来越大,随之就会有大量的公路隧道建成,然而这些隧道的安全问题是首要问题。隧道智能监控系统可以成功解决隧道的安全问题,整个监控系统保证了隧道内部能够在人的监控之下顺利运行流通。同时,这个隧道监控系统会需要很多的监控设备,为了保证这些设备的正常运作,需要及时更换修理老旧损坏的设备,这些工作可以用一个管理系统来进行操作。

本文中所研究的管理系统是一个基于隧联网的设备管理系统,主要用于对监控设备的管理。系统主要包括两个大功能模块,合同管理和设备管理,合同管理主要是对引进的监控设备所需要的相关合同进行管理,比如包换期限、保修时间等都会在合同里面体现,我们需要对合同进行管理,防止丢失损坏;设备管理就是对监控设备的引进、更换、存储等进行管理,在合同管理和设备管理功能之下都设有四个子功能:查询、添加、编辑和删除。只要将合同和设备的相关信息入档管理系统即可,摆脱了传统的手动管理,在人力、物力和财力的消耗方面都会有很大的降低。本文系统的开发平台使用的是eclipse,编程语言使用Java、css和HTML语言,数据库使用MySQL,使用的技术有JSP和status等,架构方面是采用的经典的三层架构模式:表现层(UI)、业务逻辑层(BLL)、数据访问层(DAL),用于实现系统高内聚低耦合的要求。

关键词:隧道监控设备;管理系统;MySQL;三层架构

Abstract

With the rapid development of urbanization, the traffic flow in each city has also become larger and larger. As a result, a large number of road tunnels will be built. However, the safety of these tunnels is the most important issue. The tunnel intelligent monitoring system can successfully solve the tunnel security problem. The entire monitoring system ensures that the tunnel can be smoothly operated and circulated under the supervision of people. At the same time, this tunnel monitoring system will require a lot of monitoring equipment. In order to ensure the normal operation of these devices, it is necessary to replace and repair old and damaged equipment in time. These operations can be performed by using a management system.

The management system studied in this paper is a device management system based on the tunnel network, which is mainly used for the management of monitoring equipment. The system mainly consists of two major functional modules, contract management and equipment management. The contract management mainly manages the related contracts required for the imported monitoring equipment. For example, the replacement period and warranty time will be reflected in the contract. We need to Management is performed to prevent loss and damage; equipment management is the management of the introduction, replacement, and storage of monitoring equipment. There are four sub-functions under the contract management and equipment management functions: query, add, edit, and delete. As long as the contract and equipment related information into the file management system can get rid of the traditional manual management, in terms of human, material and financial resources will be greatly reduced. The development platform of this article uses eclipse. The programming language uses Java, css, and HTML languages. The database uses MySQL. The technologies used include JSP and status. The architecture is a classic three-tier architecture: the presentation layer (UI). The business logic layer (BLL) and the data access layer (DAL) are used to implement high cohesion and low coupling requirements of the system.

Keywords: Tunnel Monitoring Equipment;Management System;MySQL;Three-tier architecture

目 录

中文摘要和关键词....................................................I

英文摘要和关键词...................................................II

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

1.1 项目背景及意义..............................................1

1.2 国内外研究现状..............................................3

1.3 本文结构....................................................4

第2章 相关技术介绍.................................................5

2.1 前端网页技术................................................5

2.1.1 HTML(HyperText Markup Language).............................5

2.1.2 CSS(Cascading Style Sheets)层叠样式表.....................6

2.1.3 JavaScript....................................................6

2.2 JSP动态网页技术.............................................7

2.3 MVC设计模式.................................................8

第3章 系统需求分析.................................................9

3.1 系统功能性需求分析..........................................9

3.2 系统非功能性需求分析.......................................10

3.3 系统可行性分析.............................................12

第4章 系统设计与实现..............................................14

4.1 功能模块设计...............................................14

4.1.1 登录模块.............................................15

4.1.2 合同管理模块.........................................16

4.1.3 设备管理模块.........................................18

4.2 数据库设计.................................................19

4.2.1 数据库对象...........................................19

4.2.2 数据库表.............................................20

4.3 系统建模设计...............................................20

4.3.1 流程图设计...........................................20

4.3.2 E-R图设计............................................23

4.4 系统实现...................................................24

第5章 系统测试....................................................26

5.1 黑盒测试...................................................26

5.2 白盒测试...................................................27

第6章 总结与展望..................................................31

参考文献...........................................................33

致谢...............................................................34

第1章 绪论

由于现在的交通流量增长以及交通所运输的物品变得更加复杂,使得隧道的安全性存在一定的风险。建立隧道智能监控系统,可以给人们提供一个高质量、可靠的交通环境,很大程度上降低了隧道事故给人们的生命和财产安全带来的威胁。然而隧道的监控系统会需要很多的监控设备,这些监控设备的安全系数是需要我们时刻去注重的。设备不能太老旧、不能损坏、更不能缺失,这就需要随时引进并更换监控系统中老旧、损坏的设备,填补缺失的监控设备以及添加一些新的设备,以确保整个隧道都在监控系统之下安全运行。与此同时,需要开发一个设备管理系统,来对我们的隧道监控设备的引进、更换等进行管理。所以,本文就是就设计的一个基于隧联网的设备管理系统介绍其设计的技术方案及相关的开发流程等。

1.1 项目背景及意义

随着社会网络化的快速发展,虚拟化的互联网以及物物相连的物联网都已成为我们生活不可或缺的一部分,我们每天都置身于网络化世界当中,包括我们的衣食住行都是与网络息息相关。物联网应用在交通领域就被称为隧联网(Tunnels Internet)。城市化的进步离不开城市道路的发展,而很多的道路需要在地下开通,于是城市道路隧道也随之遍布整个城市。但是往往隧道的安全问题又被加大了难度,非常难控制,人们的生命和财产安全收到了很大的威胁。所以隧道需要隧道监控系统来实时对隧道内部的情况进行监控管理,为人们的出行营造一个安全的交通环境。隧道的监控系统会需要很多的监控设备,这些监控设备的安全系数是需要我们时刻去注重的。隧道监控系统所涉及的设备主要有:摄像头、通风设备、照明设备、电话设备、灭火器以及一些线路设备等。这些设备不能太老旧、不能损坏、更不能缺失,这就需要我们随时引进并更换监控系统中老旧、损坏的设备,填补缺失的监控设备以及添加一些新的设备,以确保整个隧道都在监控系统之下安全运行。需要有一个设备管理系统来对这些流程进行相应的管理。

构建该设备管理系统的意义:

1.城市隧道监控系统一般会包括以下的系统:

(1)中央控制系统

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

企业微信

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