摘 要

随着计算机技术的成熟,互联网的建立,如今,PC平台上有许多关于体育资讯方面的应用程序,但由于使用时间和地点上的限制,用户在使用上存在着种种不便,而开发一款基于微信小程序的体育资讯软件,能够有效地解决这个问题。

本基于微信小程序的体育资讯软件采用JAVA技术、MYSQL数据库,基于微信平台设计开发,系统主要实现用户通过微信平台进行查看体育资讯、购买足球周边商品的功能,同时管理员可进入系统后台对系统进行全面管理,确保系统正常稳定运行。该小程序以微信为入口的,可以说是在自带接近10亿的流量人口,不占内存,不用下载、安装,而且访问速度很快,整个系统不仅操作简单、便捷,而且节约用户的时间及资源成本等,仅需通过一部手机和微信号即可满足用户的需求。

论文首先阐述了基于微信小程序的体育资讯软件的开发背景,并对开发基于微信小程序的体育资讯软件所采用的相关技术进行了详细的介绍,然后对此应用软件进行了需求分析、设计,最后对系统进行测试、维护,保证系统的正常运行。


关键词:微信小程序;MYSQL数据库;体育资讯;JAVA技术



 

Abstract

With the maturity of computer technology and the establishment of the Internet, nowadays, there are many sports information applications on the PC platform. However, due to the limitations of the time and place of use, users have various inconveniences in use. The sports information software of the WeChat applet can effectively solve this problem.

This sports information software based on WeChat applet adopts JAVA technology, MYSQL database, and is designed and developed based on the WeChat platform. The system mainly realizes the functions of users to view sports information and purchase football peripheral products through the WeChat platform. At the same time, the administrator can enter the system background to check the system. Carry out comprehensive management to ensure the normal and stable operation of the system. This small program uses WeChat as the entrance. It can be said that it has a traffic population of close to 1 billion, does not occupy memory, does not need to be downloaded or installed, and the access speed is very fast. The entire system is not only simple and convenient to operate, but also saves users' time. And resource cost, etc., only need a mobile phone and WeChat to meet the needs of users.

The thesis first explained the development background of sports information software based on WeChat applet, and introduced the related technologies used in the development of sports information software based on WeChat applet in detail, and then conducted demand analysis and design for this application software. Finally, test and maintain the system to ensure the normal operation of the system.


Key words: WeChat applet; MYSQL database; sports information; JAVA technology  


 

目 录

摘 要 I

ABSTRACT II

1 绪论 1

1.1 课题背景 1

1.2  设计原则 1

1.3  论文组织结构 2

2 关键技术简介 3

2.1 微信小程序 3

2.2 JAVA技术 3

2.3微信WEB开发者工具 4

2.4微信小程序API接口 4

2.5 MYSQL数据库 4

3 系统分析 5

3.1 可行性分析 5

3.1.1 技术可行性 5

3.1.2 经济可行性 5

3.1.3 操作可行性 5

3.1.4 法律可行性 6

3.2 系统性能分析 6

3.3 系统功能分析 6

3.4 系统流程分析 8

3.4.1登录流程 8

3.4.2修改密码流程 8

4 系统设计 10

4.1 系统设计要求 10

4.2 系统结构设计 10

4.3 数据库设计 11

4.3.1 数据库E-R图设计 11

4.3.2数据库表设计 13

5系统的实现 17

5.1 用户功能模块的实现 17

5.1.1用户注册登录界面 17

5.1.2首页界面 17

5.1.3赛事日程界面 18

5.1.4足球周边界面 19

5.1.5我的订单界面 20

5.2 管理员功能模块的实现 21

5.2.1管理员登录界面 21

5.2.2赛事日程管理界面 22

5.2.3足球周边管理界面 22

5.2.4用户管理面 23

5.2.5球员管理界面 23

5.2.6订单管理界面 23

6系统测试 25

6.1 软件测试 25

6.2 测试的重要性 25

6.3 测试原则 26

6.4 测试分析 26

7总结 27

参考文献 28

致 谢 29


基于微信小程序的体育资讯软件主要满足两种用户的需求,这两种用户分别为管理员和用户,下面将对这两类用户分别进行功能需求分析。

管理员:管理员用户可对系统后台对系统进行全面的管理,管理员登录后主要实现的功能模块包括个人中心、球员管理、用户管理、教练管理、赛事日程管理、赛事类型管理、联赛积分榜管理、杯赛积分榜管理、足球周边管理、商品类型管理、系统管理以及订单管理。

用户:用户通过微信平台可进行本系统,注册登录后主要功能模块包括首页、赛事日程、足球周边以及我的(用户充值、购物车、我的订单)。

基于微信小程序的体育资讯软件系统-计算机毕业设计源码+LW文档_sed

基于微信小程序的体育资讯软件系统-计算机毕业设计源码+LW文档_sed_02

基于微信小程序的体育资讯软件系统-计算机毕业设计源码+LW文档_JAVA_03

基于微信小程序的体育资讯软件系统-计算机毕业设计源码+LW文档_微信小程序_04