摘 要
随着移动互联网的发展,移动智能终端设备在人们工作生活中起着越来越重要的作用。在人们日常学习和工作中经常需要快速高效地记录许多信息,然而传统的记录方式已经满足不了这种需求,因此开发一款能够便捷、高效运行在移动智能终端设备上的博客小程序变得很有必要。
互联网越来越普及的今天,信息在人家的人常生活中占据了非常重要的地位,网站信息个人博客系统是互联网上一种表达自己内心想法,发表自己对某一件事物的看法和言论的工具。本文开发实现的博客小程序 集多种功能于一体, 在实现信息记录基本能的基础上,还实现了用户安全验证、信息云备份等功能。小程序通过在客户端设置密码,实现启动验证功能,保障了用户信息的安全性;能够支持文本、清单、图片、语音多种信息类型的记录与备份,实现了记录信息类型的多样性;实现信息云备份功能,用户能够根据需要关闭或打开云备份功能,将信息备份至云端服务器。该小程序具有一定的创新性和应用价值,能有效地帮助人们提高记录效率,为人们的工作生活提供了方便。
关键词:微信;小程序博客;发展现状;个人博客;生活记录.
ABSTRACT
With the development of mobile Internet, mobile intelligent terminal devices play an increasingly important role in people's work and life.Many information is often needed to record quickly and efficiently in people's daily study and work, but traditional recording methods can no longer meet this demand, so it becomes necessary to develop a blog applet that can run easily and efficiently on mobile smart terminal devices.
Today, when the Internet is becoming more and more popular, information occupies a very important position in people's daily life. Website information personal blog system is a tool on the Internet to express their inner thoughts and express their opinions and comments on a certain thing.The blog applet developed in this paper integrates various functions. On the basis of realizing the basic ability of information recording, user security verification, information cloud backup and other functions are also realized.By setting the password on the client, realize the security of user information, can support the recording and backup of text, list, pictures and voice, realize the diversity of recording information types; realize the information cloud backup function, the user can turn off or open the cloud backup function, backup the information to the cloud server.The small program has a certain innovation and application value, can effectively help people to improve the record efficiency, to provide convenience for people's work and life.
.
Keywords: WeChat; Small program log; Development status; Personal diary; Life record.
目录
1 引言
1.1 小程序简介
1.2 研究背景
1.3 国内外现状
1.4 主要采用的技术
2 需求分析
2.1 可行性分析
2.1.1技术可行性:
2.1.2运行可行性:
2.1.3 微信小程序的现状
2.1.4小程序的进入方式
2.2 SWOT分析
2.2.1 优势Strenths
2.2.2 劣势Threats
2.2.3 机会Opportunities
2.2.4 威胁Threats
2.2.5 前景预测
2.3 微信小程序定制开发功能设计
2.4 游戏需求:
2.4.1 2048游戏算法
3 系统设计
3.1小程序功能分析
3.1.1 算法
3.1.2难点
3.1.3视图实现
3.1.4逻辑实现
3.2 E-R流程图:
3.3 游戏主界面
4 系统实现
4.1游戏页面代码4x4.WXML
4.2 小程序触摸方向核心代码4x4.js
4.3 小程序构建矩阵代码grid.js
4.4 小程序创建棋盘game_manager.js
4.5主页排行榜rank.wxml
结束语
致 谢
参考文献
附录
1 微信开发者平台
(1) 微信开发者工具的概览
(2) 开发指南