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

基于安卓Android剧院场务日常服务管理系统APP设计(MySQL)

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

基于安卓Android剧院场务日常服务管理系统APP设计(MySQL)(任务书,开题报告,论文11000字,程序代码)
摘  要
科技的飞速发展使得移动应用软件在人们生活中的使用已经越来越普遍。在各行各业中,移动软件办公的普及率在逐渐增高。对于剧院来说,开发一套完善的剧院综合业务管理平台不仅有很大的应用市场,也能促进剧院管理规范化,为文化产业的发展做出贡献。本论文设计实现的系统服务于剧院中的场务部门。该系统旨在代替传统纸质表格的数据记录方式,进而使用更为高效、可靠、方便的移动终端记录方式。
论文主要研究基于Android平台的剧院场务日常服务管理系统的设计与实现过程。系统的主要功能为场务日常服务数据的记录以及其查询。数据的记录是对工作人员定期的日常检查、化妆间检查、会议室使用、贵宾室使用以及参观接待服务记录等数据的保存。数据的查询是管理员查询工作人员的业务工作单完成情况和演出档期的查询等。
本系统运用Android开发技术实现客户端的编写以及Java Web技术实现服务器端的编写。在离线模式下使用SQLite数据库保存数据,后台使用的数据库为MySQL。
最终实现的系统可满足剧院场务部门的管理基本要求,这样不仅省去了剧院方保存纸质表格的麻烦,也提高了工作人员的工作效率。
关键词:剧院;场务;Android;巡检;信息管理系统。

Abstract
With the rapid development of science and technology, mobile application software has become more and more popular in people's life.In all walks of life, the popularity of mobile office software utilization rate is gradually increased. To the theatre, It’s not only have a very large application market ,but also can promote the standardization of the management of theatre ,contribute to the development of cultural industry to develop a set of the theatre integrated service management platform . In this thesis,It’s forthe field service departments of theatre , The aim is replacing traditional ways by paper, and the use of more efficient, reliable, convenient mobile terminal way to record.
This thesis is mainly based on the Android platform theatre field provided daily service management system design and implementation process.The main function of the system is to record the daily service data and its query.Recorded data is staff record daily inspection, make-up examination, meeting room, VIP room and visit reception service records and other data. Data query is the administrator query order completion and performance schedule query etc.
This system uses the Android development technology to achieve the client's preparation as well as the Web Java technology to achieve the server side of the preparation. In offline mode using the SQLite database to save the data, the background using the database for MySQL.
The system can meet the requirements of the management of the theatre department, which can solve the trouble of the form of the paper form and improve the efficiency of the staff.
Key Words:Theater; Field service; Android; Inspection;MIS.
本论文设计是基于Android平台的剧院场务日常服务管理系统,实现移动场务日常服务过程的信息化管理。具体功能包括:日常巡视管理、参观接待服务管理、会议室使用服务管理、演出档期查询、业务工作单查询、设备设施报修管理、琴房/乐器管理等。
具体的研究内容可以分为以下四个部分:
(1)搭建数据库。针对剧院场务系统的离线模式和在线模式的数据记录,使用不同的数据库。针对剧院场务系统的各个功能,设计与之对应的数据库表。
(2)完成Android移动客户端的设计。实现剧院场务客户端的数据上传、权限管理和数据查询等功能。
(3)服务器搭建。处理从剧院场务客户端传送过来的数据并做出相应的反馈。
(4)界面完善。剧院系统的各个功能实现后对剧院场务客户端界面进行优化。
各章节安排如下:
摘要:概述整篇论文。
第1章:绪论。介绍剧院信息化发展的背景、目的和意义,巡检系统的研究现状,提出了剧院场务系统的研究内容和论文结构。
第2章:系统分析与设计。详细说明剧院场务系统的功能需求、界面设计、数据库设计以及部分难点的技术解决方案。
第3章: Android客户端系统实现。本章介绍了剧院场务Android客户端中每一个功能的具体实现方法,具体包括剧院场务客户端的界面实现、数据记录方法、数据查询方式和服务器连接方式等。
第4章:服务器端系统实现。本章介绍了服务器端是如何处理从剧院场务客户端接收的数据和需要发送到剧院场务客户端的数据。
第5章:结束语。对本文工作的总结。
 

基于安卓Android剧院场务日常服务管理系统APP设计(MySQL)
基于安卓Android剧院场务日常服务管理系统APP设计(MySQL)
基于安卓Android剧院场务日常服务管理系统APP设计(MySQL)
基于安卓Android剧院场务日常服务管理系统APP设计(MySQL)
基于安卓Android剧院场务日常服务管理系统APP设计(MySQL)


目  录
第1章绪论    1
1.1研究背景及意义    1
1.2研究现状分析    1
1.3研究内容及论文结构    2
第2章系统分析与设计    4
2.1系统总体结构    4
2.2功能需求    5
2.2.1用例图    5
2.2.2活动图    6
2.3数据库设计    10
2.3.1SQLite数据库设计    10
2.3.2后台数据库设计    10
2.4界面设计    12
2.4.1登录界面    12
2.4.2工作人员界面    13
2.4.3管理员界面    15
2.5技术解决方案    17
2.5.1客户端与服务器数据交互    17
2.5.2服务器与数据库连接    17
2.5.3离线模式数据存储及上传    18
第3章 Android客户端系统实现    19
3.1界面实现    19
3.1.1登录界面    19
3.1.2工作人员界面    20
3.1.3管理员界面    23
3.2功能实现    24
3.2.1在线模式    24
3.2.2离线模式    28
3.2.3功能优化    30
第4章服务器端系统实现    32
4.1从客户端接收数据    32
4.2向客户端发送数据    34
第5章结束语    36
参考文献    37
致谢    38

推荐资料