- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于Android手机应用开发程序设计学生系统
作者姓名:彭应智
专业名称:11级通信工程
指导教师:李湘文 讲师
摘要
本文研究分析了Android平台的系统架构和组件模型,接着解析了Android新技术HTML5+。在此基础上,基于Android平台设计和开发手机快捷学生信息查询软件。本系统界面友好、操作便捷,具有良好的可扩展性和可维护性;系统经过测试,可以稳定运行,能够满足手机用户的基本需求。
本系统采用C/S架构,使用Java服务器,其中使用hibernate构建持久层,使用FastJSON对象编译成JSON利用ervlet向客户端发送。
端是使用新兴技术HTML5+书写使用HTML5+CSS+JS进行书写,HTML5+SDK编译可以同时Android平台APP和IOSAPP。
Abstract
Intelligent mobile phone with a step by step into the lives of ordinary people, it will become the main device to obtain information. Therefore, services of mobile phone will have great development space, fast query mobile phone software is one of them. The Android platform offers users very convenient and quick query function, which will provide quick query design and implementation of service provides a better platform. In addition, Android platform is basically free, so can effectively reduce the cost of software, finally let each user will be free to get information, but also contribute to the popularity of mobile phone quick query service.
This paper analyzes the system architecture and the component model of Android platform, and then analyze the new technology of Android HTML5+. On this basis, based on the Android platform design and development of mobile phone quick student information query system. The system has friendly interface, convenient operation, has good scalability and maintainability; system has been tested, can stable operation, to meet the basic needs of mobile phone users.
Keywords: Student system,Android,HTML5+
目录
摘要 I
Abstract II
目录 III
前言 - 1 -
1 简介 - 2 -
1.1 系统简介 - 2 -
1.2 安卓简介 - 2 -
2 技术概述 - 6 -
2.1 安卓端开发技术 - 6 -
2.1.1 HTML5+ - 6 -
2.1.2 Mui - 7 -
2.1.3 Ajax - 7 -
2.1.4 JS - 8 -
2.1.5 JSON - 10 -
2.2 Web服务器端开发技术 - 12 -
2.2.1 Servlet - 12 -
2.2.2 Hibernate - 14 -
2.2.3 Fastjson - 16 -
2.3 数据库技术 - 17 -
2.3.1 MySQL数据库 - 17 -
2.3.2 SQL - 18 -
3 学生系统分析与设计 - 19 -
3.1 需求分析 - 19 -
3.1.1 目标 - 19 -
3.1.2 需求陈述 - 19 -
3.1.3 ER图 - 19 -
3.1.4 数据字典 - 25 -
3.2 数据库设计 - 25 -
3.2.1 数据库需求分析 - 25 -
文档评论(0)