{$cfg_webname}
主页 > 计算机 > JAVA >

基于安卓Android平台的剧院工程设备巡检管理信息系统设计(MySQL)

来源:56doc.com  资料编号:5D20593 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20593
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于安卓Android平台的剧院工程设备巡检管理信息系统设计(MySQL)(任务书,开题报告,论文12200字,程序代码,MySQL数据库)
摘  要
随着科技与经济的快速发展,人们越来越注重高品质的生活和高效率的工作方式。因此,移动互联网技术设备在最近几年得到了迅猛的发展,并飞速地运用于各行各业之中。同样,对于剧院工程设备的巡检过程来说,也需要进步与发展。过去,剧院的设备巡检过程都是采用的纸质的人工巡检方式,效率低而繁琐,且获取的数据的安全性和可靠性不能得到有效的保证。因此,研发一个用于移动设备中的工程设备巡检管理信息系统对剧院的巡检系统有着重要的意义。
本论文主要研究了基于Android平台的剧院工程设备巡检管理信息系统的整个分析、设计以及实现的过程。该系统设计的功能模块主要有五个,分别是日常巡检管理模块、设备运行值班管理模块、设备维修管理模块、演出档期查询模块和工作业务单查询模块。日常巡检模块主要用于对工程设备的日常巡检,定期记录设备运行状态。设备运行值班管理模块下有三个子模块,分别是值班运行管理、电量记录和值班日志等。设备维修管理模块包括维修单管理模块和年度合同单项管理模块。演出档期查询模块主要用于查询演出时工程设备的档期。工作业务单查询模块则是用于查询工程设备的业务工作单。详细内容请查看论文的正文部分。
本系统综合使用了Android、Java开发技术实现了基于C/S模型的客户端、服务器程序,后台使用MySQL来存取数据。服务器端通过与数据库的动态交互实现了动态查询与更新数据。
该系统由剧院巡检工作人员使用,支持离线与在线两种方式录入数据,有效提高了巡检的效率并保证了数据的及时性、完整性和安全性。经测试,该系统能够基本满足实际应用的需要。
关键词:剧院;工程设备;巡检;Android;C/S模型

Abstract
 With the rapid development of technology and economy, more and more people pay attention to the high quality of life and the efficient way of working. Therefore, more Internet device has enjoyed rapid development in recent years, among all industries and rapidly applied. Similarly, for the inspection process of theater engineering equipment, we also need to progress and development. In the past, the theater equipment inspection of process used to do paper-based manual inspection, which is inefficient and cumbersome, and the safety and reliability of the data obtained could not be effectively guaranteed. Thus, developed a project for mobile device inspection system of equipment inspection management information system to the theater is of great significance.
The thesis mainly studies the analysis, design and implementation process of the theater engineering equipment inspection management information system which based on Android platform. The system is designed for five main function modules, which namely daily inspection management module, the device running on duty management module, equipment maintenance management module, performance schedule query module and working business query module. Daily inspection module is mainly used for engineering equipment when in daily inspection, and regularly record the running state of the equipment. There are three sub modules under the device running on duty management module, respectively on duty operation management, record and log, and so on. Equipment maintenance management module includes a maintenance order management module and the annual contract management module. The performance schedule query module is mainly used for query the engineering equipment schedule at the show. Working business query module is used to inquire the working order of engineering equipment. For details, please view the body of the paper.
This system integrated use of the Android system, based on C/S model of Java development technology to achieve the client and the Server program, the background to access data by using MySQL. Through dynamic interaction, server and the database achieved dynamic query and update data.
The system can be used by the theater inspection staff, and supports both offline and online data entry, which effectively improve the inspection efficiency and ensure the timeliness, integrity and security. After testing the system can meet the needs of practical application.
Key Words:Theater; Engineering equipment; Inspection; Android; C/S model
系统分析
本项目设计是基于Android平台的工程设备巡检管理信息系统,以方便剧院工作人员对于工程设备巡检管理信息的记载。工程设备巡检系统主要是供剧院巡检工作人员来使用,能够完成巡检工作人员的登录,然后可以进行剧院工程设备日常巡检管理、工程设备运行值班管理、工程设备维修管理、演出档期查询和业务工作单查询等操作。
论文结构概述
论文描述了一个基于Android的工程设备巡检管理信息系统的研发方法。本论文结构简介如下。
第一章:绪论。介绍课题研究背景及意义,研究现状分析,确定了课题的预期目标,对整篇论文结构进行了介绍。
第二章:系统分析。对本系统的需求进行分析,确定系统的功能需求和性能需求。
第三章:系统设计。依据本系统的需求,进行系统的总体设计与详细设计,包括功能模块的设计、数据库结构设计、界面设计和核心技术解决方案。
第四章:系统实现。针对系统设计,分别实现各个模块。
第五章:结束语。总结毕业设计中实现的系统的优点与缺点。
 

基于安卓Android平台的剧院工程设备巡检管理信息系统设计(MySQL)
基于安卓Android平台的剧院工程设备巡检管理信息系统设计(MySQL)
基于安卓Android平台的剧院工程设备巡检管理信息系统设计(MySQL)
基于安卓Android平台的剧院工程设备巡检管理信息系统设计(MySQL)
基于安卓Android平台的剧院工程设备巡检管理信息系统设计(MySQL)


目  录
摘  要    I
Abstract    II
第1章 绪论    1
1.1 课题研究背景及意义    1
1.2 研究现状分析    2
1.3 课题预期目标    2
1.4 论文结构概述    3
第2章 系统分析    4
2.1 系统概述    4
2.1.1 总体概述    4
2.1.2 用例描述    5
2.2 功能需求    10
2.3 性能需求    10
第3章 系统设计    11
3.1 功能模块设计    11
3.2 数据库设计    12
3.3 界面设计    14
3.3.1 登录界面    14
3.3.2 主界面    15
3.3.3 日常巡检管理界面    15
3.3.4 值班运行管理界面    17
3.3.5 设备维修管理界面    17
3.3.6 演出档期查询界面    18
3.3.7 工作业务单查询界面    18
第4章 系统实现    19
4.1 界面的实现    19
4.2 主要功能的实现    20
4.2.1 数据库的连接与操作    20
4.2.2 服务器端servlet的实现与配置    24
4.2.3 Android中Activity间的数据交换    26
4.2.4 Android离线数据的保存    27
4.2.5 Android日期时间对话框的封装    33
第5章 结束语    35
参考文献    36
致谢    37

推荐资料