登录

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

注册

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

找回密码

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

闪电健身Mini微信小程序设计

 2022-11-24 10:11  

论文总字数:21197字

摘 要

微信小程序辅助健身已经是健身行业的趋势,它很符合目前健身行业的潮流,即线上健身。健身小程序完善了健身行业的一些弊端,为健身房的经营提供了更加高效的解决方案,也提高了大众的健身效率。

闪电健身Mini微信小程序是以微信小程序为载体,后端运用了Spring Boot技术,前端使用了微信开发者工具来实现,且后端依靠JAVA语言,MySQL数据库,开发是使用Eclipse开源软件。在实现数据的增删查改的同时,也真正实现了支付功能,支持用户直接微信支付。用户们可使用这些功能,并在一段时间的锻炼之后,达到健身的效果。本课题完成的主要工作内容是:

1、实现微信用户登录授权的功能。

2、有身体各部位锻炼的图文,让用户跟着一起健身。

3、能让用户选择适合自己的健身计划,并对已完成的进度做记录。

4、能微信支付小程序中的食物。

5、能计算用户BMI的值,并对首次记录的BMI值进行对比,给用户评价。

论文提出了让用户们可以在手机的微信上进行健身,改进了以往用户健身需要去专业健身房才可健身的现象,节约了用户的时间,且相较于传统健身房,微信健身小程序还可支付食品。此次毕业设计课题的功能基本都已完成,通过测试各个功能,得出的使用准确率也较高,代表系统可用。但是相比于其他的健身小程序,在功能方面还是没有那么齐全,需要多加一些功能,而且小程序的页面制作的也不是很精致,比较寡淡。即在页面渲染上需要进一步改进与提高。

关键词:微信小程序;健身程序;教学视频;线上支付;BMI值

Mini wechat small program design of lightning fitness

Abstract

Wechat small program assisted fitness has been the trend of fitness industry, it is very in line with the current trend of fitness industry, that is, online fitness. The fitness program improves some disadvantages of the fitness industry, provides a more efficient solution for the operation of the gym, and also improves the fitness efficiency of the public.

Lightning fitness Mini wechat app is based on wechat app as the carrier, spring boot technology is used at the back end, wechat developer tools are used at the front end, Java language and MySQL database are used at the back end, and eclipse open source software is used for development. At the same time of adding, deleting, checking and modifying the data, it also realizes the payment function and supports the direct wechat payment of users. Users can use these functions and achieve the fitness effect after a period of exercise. The main tasks of this project are as follows:

1. Realize the function of wechat user login authorization.

2. There are pictures and texts for exercise of various parts of the body, so that users can keep fit together. 3. It allows users to choose fitness plan suitable for themselves and record the completed progress. 4. Can wechat pay for food in the app.

5. It can calculate the user's BMI value, and compare the first recorded BMI value to evaluate the user.

This paper puts forward that users can exercise on wechat of mobile phones, improves the phenomenon that users need to go to a professional gym for exercise in the past, saves users' time, and compared with the traditional gym, wechat fitness applet can also pay for food. The functions of this graduation project have been basically completed. Through the test of each function, the use accuracy is also high, which means the system is available. But compared with other fitness programs, they are not so complete in function, need to add some more functions, and the page production of the program is not very delicate, relatively light. That is to say, the page rendering needs further improvement and improvement.

Keywords: wechat applet , fitness program , teaching video , online payment , BMI value

目 录

摘 要 I

Abstract II

第一章 引 言 1

1.1 论文工作背景与意义 1

1.2 相关研究现状 1

1.2.1 国外的现状 1

1.2.2 国内的现状 1

1.2.3 应用状况 2

1.3 主要工作内容 2

1.3.1 工作内容 2

1.3.2 设计思路 2

1.4 论文组织结构 2

1.5 本章小结 3

第二章 开发环境相关技术介绍 4

2.1 开发环境 4

2.1.1 IDE介绍 4

2.1.2 MySQL介绍 4

2.2 相关技术基础 4

2.2.1 Java介绍 4

2.2.2 JavaScript介绍 4

2.2.3 Spring Boot介绍 5

2.2.4 Spring Cloud介绍 5

2.2.5 JSON介绍 5

2.2.6 XML介绍 5

2.3 本章小结 5

第三章 系统分析 6

3.1 系统功能需求分析 6

3.1.1 功能需求分析 6

3.1.2 可行性分析 7

3.1.3 建立用例模型 7

3.2 系统非功能需求分析 7

3.3 本章小结 7

第四章 系统设计 8

4.1 系统总体设计 8

4.1.1 系统分层结构设计 8

4.1.2 系统功能模块设计 8

4.1.3 系统总体工作流程设计 9

4.1.4 系统数据库设计 9

4.1.5 表清单 11

4.2 系统详细设计 13

4.2.1 application.yml文件的配置 13

4.2.2 application-dev.yml文件的配置 13

4.2.3 登录功能 14

4.2.4 食谱下单功能 14

4.2.5 计算并比较BMI值功能 16

4.2.6 签到功能 17

4.3 核心代码设计 18

4.4 本章小结 18

第五章 系统实现与环境 19

5.1 系统实现工具与环境 19

5.2 核心代码分析 19

5.3 系统主要运行界面 20

5.4 系统测试 21

5.4.1 系统测试环境与工具 21

5.4.2 系统功能测试 21

5.4.3 系统非功能测试 25

5.5 本章小结 25

第六章 结束语 26

6.1 工作总结 26

6.2 未来展望 26

致 谢 27

参考文献(References) 28

第一章 引 言

1.1 论文工作背景与意义

微信小程序自从2017年问世以来,得到了很大的发展,在微信上扩展App的应用,能做到即扫即用,广泛应用于餐厅、购物、车票、旅游等各行各业。微信小程序由于其高度的扩展等特性,已经取得了广大的应用市场,现在已经超过200个行业进入小程序的市场,增长额也已经超越了6倍。现在,微信小程序已经是一个开发者驻足的一个重要场所了。

现今微信小程序日渐占据了人们的闲暇生活,有关于健身行业的内容也在近几年的趋势中突飞猛进。如此庞大的数据却没有足够的健身网络平台支撑,就算是仅有的一些网上健身平台,他们的服务内容不仅单一,还没有自身的特色。有些甚至直接将发达国家的健身模式和理论运用到自己的健身平台中,但即使照搬,自己的网络平台仍然缺少互动性。明显是因为国外的健身模式与理论并不适合国人,导致健身爱好者们与健身教练缺乏沟通,且并没有从健身中获益许多。

1.2 相关研究现状

1.2.1 国外的现状

依据我国的国情和现状,我们需要以发达国家俱乐部的经营方式作为基础,并加以自己的想法作为特色,这样操作可改善我国健身行业的整体服务水平,也能使健身行业形成良好的更加激烈的竞争,以此才可进一步发展我国的网络健身平台。而电子商务则是作为经济发展的新干线,能够帮助我国健身行业尽快赶上国外同行们。

剩余内容已隐藏,请支付后下载全文,论文总字数:21197字

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

企业微信

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