{$cfg_webname}
主页 > 计算机 > 其他 >

基于微信小程序的日程管理系统的设计(XML+CSS+JAVASCRIPT)

来源:56doc.com  资料编号:5D20931 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20931
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于微信小程序的日程管理系统的设计(XML+CSS+JAVASCRIPT)(论文12000字,参考代码)
摘要:在当今这个互联网极度发展的时代,许多人抛弃了传统的纸质媒体记录个人的每天任务,选择了网上提供的各式各样的日程管理软件。但这类日程管理软件有的为了界面的美观而缺少了一定实用性,有的因为操作过程繁琐,导致用户体验很差。本文基于微信 WEB 开发者工具平台,实现了基于微信applet 的日程管理系统,结合传统的 MVC 三层架构,采用 XML+CSS++JAVASCRIPT 语言,使用 LEANCLOUD提供的数据库服务进行设计和开发,结合了用户的实际需求,实现了基本的日程的增删改查。用户仅需打开微信小程序,随时都可以新建自己的待办事项和随笔内容,此外,本微信小程序还提供录音播放功能,解决了用户在不方便记录的时刻,随时录音。所以本小程序不仅仅是是基于使用者的实际需求,而且在保证系统功能实现的基础上,美化了前端,有效的解决了用户的困扰。
关键词: 日程管理; 微信小程序;    MVC
Calendar Management System based on wechat applet
ABSTRACT: Nowadays,during the extreme development of the Internet, many people abandon the traditional paper media to record the daily tasks of individuals, and choose a variety of online calendar management software. However, some of these calendar management software lacks some practicability for the sake of the beauty of the interface, and some of them have poor user experience because of the tedious operation process. Based on Wechat WEB developer's tool platform, this paper realizes the schedule management system based on Wechat applet. Combining with the traditional MVC three-tier architecture, it uses XML+CSS++ JAVASCRIPT language, uses the database services provided by LEANCLOUD to design and develop, and combines the actual needs of users, realizes the basic schedule modification check. Users can create their own to-do items and essays at any time by simply opening the Wechat applet. In addition, the Wechat applet also provides recording and playback function, which solves the problem that users can record at any time when it is inconvenient to record. Therefore, this small program is not only based on the actual needs of users, but also on the basis of ensuring the realization of system functions, beautifying the front-end, effectively solving the user's problems. Keyword:Calendar Management; Wechat Applet;MVC
本文中的日程管理小程序,基于 win10 操作系统,基于微信开发者工具,采用 XML+CSS+ECMAScript 语言和 LeanCloud 提供的云存储服务进行设计和开发。
 

基于微信小程序的日程管理系统的设计(XML+CSS+JAVASCRIPT)
基于微信小程序的日程管理系统的设计(XML+CSS+JAVASCRIPT)
基于微信小程序的日程管理系统的设计(XML+CSS+JAVASCRIPT)
基于微信小程序的日程管理系统的设计(XML+CSS+JAVASCRIPT)


目 录
1.引言    1
2.开发工具和技术介绍    1
2.1 微信小程序简介    1
2.2 微信 web 开发者工具简介    2
2.3 LeanCloud 简介    2
3. 需求分析    2
3.1 功能模型    2
3.2 用例模型    3
4. 系统设计    6
4.1 概要设计    6
4.2 模块详细设计    7
4.2.1 用户操作流程    7
4.2.2 任务模块详细设计    8
4.3 数据库设计    9
4.3.1 数据库概念结构设计    9
4.3.2 逻辑结构设计    10
5. 系统实现    13
5.1 任务列表    13
5.2 任务新增    14
5.3 任务编辑    16
5.4 任务删除    17
5.5 任务完成    18
5.6 任务筛选    19
5.7 随笔列表    21
5.8 随笔新增    21
5.9 日历列表    23
5.10 计划新增    23
5.11 目标列表    25
5.12 目标新增    26
5.13 辅助功能列表    27
5.14 关于详情查看    27
5.15 录音播放查看功能    28
参考文献    30
致谢    32

推荐资料