摘 要
微信小程序是时下火热的应用,微信庞大的用户基数为微信小程序的发展奠定基础,微信小程序作为轻型应用很可能会是未来移动互联网应用的主要形式。日常生活中,天气信息决定着人们的着装,运动,出行等许多方面,用户需要有便捷获取天气信息的平台。为此设计一款基于微信小程序开发的天气小管家平台。平台具有查询并展示本地天气信息和全国天气信息并根据天气状况为用户提供生活建议的功能。平台利用Java搭建后台,使用微信web开发者工具进行前台的搭建,前后台通过JSON数据交互。经过测试表明,该系统可以有效地满足用户需求。
本文首先说明了微信小程序的优势与意义,然后从界面设计、功能模块和整体实现三个方面进行了分析。希望通过该研究,为气象信息服务建设作出贡献。手机端小程序客户端开发软件选择为微信Web开发工具,服务端以Eclipse为开发工具,mysql为数据库软件,采用基于Web的JSP技术和B/S结构。利用JSP,HTML进行网站总体风格、界面的设计与开发,利用SSM框架进行实际的程序开发,对后台数据库进行操作。
关键词:天气预报;小程序;微信;Java;SSM
Abstract
WeChat Mini Program is a hot application, WeChat's huge user base for the development of WeChat Mini Program, WeChat Mini Program as a light application will likely be the main form of mobile Internet applications in the future. In daily life, weather information determines people's dress, sports, travel and many other aspects, users need to have a convenient access to weather information platform. To design a WeChat Mini Program based on the development of weather butler platform. The platform has the function of querying and displaying local weather information and national weather information and providing users with life advice according to weather conditions. The platform uses the Java to build the background, uses the WeChat web developer tool to build the front desk, the front and back through the JSON data interaction. After testing, the system can effectively meet the needs of users.
This paper first explains the advantages and significance of WeChat Mini Program, and then analyzes it from three aspects: interface design, function module and overall implementation. We hope to contribute to the construction of meteorological information service through this study. The mobile phone Mini Programs client development software is selected as the WeChat Web development tool, the server takes the Eclipse as the development tool, the mysql as the database software, adopts the Web based JSP technology and the B/S structure. The JSP,HTML is used to design and develop the overall style and interface of the website, and the SSM framework is used to develop the actual program and operate the background database.
Keywords: weather forecast; Mini Programs; WeChat; Java;SSM
目 录
摘 要
Abstract
第1章 绪论
1.1课题研究背景及意义
1.2国内外研究动态
1.2.1国外发展现状
1.2.2国内发展现状
1.3论文研究的主要内容
1.4论文组织结构
第2章 系统关键技术
2.1 MVC模式
2.2 微信小程序平台
2.2.1 微信小程序特性
2.2.2 微信小程序系统架构
2.2.3 微信小程序的常用基本组件
2.3本章小结
第3章 系统分析
3.1系统设计目标
3.1.1设计目标
3.1.2设计原则
3.2系统需求分析
3.3性能分析
3.4本章小结
第4章 系统设计
4.1程序设计
4.1.1用户界面设计
4.1.2程序模块设计
4.1.3程序开发
4.2系统总体架构设计
4.2.1基于MVC的系统架构设计
4.2.2视图层设计
4.2.3模型层设计
4.2.4控制层设计
4.3本章小结
第5章 系统实现
5.1系统开发环境以及设计思路
5.2系统关键技术实现
5.2.1数据存储
5.2.2 Files
5.3系统功能模块实现
5.4系统界面的实现与展示
5.5本章小结
第6章 系统测试
6.1系统测试方法介绍
6.2系统部分功能模块测试
6.3系统部分性能测试
6.3.1指标定义
6.3.2测试结果记录
6.3.3测试结论
6.4本章小结
第7章 总结与展望
7.1总结
7.2未来展望
参考文献
致 谢