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

基于微信小程序的专题研讨会征集与管理系统设计

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

基于微信小程序的专题研讨会征集与管理系统设计(论文10500字,参考代码)
摘要:当今国际会议组织多呈分布式发展。而传统的会议管理系统难以对分布式的分会进行管理,也使得会议论文追踪及统计相当困难、繁琐。本系统是基于微信小程序的专题研讨会征集与管理系统,可以按照会议全生命周期内的管理与交互。主办方可以发布征集研讨会,潜在用户可以提交申报材料。然后主办方可以通过本系统进行开展审批,启动论文征集,统计征稿信息,审稿进度,录用及推优统计,论文发表追踪等全流程管理业务。同时本系统支持不同研讨会分会的创建与管理功能,更加贴合当代会议发展趋势。本系统基于微信小程序开发使用,无需单独下载,且只要一部安装有微信的智能手机就可以随时可用,方便快捷。本系统使用腾讯云开发技术,这一技术弱化了后端和运维概念,无需搭建服务,可以快速实现上线与迭代,适合本系统的实际需求。
关键词:微信小程序;专题研讨会;论文管理;云开发

Workshop Collection and Management System Based on Mini Program
Abstract:Nowadays, most international conference organizations are developing in a distributed way. But it’s difficult for the traditional conference management system, which makes the tracking and statistics of conference papers very difficult and cumbersome to manage the distributed branches. This system is a workshop collection and management system based on Mini Program of Wechat. It can manage and interact according to the whole life cycle of the conference. Organizers can issue solicitation workshops while potential users can submit declarations. Then the sponsor can carry out the whole process management business through this system, such as examination and approval, paper collection, statistical draft information, review progress, recruitment and promotion statistics, paper publication tracking, etc. At the same time, the system supports the establishment and management functions of different seminar branches, which is more in line with the development trend of contemporary conferences.This system is based on the development and use of Mini Program of Wechat. It does not need to be downloaded separately, and as long as a smart phone with Wechat is installed, it can be used at any time, convenient and fast. This system uses Tencent Cloud Base technology, which weakens the concept of back-end and operation and maintenance. It does not need to build services, and can quickly realize online and iteration, which is suitable for the actual needs of the system.
Key words: Mini Program; Workshop; Thesis management;Tencent Cloud Base

微信小程序前端框架
微信小程序是一种在微信内传播的,由腾讯提供开发工具和API接口的一种全新服务。它前端的编写语言有:标签语言WXML、样式语言WXSS与脚本语言JavaScript[3]。WXML、WXSS类似HTML与CSS充当的角色,它们继承了HTML、CSS的大部分功能、特性与使用方法,同时新增了更方便小程序开发的功能,使开发更加方便快捷。WXML负责搭建页面结构,具有数据绑定、列表渲染、条件渲染、模板、引用等功能,CSS负责调整页面样式,而JS负责前端逻辑交互。同时,代码结构中还有JSON文件,负责微信小程序的配置
 

基于微信小程序的专题研讨会征集与管理系统设计
基于微信小程序的专题研讨会征集与管理系统设计
基于微信小程序的专题研讨会征集与管理系统设计
基于微信小程序的专题研讨会征集与管理系统设计


目录
摘要    1
Abstract    2
1 绪论    3
1.1 研究背景及意义    3
1.2 国内外研究现状    3
1.3 主要工作    4
2 相关技术介绍    4
2.1 微信小程序前端框架    4
2.2微信小程序后端框架    5
2.2.1 微信提供的云开发简介    5
2.2.2云函数简介    5
2.2.3文档型JSON数据库简介    5
2.3本章小结    5
3 系统分析    5
3.1 功能需求分析    6
3.1.1 系统需求陈述    6
3.1.2系统需求用例分析    6
3.2可行性分析    9
3.3本章小结    9
4 系统设计    9
4.1 系统功能整体设计    9
4.2 专题研讨会征集与管理系统主要模块设计    10
4.2.1登录与注册模块    10
4.2.2单位模块    10
4.2.3专题研讨会管理模块    11
4.2.4论文管理模块    11
4.2.5平台管理员模块    13
4.3 专题研讨会征集与管理系统数据库设计    13
4.4 本章小结    15
5 系统实现    15
5.1 开发环境简介    15
5.2主要模块实现    16
5.2.1 登陆与注册模块    16
5.2.2主页模块    18
5.2.3单位模块    23
5.2.4专题研讨会模块    27
5.2.5专题研讨会论文管理模块    30
5.2.6平台管理员模块    32
5.3本章小结    35
6 总结    35
参考文献    36
致谢    37

推荐资料