基于HTML5移动终端平台推送信息系统设计与实现

上传人:新** 文档编号:503677777 上传时间:2023-12-18 格式:DOC 页数:50 大小:1.30MB
返回 下载 相关 举报
基于HTML5移动终端平台推送信息系统设计与实现_第1页
第1页 / 共50页
基于HTML5移动终端平台推送信息系统设计与实现_第2页
第2页 / 共50页
基于HTML5移动终端平台推送信息系统设计与实现_第3页
第3页 / 共50页
基于HTML5移动终端平台推送信息系统设计与实现_第4页
第4页 / 共50页
基于HTML5移动终端平台推送信息系统设计与实现_第5页
第5页 / 共50页
点击查看更多>>
资源描述

《基于HTML5移动终端平台推送信息系统设计与实现》由会员分享,可在线阅读,更多相关《基于HTML5移动终端平台推送信息系统设计与实现(50页珍藏版)》请在金锄头文库上搜索。

1、题目:基于HTML5移动终端平台推送信息系统设计与实现摘 要 目前,移动客户终端的开发设计正处于兴盛时期,当前的移动客户终端的操作系统种类较多,但是主要的操作系统主要有IOS和安卓系统两类,应用程序的开发者通常是需要对这些操作系统分别进行应用程序的设计,因此,跨平台移动技术的开发以及应用便成为了今日热门的研究对象,怎样能够有效的提高开发的效率就成为值得研究的课题。传统的开发程序中往往是需要对每一款操作系统分别进行开发,导致经常出现重复性的工作,因此利用Web平台进行跨平台性的中间件诞生,但是在性能上经常是有着一定的局限性。跟随着目前互联网技术的不断发展,人们在信息获取的途径上也变得愈加丰富,移

2、动客户终端以成为现如今人们生活信息的主要来源。怎么样能够高速有效的进行信心推送在移动客户终端上便成为了重要的研究方向。信息的推送技术早已存在,移动互联网以及智能移动客户终端普及之前,信息推送技术便已经应用在互联网PC个性化制定信息等业务环境中。IOS以及安卓操作系统都各自有着特有的推送机制。可是,如果使用跨平台的开发方式,目前对于移动客户端的信息推送机制怎么在跨平台框架中实现,使用统一的客户端服务器对各类的移动终端的操作系统进行信息的推送还是缺少相应的研究。 为使用户能在移动客户终端上有着较好的体验,本文提出了基于移动客户终端风格展示设计,此设计基于扁平化、相应式、流式布局的风格进行实现的,在

3、技术上主要是是依靠CSS3和HTML5提供了多个的主题风格,服务器端以及移动客户终端相互之间使用了轻量级的数据格式JSON。在设计中使用Web应用经过PhoneGap和移动平台进行无缝连接。 在服务器端使用的是JavaEE框架框架技术,基于切面编程的思想进行设计整合,框架的构建中层次分明。内容管理系统中主要实现的功能是基于HTML5实现不同的页面相应,实现内容管理界面之间的全屏访问。信息推送服务主要是针对不同平台使用了不同的推送标方案,推送的策略主要是是基于用户和主题,用户能够制定出比较喜欢的主题,服务器端也能够按照用户的预览内容进行记录得到用户偏爱的主题,主动的向用户进行推送。 关键词:HT

4、ML_5、移动应用 、 推送系统、 跨平台AbstractAt present, the development and design of the mobile client terminal is in a period of prosperity, the mobile client terminal of the current operating system types, but the operating system there are mainly two kinds of IOS and Android systems, application developers oft

5、en need design into the application of these operating system so that cross platform mobile technology the development and application has become a hot research object of today, how to effectively improve the efficiency of development has become a topic worthy of study. The traditional development p

6、rogram is often required for each operating system were developed, leading to frequent repetitive work, so the use of Web platform for cross platform middleware was born, but the performance is often limited. With the continuous development of the Internet technology, people have become more and mor

7、e abundant in the way of information acquisition, and the mobile client terminal has become the main source of peoples life information. How to effectively carry out the confidence in mobile client terminal has become an important research direction. Information push technology already exists, befor

8、e the popularity of mobile Internet and smart mobile client terminals, information push technology has been applied in the Internet PC personalized information and other business environment. IOS and Android operating systems have their own unique push mechanism. However, if the use of cross platfor

9、m, the mobile client information push mechanism how to achieve cross platform framework, the mobile terminal operating system using a unified client server for all kinds of information push or the lack of corresponding research. As the user can have a good experience in the mobile client terminal, t

10、his paper proposes the mobile client terminal display style design based on this design, based on the flat, and the corresponding flow layout style to achieve, in technology is mainly rely on CSS3 and HTML5 provides a number of themes, server and the mobile client terminal uses a lightweight JSON da

11、ta format between. In the design of the use of Web applications through PhoneGap and mobile platform for seamless connection. In the server side is the use of JavaEE framework technology, based on the idea of programming to carry out the integration of design, the framework of the construction of a

12、clear. Content management system to achieve the main function is based on HTML5 to achieve different pages corresponding to achieve full screen access between the content management interface. Information push service is mainly for different platforms using different standard push, push strategy is

13、the main theme and the user based on the user can develop a more love theme, the server can record user preferences in accordance with the theme preview the contentof the user, the initiative to the user push. Keywords: HTML_5, mobile application, push system, cross platform 目 录第一章 绪论71.1 研究背景与研究意义7

14、1.2 国内外研究现状81.2.1 移动终端系统研究现状81.2.2 跨平台移动应用发展现状81.2.3 HTML5研究现状91.3 本文研究内容101.4 本文组织架构11第二章 相关核心技术介绍112.1 HTML5技术介绍112.1.1 HTML5 简介112.1.2 HTML5 新特性112.1.3 HTML5 应用前景122.2 PhoneGap介绍132.3 JavaEE技术142.4 本章总结 16第三章 移动客户端设计及实现173.1 移动端风格设计173.2 移动端内容展示设计213.3 数据交互的实现263.3.1 JSON数据格式263.3.2 客户端跨域请求方案273.

15、4 基于PhoneGap跨平台移动端实现293.4.1 PhoneGap平台构建293.4.2 PhoneGap跨平台应用313.5 本章小结32第四章 推送系统设计和实现324.1 系统服务端设计实现324.1.1 表现层设计与实现324.1.2 业务逻辑层设计与实现344.1.3 持久层设计与实现354.2 内容管理系统设计与实现364.3 管理界面设计414.3.1 管理界面设计分析414.3.2 管理界面设计风格424.3.3 管理界面响应设计434.4 本章小结45第五章 推送服务设计455.1 推送信息技术分析及设计465.1.1 安卓系统推送465.1.2 IOS系统推送475.2 推送信息策略分析475.3 推送信息服务的实现485.3.1 推送信息流程485.3.2 推送信息服务核心程序495.4 本章小结50第六章 总结与愿望516.1 本文总结516.2 研究展望51第一章 绪论1.1 研究背景与研究意义当今国内的互联网行业的发展呈现出全新状态,传统形式的互联网已成饱和趋势,而正在崛起的正式发展飞速的移动互联网。根据前瞻产业研究院所公布的数据显示,目前在国内使用移动客户端进行互联网访问的用户已经超过五亿。而且随着移动终

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 商业/管理/HR > 商业计划书

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号