基于微信小程序的音乐播放器设计
摘 要
微信现在已经不只是一个社交应用,更是一个内容分发平台,一个生态系统的入口,是目前中国乃至世界上唯一的"超级APP"。2016年微信正式开放了微信小程序,更给各种应用提供了新的内容分发入口。自从微信小程序发布以来,依托于强大的生态后盾和极大的传播速度,场份额稳步提升,更多的应用开发者选择使用微信小程序而不是原生应用来发布自己的应用.在现有的微信小程序中,最多的仍然是商城类和游戏类的应用,在多媒体娱乐如视频和音乐上份额稍有不足。
本文使用微信小程序开发技术来开发一款音乐播放器,应用Java语言和Eclipse编纂对象对收集音乐播放器结束编写。同时给出了详细的体系计划进程、部门界面图及重要功效运转流程图,本文还对高度进程当中碰到的成绩和办理办法结束了详细的评论辩论,该音乐收集音乐播放器集播放、停息、结束、上一首、下一首、音量调理、歌词表现等功效于一体,机能优越。该收集音乐播放器还领有对手机文件浏览器的拜访功效、歌曲播放形式、和歌词开闭状况的友爱设置.MP3的全名是MPEG Audio Layer-3,是一种声响文件的紧缩格局,因为本收集音乐播放器只限于应用层法式的探究,所以对详细的紧缩算法不作穷究。
关键词:微信;小程序;音乐;播放器;
Abstract
WeChat is now not just a social app, but also a content distribution platform, an ecosystem portal, the only "super APP"." in China and the world WeChat officially opened its WeChat Mini Program in 2016, providing new content distribution portals for various applications. Since the release of WeChat Mini Program, relying on the strong ecological backing and great speed of dissemination, the field share has steadily increased, and more application developers have chosen to use WeChat Mini Program instead of native applications to publish their own applications. In the existing WeChat Mini Program, the most is still the mall class and game class applications, in multimedia entertainment Music such as video and music share slightly inadequate.
Love settings for the opening and closing of lyrics. The MP3's full name is MPEG Audio Layer-3, is a tight pattern of sound files, because this collection of music players is limited to the application layer method of inquiry, so the detailed austerity algorithm is not exhaustive.
Keywords: WeChat; Mini Programs; Music; Player;
目 录
1绪论 1
1.1选题背景及意义 1
1.2发展现状 1
1.2.1什么是微信小程序 1
1.2.2小程序市场的现状 4
1.3研究主要内容 4
2系统技术 5
2.1 Java语言 5
2.2 SSM框架 6
2.3 Vue.js框架 7
2.4 Eclipse开发工具 8
2.5数据库 9
2.6系统开发环境概述 10
3系统分析 12
3.1 功能需求(用例图分析) 12
3.1.1 网络音乐播放器的基本控制需求 12
3.1.2 播放清单列表管理需求 14
3.1.3 播放友好性需求 16
3.1.4 网络音乐播放器扩展卡需求 17
3.1.5 功能需求(时序图)分析 18
3.2 系统结构图和流程图 19
3.3 系统性能需求 21
4系统设计 22
4.1 系统模块总体设计 22
4.1.1 音乐播放器的结构 22
4.1.2 音乐播放器的流程 23
4.2 数据库设计 24
4.2.1 数据字典 25
4.2.2 数据库E-R图 25
4.2.3 数据表的设计 26
5系统实现 30
5.1 小程序首页界面设计 30
5.2 主要模块功能设计 31
5.2.1 用户注册管理模块 31
5.2.2 我的音乐在线播放模块 32
5.2.3 收藏与下载模块 34
5.2.4 歌曲、歌手的分类与点播次数衡量的排行榜 37
5.3 后台管理设计 40
6系统测试 42
5.1系统的总体概述 42
5.2测试项目名称及测试内容 42
5.3测试结果 42
7总结与展望 43
参考文献 44
致 谢 45