智慧校园服务平台
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
湖南工业职业技术学院
毕业设计
课题名称基于安卓的智慧校园服务平台
的设计与实现
完成日期 2015 年 12 月 13
摘要
随着移动互联网高速发展,手机、移动智能终端设备在生活中有着越来越重要的地位。在高校推崇以人为本的今天,也逐渐重视“移动互联网”技术,以方便学校的教学管理,提升学校办学水平。学校也通过将“移动互联网”与教学管理相结合,巧妙地突破了时间、空间的局限,解决了教学管理工作的效率和成本问题。
本文根据高校智慧校园的需要实践,研究一个基于Android和iOS移动终端操作系统的智慧校园服务平台。论文重点在于研究APP技术在智慧校园的应用,主要包括以下几个重点内容:教务综合系统、院系介绍、新闻公告、虚拟校园、注册登录。
开发一个客户端App,首先要研究的技术问题是怎么实现客户端与服务器网络通讯。本文将研究如何使用AndroidasyncHttp实现访问HTTP访问服务器数据。本文还使用了AppCanIDE 3.2应用程序开发App,它可以实现一键打包发布Android和iOS的App应用程序,运用了HTML5和PHP编程语言、MySQL数据库来实现服务端,为客户端提供访问API的数据。
本文将就以上技术点做为重点研究内容,结合智慧校园的项目实践,从知识准备、需求分析、系统设计、系统实现、系统测试五个过程出发,逐一阐述如何实现一个移动智慧校园APP。
关键词:移动互联;智慧校园;操作系统;编程语言
ABSTRACT
With the rapid development of mobile Internet, mobile phones, mobile intelligent terminal equipment in the life has become more and more important position. In Colleges and universities to promote people-oriented today, but also gradually pay attention to the mobile Internet technology, to facilitate the school's teaching management, improve the level of school running. The school also through the combination of mobile Internet and teaching management, cleverly broke through the time and space limitations, to solve the problem of efficiency and cost of teaching management.
According to the needs of the digital campus in Colleges and universities, this paper studies a digital campus service platform based on Android and iOS mobile terminal operating system. This paper mainly focuses on the application of APP technology in the digital campus, including the following main contents: the educational administration system, the introduction of the faculty, the news announcement, the virtual campus, the registered login.
Development of a client App, the first to study the technical problem is how to achieve the client and server network communication. In this paper, we will study how to use AndroidasyncHttp to achieve access to the HTTP access server data. This paper also uses the AppCanIDE 3.2 application development App, which can achieve a key to package Android and App iOS application, the use of HTML5 and PHP programming language, MySQL database to achieve the server to provide access to API data.
This paper will focus on the above technology, combined with the project practice of digital campus, from the knowledge preparation, needs analysis, system design, system implementation, system testing five processes, one by one to achieve a mobile digital campus APP.
Keywords: online shopping, JSP, Oracle, HTML
目录
第1章前言............................................ 错误!未定义书签。
1.1 课题的背景、目的与意义...................................... - 1 -
1.1.1 课题的背景............................................ - 1 -
1.1.2 课题的目的............................................ - 2 -
1.1.3 课题的研究意义........................................ - 3 -
1.2 国内外现状.................................................. - 4 -
1.2.1 智慧校园的界定........................................ - 4 -
1.2.2 智慧校园的国外现状.................................... - 4 -
1.2.3 智慧校园的国内现状.................................... - 5 -
1.3 论文内容概括................................................ - 7 -
1.4 论文的组织结构.............................................. - 8 -
1.5 本章小结.................................................... - 8 - 第2章开发智慧校园平台的相关技术.................................... - 9 -
2.1 AppCan移动平台.............................................. - 9 -
2.1.1 AppCan核心优势....................................... - 9 -
2.1.2 AppCan SDK移动应用开发系统.......................... - 10 -
2.1.3 MBaaS 移动后端服务系统............................... - 11 -
2.1.4 APPCAN的安装步骤.................................... - 11 -
2.2 数据库技术................................................. - 12 -
2.3 HTML5 ...................................................... - 13 -
2.4 PHP语言.................................................... - 13 -
2.4.1 PHPEclipse 插件...................................... - 14 -
2.5 本章小结................................................... - 15 - 第3章智慧校园的需求分析........................................... - 16 -
3.1 智慧校园的特征............................................. - 16 -
3.2 智慧校园的功能............................................. - 16 -
3.3 智慧校园的需求分析......................................... - 17 -
3.3.1 智慧校园移动信息化解决方案........................... - 17 -
3.3.2 智慧校园的规划与设计方案............................. - 17 -
3.4 系统开发需求............................................... - 19 -
3.4.1 总体功能流程......................................... - 19 -
3.4.2 总体功能需求分析..................................... - 20 -
3.5 需求原理及设计............................................. - 21 -
3.5.1 登录页面需求......................................... - 22 -
3.5.2 主界面需求........................................... - 22 -
3.5.3 我的大学界面需求..................................... - 22 -
3.5.4 社团平台界面需求..................................... - 23 -
3.5.5 生活服务界面需求..................................... - 23 -
3.5.6 个人信息界面需求..................................... - 23 -