随着移动设备的使用越来越普遍,对于不同的操作系统、同一操作系统的不同设备, 原生应用都需要重新开发,显然这种开发方式已经不适用。开发一套代码就可以适应不 同操作系统、屏幕大小已经变得非常迫切。本文中的智能柜管理系统,摒弃了原生应用 开发方式,借助 jQuery Mobile 的事件函数,通过事件驱动方式开发。其采用 jQuery Mobile 框架和 PhoneGap 平台作为主要开发工具,通过网页调试方法在 PC 端 Chrome 调试。为了 验证事件驱动的智能管理 APP 系统的性能,本文搭建了安卓系统 4。4。2 开发环境,采用 eclipse 集成 SDK+ADT 开发系统,最后将网页代码注册打包生成移动端安装文件,实现了 移动应用的跨平台、跨设备功能。78752
关键词 智能枪弹柜管理系统 事件驱动 跨平台 jQuery Mobile PhoneGap
Title The app of intelligent cabinet management based on event driven
Abstract
With the use of mobile devices becoming more and more general,native applications need to be re-developed so that it can be adapted to different operating systems or different devices with the same operating system。Obviously,this development mode is not applicable。The demand of developing an application which can be adapted to various of operating systems and screen sizes has become more and more urgent。 In this paper,we abandon the traditional native application development approach,using jQuery Mobile’s event function。We use jQuery Mobile framework and PhoneGap platform as main development kits,and debug Chrome on PC by webpage。To validate the performance of this event driven intelligent management application,we build Android 4。4。2 development environment,using eclipse to integrate SDK and ADT。Finally,we pack and register the code to installation files to achieve the function of cross platform and cross equipment。
Keywords intelligent cabinet and bullets management system event driven cross platforms jQuery Mobile PhoneGap
本科毕业设计说明书 第 I 页
目 次
1 绪论 1
1。1 选题背景及意义 1
1。2 课题关键技术 2
1。4 本文组织结构 5
1。5 本章小结 6
2 需求分析 7
2。1 系统功能性需求 7
2。2 系统非功能性需求 8
2。3 需求获取 9
2。4 软件需求评测 15
2。5 本章小结 15
3 系统设计