门禁论文:监狱门禁网络管理平台的设计与实现.doc_第1页
门禁论文:监狱门禁网络管理平台的设计与实现.doc_第2页
门禁论文:监狱门禁网络管理平台的设计与实现.doc_第3页
门禁论文:监狱门禁网络管理平台的设计与实现.doc_第4页
门禁论文:监狱门禁网络管理平台的设计与实现.doc_第5页
已阅读5页,还剩1页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

门禁论文:监狱门禁网络管理平台的设计与实现【中文摘要】监狱门禁网络管理平台是一个由计算机软件、硬件以及外部设备组成并由计算机软件统一管理的综合平台。平台将硬件设备采集到的数据通过网络传输到服务器端,服务端经过对数据的加工后,将数据进行储存或实时显示。它具有实时监控各个门禁的开关状态、通过摄像机实时监控监区内的状态,并将监控记录保存在数据库中等功能。通过该系统大大降低了相关人员的工作强度,提高了监狱单位管理人员的工作效率。随着社会各行各业信息化速度的加快,监狱系统新增了许多现代化的智能设备,但是如何更加有效地使用和管理这些设备,降低员工的劳动强度,真正能够最大限度利用这些智能设备的功能,成为包括监狱单位在内的很多单位的一个难题。为解决这个问题,监狱门禁网络管理平台提供了一个有效地技术方案,并将智能化设备有效地统一起来,并且运用现代信息技术,全面更新监狱单位工作管理手段,建立现代监狱单位管理新模式。本文解决的关键问题有以下几个方面:第一、该平台将多种硬件设备的SDK开发包融合其中,通过平台软件调用这些开发包,实现了利用该平台对这些设备的远程控制,最大限度的发挥了硬件设备的功能,同时通过对这些设备的管理,高效准确的实现了监狱单位的信息管理。第二、系统将硬件设备采集到的数据通过网络传输到服务器端,服务端经过对数据的加工后,将数据进行储存或实时显示。它具有实时监控各个门禁的开关状态、通过摄像机实时监控监区内的状态,并将监控记录保存在数据库中等功能。第三、满足不同角色管理人员对需要的信息的查询。第四、实现平台通过外部设备提供的SDK对设备的远程监控、同时支持扩展上述类型的门禁设备和摄像头设备。第五、实现平台的子模块的低耦合性,便于平台以后根据实际需要进行功能扩展。【英文摘要】Prison Access Network Management Platform is a comprehensive platform composed by computer software, hardware, and peripheral equipment and managed by computer software. The platform will transfer the data collected by the hardware to the server through the network, and the server after processing these data will store and real-time display them. It has the ability to real-time monitor each access switch condition, real-time monitor the prison condition via the camera, and store those monitoring records into the database. With the help of this system, it will greatly reduce relevant personnel working strength, and improve the prison unit management efficiency.With the rapid informationization of all walks of life, the prison system has added many modern intelligent devices, but how to more effectively use and manage this equipment, reduce employee labor intensity and really be able to make the best use of these intelligent devices has become a problem of a lot of units. In order to solve this problem, the Prison Access Network Management Platform provides an effective technical scheme and effectively integrates these intelligent devices, updates prison unit work management methods using modern information technology, and sets up a new management mode of modern prison unit.This paper will solve the following key problems:1. This platform merges a variety of hardware device SDK and realizes the remote control over these devices via these kits, having these hardware devices function to the utmost extent. Meanwhile, by managing these devices, we realize the efficient management of the prison unit.2. The platform will transfer the data collected by the hardware to the server through the network, and the server after processing these data will store and real-time display them. It has the ability to real-time monitor each access switch condition, real-time monitor the prison condition via the camera, and store those monitoring records into the database.3. The system satisfies managers of different roles with needed information query.4. The platform realizes the remote monitoring through SDK provided by external devices, and at the same time supports expanding the type of access equipment and camera equipment.5. The platform realizes the weak coupling of the platform submodules, making it easier to add functions according to the actual demand.【关键词】门禁 平台 考勤 监控【英文关键词】entrance guard platform attendance monitoring【目录】监狱门禁网络管理平台的设计与实现摘要10-11ABSTRACT11-12第1章 绪论13-181.1 系统开发背景13-141.2 国内外主要研究实现14-151.3 系统解决的主要问题15-161.4 本文的主要工作161.5 本文的组织结构16-18第2章 系统概述及需求分析18-322.1 总体业务描述18-202.2 系统目标和解决的问题20-222.2.1 平台目标20-212.2.2 平台用户管理212.2.3 平台设备管理21-222.3 平台业务需求分析22-262.3.1 入监流程22-242.3.2 出监流程24-262.4 平台功能需求分析26-322.4.1 系统设置子模块26-272.4.2 人员信息子模块27-282.4.3 门禁管理子模块28-292.4.4 视频管理子模块29-302.4.5 考勤管理模块302.4.6 设备管理模块30-32第3章 系统总体设计32-383.1 平台设计目标和原则323.2 平台总体设计32-383.2.1 逻辑结构设计32-333.2.2 整体结构设计33-343.2.3 模块结构设计34-38第4章 平台详细设计38-554.1 平台框架38-394.1.1 页面划分38-394.1.2 页面加载394.2 模块详细设计39-504.2.1 系统登录39-404.2.2 系统设置40-414.2.3 人员信息41-434.2.4 门禁管理43-454.2.5 视频管理45-464.2.6 考勤管理46-484.2.7 设备管理48-504.3 平台数据库设计50-554.3.1 业务层与数据库访问结构50-514.3.2 数据表设计51-55第5章 平台实现55-765.1 开发环境55-565.2 代码实现56-615.3 平台具体实现61-745.3.1 平台登陆界面61-

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论