登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 物联网工程 > 正文

微信小程序沙龙会系统的设计与实现毕业论文

 2021-11-21 04:11  

论文总字数:19232字

摘 要

微信小程序近年来得到了广泛的发展,由于其轻量、便捷、不需要下载等特点,使用的人也是越来越多。基于微信小程序的沙龙会系统自然继承了以上的优势,沙龙会系统的主要功能,可以让我们在网络上随时进行会议,也就是实现网络会议的功能。我们生活中总是会遇到很多突发情况,就比如说这次的疫情,基于微信小程序的沙龙会系统就给我们提供了另一种进行会议的渠道,即网络会议。相对于线下会议,它的优势有很多。如不需要较高的成本费用,包括时间和经济成本;不需要做过多的无意义的准备,比如准备场地;自由度比较高等等。

主要研究内容如下:

(1)对系统的可行性进行分析,对系统的功能需求进行分析,确定系统最需要完成的功能任务。对系统进行非功能性需求分析,确保系统的安全性,可维护性等。

(2)根据需求分析的内容,进行系统设计,对各功能模块进行设计,画出功能模块图,各种用到的技术等也将在这一章内相应的部分详细解释说明。

(3)主要介绍系统的实现方法,包括实现的具体页面效果。

(4)对系统的功能进行测试,保证系统各个功能的正确执行。

总结,基于微信小程序的沙龙会系统主要提供给用户参与网络会议的功能,来提供给用户方便的体验。

关键词:微信小程序;网络会议

ABSTRACT

Wechat applets have been widely developed in recent years. Because of its goodness such as light weight, convenience and no need to download, more and more people are using them. The salon meeting system based on wechat applet naturally inherits the above advantages. The main functions of salon meeting system can let us have meetings on the network at any time. We always encounter a lot of emergencies in our life, such as this epidemic. The salon meeting system based on wechat applet provides us with another channel for meetings, namely, online meetings. Compared with offline meetings, it has many advantages. For example, it does not need high cost, including time and economic cost; it does not need to do too much meaningless preparation, such as preparing the site; it has high degree of freedom, etc.

The main research contents are as follows:

(1)Analyze the feasibility of the system and the functional requirements of the system, and determine the most needed functional tasks of the system. Analyze the non functional requirements of the system to ensure the safety and maintainability of the system.

(2)According to the content of the demand analysis, we can see the system design, the design of each functional module and the drawing of functional module diagram.Various technologies used will also be explained in detail in the corresponding part of this chapter.

(3)Mainly introduces the implementation of the system, including the implementation of the specific page effect.

(4)Testing the functions of the system to ensure the correct implementation of various functions of the system.

In conclusion, the salon meeting system based on wechat applet mainly provides users with the function of participating in the network meeting to provide users with a convenient experience.

Key words: wechat applet;online meeting

目录

摘要 3

ABSTRACT 4

第1章 绪论 8

1.1 研究背景及研究意义 8

1.1.1 研究背景 8

1.1.2 研究意义 8

1.2 微信小程序的技术发展现状 8

1.3 主要研究内容 9

1.4 论文组织结构 10

1.5 本章小结 10

第2章: 需求分析 11

2.1 需求分析的目的 11

2.1.1 可行性分析 11

2.1.2 角色用例分析 11

2.2 功能需求分析 12

2.2.1 用户登录 12

2.2.2 用户会议管理模块 12

2.2.3 会议交互功能模块 13

2.3 非功能性需求分析 13

2.4 本章小结 14

第3章 系统设计 15

3.1 系统设计的目的 15

3.2 系统整体结构的设计 15

3.2.1 微信小程序开发平台 16

3.2.2 myecplipse开发平台 17

3.3 界面设计 17

3.3.1 相关技术 17

3.3.1.1 WXML 17

3.3.1.2 WXSS 17

3.3.1.3 js 17

3.3.2 主要设计内容 18

3.4 功能模块设计 18

3.4.1 相关技术 18

3.4.1.1 springboot 18

3.4.1.2 node.js 18

3.4.1.3 ssl证书 19

3.4.2 功能模块 19

3.4.2.1 登陆模块 19

3.4.2.2 文字聊天模块 20

3.4.2.3 修改个人信息 21

3.4.2.4 其他会议功能 21

3.5 数据库设计 21

3.5.2 相关技术 21

3.5.2.1 Mysql 21

3.5.2.2 jdbc 22

3.5.2 数据库设计 22

3.6 本章小结: 25

第4章 系统实现 27

4.1 前端ui的实现 27

4.1.1 登录界面 27

4.1.2 聊天界面 27

4.2.3 个人信息界面 28

4.2 功能模块的实现 29

4.2.1 登陆功能 29

4.2.2 在线聊天功能 30

4.2.3 直播功能 30

4.2.4 修改个人信息功能 31

4.3本章小结 31

第5章 系统测试 33

5.1 测试目的 33

5.2 测试环境 33

5.3 测试方法 33

5.4 测试用例 34

5.4.1 个人信息修改功能测试 34

5.4.2 会议功能测试 34

5.5 系统性能测试 35

5.5.1 运行速度 35

5.5.2 稳定性测试 35

5.6 本章小结 35

第6章 总结与展望 36

6.1 全文总结 36

6.2 展望 36

参考文献 37

致谢 38

第1章 绪论

研究背景及研究意义

研究背景

基于微信平台开发微信小程序沙龙会系统,目前国内的这方面的小程序有很多。类似的比如说很多直播软件,包括腾讯会议等,一般来讲这些都是标准的C/S结构,而且这些软件也发展的相当的成熟了。微信小程序略有不同,微信小程序自其开创以来,收获的人气很挑战都很多[1]。这些年微信小程序发展的也很快[2],有自己独立的开发环境微信小程序开发平台,最大的优势是方便快捷,微信小程序无须繁琐的下载,注册账户即可使用。当然微信小程序同时也面临着很多的风险[3],毕竟是一个新出现的内容。目前基于微信小程序的实时会议系统不常见,因此选择做这样一个课题,尽量多的实现相应的功能。虽然基于微信小程序的网络会议不常见,但也可以从其他实现视频会议功能的系统中学到很多[4]

研究意义

专业意义:研究该课题,可以增强自己对相关理论知识的灵活运用的能力,拥有独立实现简单系统的能力。增加自己小程序编写的经历、经验。

现实意义:提供给客户方便快捷的体验,随时创建退出会议。相对现实中的会议,更节约时间,人力以及其他资源成本。拥有更强的控制功能,多媒体文件分享使与会者更能轻松融入会议,容量也比较高。让人们足不出户即可享受高质量的会议,容错能力强,适应性高,这些都决定了网路会议发展的必然性。

微信小程序的技术发展现状

随着互联网技术的高速发展,大前端时代的来临,前端开发的地位也在逐年上升。微信小程序是今年快速发展的一个应用。在2017年1月正式上线后,受到了广大用户的关注,主要优点是其较低的开发成本和巨大的用户数量,给很多小商家提供了商机。

请支付后下载全文,论文总字数:19232字

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图