音乐网站设计

时间:2024-10-14 07:43:28

设计内容:

音乐网站网站是一款提供在线播放音乐和下载音乐功能的网站,具有音乐排行榜、歌星排行榜、音乐分类三个板块,并提供查询功能,要求如下:

① 页面布局合理,色彩和谐,链接正确,图文并茂,网页总数不少于8页。

② 网站结构合理,对网站中的文件要按文件类型建立相应的文件夹存放。

③ 要使用HTML、CSS和Javascript技术

④ 以下技术根据自己的实际掌握情况可选:

1)HTML5

2)Jquery

3)Bootstrap

  1. (或或)

摘 要

音乐网站设计是设计开发一个音乐播发及音乐推荐平台,该平台可以根据用户的喜好推荐音乐,还可以为用户推荐当前热门歌曲和人气排行等大众喜欢的歌曲推荐给用户,满足用户的音乐需求。html、css、以及vue框架等技术实现了音乐播发及音乐推荐平台,此平台具有用户登录、歌曲搜索、热门歌曲推荐、用户喜欢歌曲推荐、歌曲排行推荐等主要功能。

关键词:音乐网站;需求分析;系统设计

1.课题描述

互联网式的音乐传播彻底改变了原有传统的音频传播途径与方式,方便的传播途径,高效的传播效率,有利于社会资源的最大化利用[5]。由于音乐平台使用方便,越来越受到大家地欢迎。但这也导致了中国的音乐网站平台数量的激增,网站为了能够有自己稳定的使用者,网站之间的竞争也空前激烈,为能在中国众多的音乐平台中起到领导地位,建立一个具有自己特色的,功能详细,实用的音乐播放及音乐推荐平台尤为重要。

音乐网站使用电脑对音乐进行管理,给用户一个良好的视觉呈现成果,通过页面元素的布局让用户直接可以进行查询搜索功能操作,进行登录操作后进行个人信息的设计以及对自己喜欢歌曲的管理。

2 应用技术

本次实训是关于音乐网站的设计,主要是进行计算机前端内容的编写,前端开发是创建WEB页面或APP等前端界面呈现给用户的过程,通过HTML,CSS及JavaScript以及衍生出来的各种技术,本文用的是VUE框架,解决方案,来实现互联网产品的用户界面交互。

2.1HTML5

HTML5 是定义 HTML 标准的最新的版本。该术语通过两个不同的概念来表现:它是一个新版本的HTML语言,具有新的元素,属性和行为,它有更大的技术集,允许构建更多样化和更强大的网站和应用程序。这个集合有时称为HTML5和它的朋友们,不过大多数时候仅缩写为一个词 HTML5。

它能够让你更恰当地描述你的内容是什么。能够让你和服务器之间通过创新的新技术方法进行通信。能够让网页在客户端本地存储数据以及更高效地离线运行。使 video 和 audio 成为了在所有 Web 中的一等公民。提供了一个更加分化范围的呈现选择。提供了非常显著的性能优化和更有效的计算机硬件使用。能够处理各种输入和输出设备及样式设计。

2.2 CSS

CSS是CascadingStyle Sheets (层叠样式表)的简称,是一组格式设置的规则和外观样式的定义M。CSS在Web应用程序界面中起到重要的作用:CSS简化了网页的代码,提高了网页的访问速度。因为外部的CSS文件会被浏览器保存在缓存中,从而加快了页面显示的速度,同时也减少了上传的代码量;CSS让网页更容易维护,其便于修改网站的样式,只需要修改CSS文件就可以改变整个网站的类型特色,避免了一个一个网页的修改,大大的减少了开发人员的工作量,而且已经定义过的css文件可以重用,即重用原来网页的样式;css使网页的功能更为强大,用户可以根据自己的需求来定义页面的显示类型等以及一些页面的特效等;同时,它将页面显示的内容与显示样式相分离,两者可以是单独的文件即.html文件和.css 文件,便于开发人员的修改和维护。

2.3 js

JavaScript是一种属于网络的脚本语言,已经被广泛应用于Web开发,常用于为网页添加各式各样的动态功能,为用户提供更流畅美观的浏览效果。通常JavaScript是通过嵌入在HTML里来实现其功能。

1、是一种解释性脚本语言。

2、主要用来向HTML页面添加交互行为的语言。

3、可以直接嵌入HTML页面,但写成单独的JS文件更加的有利于代码的分离,利于后期的维护。

4、跨平台特性,能够在绝大多数浏览器的支持下,可以在多种平台下运行。

2.4 vue框架

Vue 是一款用于构建用户界面的JavaScript 框架。它基于标准 HTML、CSS 和 JavaScript 构建,并提供了一套声明式的、组件化的编程模型,帮助你高效地开发用户界面。无论是简单还是复杂的界面,Vue 都可以胜任。

2.5数据库MYSQL

数据库(database)就是一个存储数据的仓库。为了方便数据的管理与储存,它将数据按照特定的条件存储在磁盘上。通过数据库管理系统,可以高效的处理和管理存储在数据库中的数据。而且MySQL数据库可以说是是目前运行速度最快的SQL语言数据库。具有快捷、便捷、易用、高效、安全、大批量等优点。

3 需求分析

需求分析是经过深入细致的调研和分析,准确理解用户和项目的功能、性能、可靠性等具体要求,将用户非形式的需求表述转化为完整的需求定义,从而确定系统必须做什么的过程。本系统是一个音乐网站的设计,为了给用户提供一个听歌且为用户推荐其个人感兴趣歌曲的平台。用户注册成为系统用户后可以对系统中的歌曲进行播放,在系统的页面搜索中查询歌曲,用户可以给歌曲进行评论,平台会展示热门歌曲给用户,为用户推荐个性化的歌曲,用户在平台中管理自己的信息。

3.1功能分析

音乐播放及音乐推荐平台主要功能是让用户满足听歌并为用户推荐歌曲的作用。用户在系统中可以查询歌曲信息、对歌曲进行评价,为用户提供个性化的服务。

本系统主要模块:

1.用户登录

登录是为保障系统的安全,用户输入账号密码然后进行登录进入系统主界面。

2.主界面

主界面是系统的主要功能展示的界面,为用户提供最核心的功能以及指引用户操作。

3.歌曲搜索

可以搜索歌曲信息。

4. 热门歌曲推荐

将热门歌曲推荐给用户。

5.用户喜欢歌曲推荐

平台推荐用户可能喜欢的歌曲。

6. 歌曲排行推荐

将平台歌曲进行一个排名,给用户提供歌曲选择的信息。

7. 歌曲评论及展示

用户可以给歌曲评论及看其他用户评论。

8. 歌曲分类展示

可以将歌曲分类并展示用户查看。

3.2性能分析

每个用户自己的需要不同,考虑以后的发展和同时使用系统的情况,要求系统具备一下性能:

1)系统要满足用户注册登录功能,方便每个用户的使用。

  1. 系统要满足用户搜索功能,方便用户对音乐的选择。

4系统设计

系统设计是根据系统分析的结果,运用系统科学的思想和方法,设计出能最大限度满足所要求的目标的新系统的过程。系统设计内容,包括确定系统功能、设计方针和方法,产生理想系统并作出草案,通过收集信息对草案作出修正产生可选设计方案,将系统分解为若干子系统,进行子系统和总系统的详细设计并进行评价,对系统方案进行论证并作出性能效果预测。

4.1整体布局

页面整体布局 为头,主体和底部三部分,上中下三栏布局。头部导航栏和底部是固定的,当点击导航栏的首页,歌单,歌手,我的音乐,搜索框,登录和注册,在主体部分会显示相应内容,效果图如下图1所示。

图4.1整体布局图

5 网站与网页设计内容

内部部分主要通过下面几个模块来进行陈述,分别是注册部分,登录部分,导航栏部分,首页部分人,歌手部分,歌曲部分,我的音乐七大部分。

5.1注册部分

首先用户可以先注册账号 ,通过表单来输写个人信息,其中 用户名 密码,性别和生日为必填写内容,手机号,邮箱,地区为非必填项目。

图5.1注册图

  1. <template>
  2. <div class="info">
  3. <p class="title">编辑个人资料</p>
  4. <hr/>
  5. <div class="personal">
  6. <el-form :model="registerForm" class="demo-ruleForm" label-width="80px">
  7. <el-form-item prop="username" label="用户名">
  8. <el-input v-model="" placeholder="用户名"></el-input>
  9. </el-form-item>
  10. <el-form-item prop="password" label="密码">
  11. <el-input type="password" placeholder="密码" v-model=""></el-input>
  12. </el-form-item>
  13. <el-form-item label="性别">
  14. <el-radio-group v-model="">
  15. <el-radio :label="0">女</el-radio>
  16. <el-radio :label="1">男</el-radio>
  17. </el-radio-group>
  18. </el-form-item>
  19. <el-form-item prop="phoneNum" label="手机">
  20. <el-input placeholder="手机" v-model="" ></el-input>
  21. </el-form-item>
  22. <el-form-item prop="email" label="邮箱">
  23. <el-input v-model="" placeholder="邮箱"></el-input>
  24. </el-form-item>
  25. <el-form-item prop="birth" label="生日">
  26. <el-date-picker type="date" placeholder="选择日期" v-model="" style="width: 100%;"></el-date-picker>
  27. </el-form-item>
  28. <el-form-item prop="introduction" label="签名">
  29. <el-input type="textarea" placeholder="签名" v-model="" ></el-input>
  30. </el-form-item>
  31. <el-form-item prop="location" label="地区">
  32. <el-select v-model="" placeholder="地区" style="width:100%">
  33. <el-option
  34. v-for="item in cities"
  35. :key=""
  36. :label=""
  37. :value="">
  38. </el-option>
  39. </el-select>
  40. </el-form-item>
  41. </el-form>
  42. <div class="btn">
  43. <div @click="saveMsg()">保存</div>
  44. <div @click="goback">取消</div>
  45. </div>
  46. </div>
  47. </div>
  48. </template>
  49. <script>
  50. import { mapGetters } from 'vuex'
  51. import mixin from '../mixins'
  52. import { cities } from '../assets/data/form'
  53. import { updateUserMsg, getUserOfId } from '../api/index'
  54. export default {
  55. name: 'info',
  56. mixins: [mixin],
  57. data: function () {
  58. return {
  59. registerForm: { // 注册
  60. username: '',
  61. password: '',
  62. sex: '',
  63. phoneNum: '',
  64. email: '',
  65. birth: '',
  66. introduction: '',
  67. location: ''
  68. },
  69. cities: []
  70. }
  71. },
  72. computed: {
  73. ...mapGetters([
  74. 'userId'
  75. ])
  76. },
  77. created () {
  78. = cities
  79. },
  80. mounted () {
  81. ()
  82. },
  83. methods: {
  84. getMsg (id) {
  85. getUserOfId(id)
  86. .then(res => {
  87. = res[0].username
  88. = res[0].password
  89. = res[0].sex
  90. = res[0].phoneNum
  91. = res[0].email
  92. = res[0].birth
  93. = res[0].introduction
  94. = res[0].location
  95. = res[0].avator
  96. })
  97. .catch(err => {
  98. (err)
  99. })
  100. },
  101. goback () {
  102. this.$(-1)
  103. },
  104. saveMsg () {
  105. let d = new Date()
  106. let datetime = () + '-' + (() + 1) + '-' + ()
  107. let params = new URLSearchParams()
  108. ('id', )
  109. ('username', )
  110. ('password', )
  111. ('sex', )
  112. ('phone_num', )
  113. ('email', )
  114. ('birth', datetime)
  115. ('introduction', )
  116. ('location', )
  117. updateUserMsg(params)
  118. .then(res => {
  119. if ( === 1) {
  120. = false
  121. = true
  122. this.$('setUsername', )
  123. this.$({
  124. title: '编辑成功',
  125. showClose: true
  126. })
  127. setTimeout(function () {
  128. this.$(-1)
  129. }, 2000)
  130. } else {
  131. = false
  132. = true
  133. this.$({
  134. title: '编辑失败',
  135. showClose: true
  136. })
  137. }
  138. })
  139. .catch(err => {
  140. (err)
  141. })
  142. }
  143. }
  144. }
  145. </script>

5.2登录部分

首先用户可以先注册账号 ,通过表单来输写个人信息,其中 用户名 密码,性别和生日为必填写内容,手机号,邮箱,地区为非必填项目。

图5.2登录图

  1. <script>
  2. export default {
  3. data() {
  4. return {
  5. uname: '',
  6. upwd: '',
  7. isSee: false,
  8. tips: ''
  9. }
  10. },
  11. methods: {
  12. showInfo() {
  13. if ( === '' && === '') {
  14. = true;
  15. = '用户名字密码不能为空';
  16. return;
  17. } else {
  18. = false;
  19. if ( === 'admin' && === 'zzz') {
  20. this.$({
  21. path: '/index:id',
  22. name: 'A',
  23. props:true,
  24. })
  25. } else {
  26. = true;
  27. = "用户名或者密码错误";
  28. }
  29. }
  30. },
  31. }
  32. }
  33. </script>
  34. <template>
  35. <div class="main">
  36. <h2>登录页面</h2>
  37. <div class="form">
  38. 用户名:
  39. <input type="text" name="username" v-model="uname"><br>
  40. 密&nbsp;&nbsp;&nbsp;码:
  41. <input type="password" name="password" v-model="upwd"><br>
  42. <button v-on:click="showInfo">登录</button><br>
  43. </div>
  44. <h2 :class="{ tip: isSee }" v-show="isSee">{{ tips }}</h2>
  45. </div>
  46. </template>
  47. 导航栏部分代码如下:
  48. <template>
  49. <div class="the-header">
  50. <!--图标-->
  51. <div class="header-logo" @click="goHome">
  52. <svg class="icon" aria-hidden="true">
  53. <use xlink:href="#icon-erji"></use>
  54. </svg>
  55. <span>{{musicName}}</span>
  56. </div>
  57. <ul class="navbar" ref="change">
  58. <li :class="{active: === activeName}" v-for="item in navMsg" :key="" @click="goPage(, )">
  59. {{}}
  60. </li>
  61. <li>
  62. <div class="header-search">
  63. <input type="text" placeholder="搜索音乐" @="goSearch()" v-model="keywords">
  64. <div class="search-btn" @click="goSearch()" >
  65. <svg class="icon" aria-hidden="true">
  66. <use xlink:href="#icon-sousuo"></use>
  67. </svg>
  68. </div>
  69. </div>
  70. </li>
  71. <li v-show="!loginIn" :class="{active: === activeName}" v-for="item in loginMsg" :key="" @click="goPage(, )">{{}}</li>
  72. </ul>
  73. <!--设置-->
  74. <div class="header-right" v-show="loginIn">
  75. <div >
  76. <img :src="attachImageUrl(avator)" alt="">
  77. </div>
  78. <ul class="menu">
  79. <li v-for="(item, index) in menuList" :key="index" @click="goMenuList()">{{}}</li>
  80. </ul>
  81. </div>
  82. </div>
  83. </template>
  84. <script>
  85. import { mapGetters } from 'vuex'
  86. import mixin from '../mixins'
  87. import { navMsg, loginMsg, menuList } from '../assets/data/header'
  88. export default {
  89. name: 'the-header',
  90. mixins: [mixin],
  91. data () {
  92. return {
  93. musicName: '个人-音乐',
  94. navMsg: [], // 左侧导航栏
  95. loginMsg: [], // 右侧导航栏
  96. menuList: [], // 用户下拉菜单项
  97. keywords: ''
  98. }
  99. },
  100. computed: {
  101. ...mapGetters([
  102. 'userId',
  103. 'activeName',
  104. 'avator',
  105. 'username',
  106. 'loginIn'
  107. ])
  108. },
  109. created () {
  110. = navMsg
  111. = loginMsg
  112. = menuList
  113. },
  114. mounted () {
  115. ('#user').addEventListener('click', function (e) {
  116. ('.menu').('show')
  117. ()// 关键在于阻止冒泡
  118. }, false)
  119. // 点击“菜单”内部时,阻止事件冒泡。(这样点击内部时,菜单不会关闭)
  120. ('.menu').addEventListener('click', function (e) {
  121. ()
  122. }, false)
  123. ('click', function () {
  124. ('.menu').('show')
  125. }, false)
  126. },
  127. methods: {
  128. goHome () {
  129. this.$({path: '/'})
  130. },
  131. goPage (path, value) {
  132. ('.menu').('show')
  133. (value)
  134. if (! && path === '/my-music') {
  135. ('请先登录', 'warning')
  136. } else {
  137. this.$({path: path})
  138. }
  139. },
  140. changeIndex (value) {
  141. this.$('setActiveName', value)
  142. },
  143. goMenuList (path) {
  144. if (path === 0) {
  145. this.$('setIsActive', false)
  146. }
  147. ('.menu').('show')
  148. if (path) {
  149. this.$({path: path})
  150. } else {
  151. this.$('setLoginIn', false)
  152. this.$(0)
  153. }
  154. },
  155. goSearch () {
  156. this.$('setSearchword', )
  157. this.$({path: '/search', query: {keywords: }})
  158. }
  159. }
  160. }

5.3导航栏部分

导航部分是整个页面的头部部分,不会随着内容的改变而改变,采用的是tab切换,当点击导航栏部分的按钮,会在主页显示相应内容。

图5.3导航栏图

  1. <template>
  2. <div class="the-header">
  3. <!--图标-->
  4. <div class="header-logo" @click="goHome">
  5. <svg class="icon" aria-hidden="true">
  6. <use xlink:href="#icon-erji"></use>
  7. </svg>
  8. <span>{{musicName}}</span>
  9. </div>
  10. <ul class="navbar" ref="change">
  11. <li :class="{active: === activeName}" v-for="item in navMsg" :key="" @click="goPage(, )">
  12. {{}}
  13. </li>
  14. <li>
  15. <div class="header-search">
  16. <input type="text" placeholder="搜索音乐" @="goSearch()" v-model="keywords">
  17. <div class="search-btn" @click="goSearch()" >
  18. <svg class="icon" aria-hidden="true">
  19. <use xlink:href="#icon-sousuo"></use>
  20. </svg>
  21. </div>
  22. </div>
  23. </li>
  24. <li v-show="!loginIn" :class="{active: === activeName}" v-for="item in loginMsg" :key="" @click="goPage(, )">{{}}</li>
  25. </ul>
  26. <!--设置-->
  27. <div class="header-right" v-show="loginIn">
  28. <div >
  29. <img :src="attachImageUrl(avator)" alt="">
  30. </div>
  31. <ul class="menu">
  32. <li v-for="(item, index) in menuList" :key="index" @click="goMenuList()">{{}}</li>
  33. </ul>
  34. </div>
  35. </div>
  36. </template>
  37. <script>
  38. import { mapGetters } from 'vuex'
  39. import mixin from '../mixins'
  40. import { navMsg, loginMsg, menuList } from '../assets/data/header'
  41. export default {
  42. name: 'the-header',
  43. mixins: [mixin],
  44. data () {
  45. return {
  46. musicName: '个人-音乐',
  47. navMsg: [], // 左侧导航栏
  48. loginMsg: [], // 右侧导航栏
  49. menuList: [], // 用户下拉菜单项
  50. keywords: ''
  51. }
  52. },
  53. computed: {
  54. ...mapGetters([
  55. 'userId',
  56. 'activeName',
  57. 'avator',
  58. 'username',
  59. 'loginIn'
  60. ])
  61. },
  62. created () {
  63. = navMsg
  64. = loginMsg
  65. = menuList
  66. },
  67. mounted () {
  68. ('#user').addEventListener('click', function (e) {
  69. ('.menu').('show')
  70. ()// 关键在于阻止冒泡
  71. }, false)
  72. // 点击“菜单”内部时,阻止事件冒泡。(这样点击内部时,菜单不会关闭)
  73. ('.menu').addEventListener('click', function (e) {
  74. ()
  75. }, false)
  76. ('click', function () {
  77. ('.menu').('show')
  78. }, false)
  79. },
  80. methods: {
  81. goHome () {
  82. this.$({path: '/'})
  83. },
  84. goPage (path, value) {
  85. ('.menu').('show')
  86. (value)
  87. if (! && path === '/my-music') {
  88. ('请先登录', 'warning')
  89. } else {
  90. this.$({path: path})
  91. }
  92. },
  93. changeIndex (value) {
  94. this.$('setActiveName', value)
  95. },
  96. goMenuList (path) {
  97. if (path === 0) {
  98. this.$('setIsActive', false)
  99. }
  100. ('.menu').('show')
  101. if (path) {
  102. this.$({path: path})
  103. } else {
  104. this.$('setLoginIn', false)
  105. this.$(0)
  106. }
  107. },
  108. goSearch () {
  109. this.$('setSearchword', )
  110. this.$({path: '/search', query: {keywords: }})
  111. }
  112. }
  113. }
  114. </script>

5.4首页部分

首页页面主体分为三部分,上面部分放了一个轮播图,中间部分是歌单,当用户点歌单的时候会跳到歌单页面同时在底部会播放音乐,下半部分是歌手,当点击歌手页面的时候会跳转到歌手页面,显示歌手的信息,效果图如下图所示。

图5.4首页图

5.5歌手部分

用户通过点击首页的歌手或者在导航栏点击歌手按钮 ,会显示男歌手女歌手以及组合歌手。

图5.5歌手图

  1. template>
  2. <div class="content">
  3. <h1 class="title">
  4. <slot name="title"></slot>
  5. </h1>
  6. <hr>
  7. <ul>
  8. <li class="list-title">
  9. <div class="song-item">
  10. <span class="item-index"></span>
  11. <span class="item-title">歌曲名</span>
  12. <span class="item-name">艺人</span>
  13. <span class="item-intro">专辑</span>
  14. </div>
  15. </li>
  16. <li class="list-content" v-for="(item, index) in songList" :key="index">
  17. <div class="song-item" :class="{'is-play': id === }" @click="toplay(, , , index, , )">
  18. <span class="item-index">
  19. <span v-if="id !== ">{{index + 1}}</span>
  20. <svg v-if="id === " class="icon" aria-hidden="true">
  21. <use xlink:href="#icon-yinliang"></use>
  22. </svg>
  23. </span>
  24. <span class="item-title">{{replaceFName()}}</span>
  25. <span class="item-name">{{replaceLName()}}</span>
  26. <span class="item-intro">{{}}</span>
  27. </div>
  28. </li>
  29. </ul>
  30. </div>
  31. </template>
  32. <script>
  33. import { mapGetters } from 'vuex'
  34. import mixin from '../mixins'
  35. export default {
  36. name: 'album-content',
  37. mixins: [mixin],
  38. props: {
  39. songList: Array
  40. },
  41. computed: {
  42. ...mapGetters([
  43. 'id' // 音乐ID
  44. ])
  45. }
  46. }
  47. </script>

5.6歌曲部分

用户点击歌曲的时候或者点击首页布局中的歌曲的时候,会显示歌曲分类华语粤语欧美日韩轻音乐BGM乐器。

  1. template>
  2. <div class="content">
  3. <h1 class="title">
  4. <slot name="title"></slot>
  5. </h1>
  6. <hr>
  7. <ul>
  8. <li class="list-title">
  9. <div class="song-item">
  10. <span class="item-index"></span>
  11. <span class="item-title">歌曲名</span>
  12. <span class="item-name">艺人</span>
  13. <span class="item-intro">专辑</span>
  14. </div>
  15. </li>
  16. <li class="list-content" v-for="(item, index) in songList" :key="index">
  17. <div class="song-item" :class="{'is-play': id === }" @click="toplay(, , , index, , )">
  18. <span class="item-index">
  19. <span v-if="id !== ">{{index + 1}}</span>
  20. <svg v-if="id === " class="icon" aria-hidden="true">
  21. <use xlink:href="#icon-yinliang"></use>
  22. </svg>
  23. </span>
  24. <span class="item-title">{{replaceFName()}}</span>
  25. <span class="item-name">{{replaceLName()}}</span>
  26. <span class="item-intro">{{}}</span>
  27. </div>
  28. </li>
  29. </ul>
  30. </div>
  31. </template>
  32. <script>
  33. import { mapGetters } from 'vuex'
  34. import mixin from '../mixins'
  35. export default {
  36. name: 'album-content',
  37. mixins: [mixin],
  38. props: {
  39. songList: Array
  40. },
  41. computed: {
  42. ...mapGetters([
  43. 'id' // 音乐ID
  44. ])
  45. }
  46. }
  47. </script>

5.7我的音乐部分

用户下载的音乐在我的音乐里,会显示音乐名字,歌手名字和专辑名字。

  1. <template>
  2. <div class="upload">
  3. <p class="title">修改头像</p>
  4. <hr/>
  5. <div class="section">
  6. <el-upload
  7. drag
  8. :action="uploadUrl()"
  9. :show-file-list="false"
  10. :on-success="handleAvatarSuccess"
  11. :before-upload="beforeAvatarUpload">
  12. <i class="el-icon-upload"></i>
  13. <div class="el-upload__text">将文件拖到此处,或<em>修改头像</em></div>
  14. <div class="el-upload__tip" slot="tip">只能上传jpg/png文件,且不超过10M</div>
  15. </el-upload>
  16. </div>
  17. </div>
  18. </template>
  19. <script>
  20. import { mapGetters } from 'vuex'
  21. import mixin from '../mixins'
  22. export default {
  23. name: 'upload',
  24. mixins: [mixin],
  25. data () {
  26. return {
  27. imageUrl: ''
  28. }
  29. },
  30. computed: {
  31. ...mapGetters([
  32. 'userId'
  33. ])
  34. },
  35. methods: {
  36. uploadUrl () {
  37. return `${this.$}/user/avatar/update?id=${}`
  38. },
  39. handleAvatarSuccess (res, file) {
  40. if ( === 1) {
  41. = ()
  42. this.$('setAvator', )
  43. this.$message({
  44. message: '修改成功',
  45. type: 'success'
  46. })
  47. } else {
  48. ('修改失败', 'error')
  49. }
  50. },
  51. beforeAvatarUpload (file) {
  52. const isJPG = === 'image/jpeg'
  53. const isLt2M = / 1024 / 1024 < 10
  54. if (!isJPG) {
  55. this.$('上传头像图片只能是 JPG 格式!')
  56. }
  57. if (!isLt2M) {
  58. this.$('上传头像图片大小不能超过 10MB!')
  59. }
  60. return isJPG && isLt2M
  61. }
  62. }
  63. }
  64. </script>

6网站部署和测试

6.1搜索功能

搜索部分通过歌手和歌曲名搜索,歌手和歌曲的数据来源于数据数据库,如果在搜索中不能找到相应歌手或者相应歌曲,会 弹出来此歌手或者歌曲不存在的警告。

6.1.1通过歌曲查询

如下当输入歌曲“天下”的时候会显示歌曲的详细信息艺人和专辑,效果图如下

图6.1歌曲搜索图

  1. <template>
  2. <div class="search-song-Lists">
  3. <content-list :contentList="albumDatas" path="song-list-album"></content-list>
  4. </div>
  5. </template>
  6. <script>
  7. import ContentList from '../ContentList'
  8. import mixin from '../../mixins'
  9. import { getSongListOfLikeTitle } from '../../api/index'
  10. export default {
  11. name: 'search-song-Lists',
  12. mixins: [mixin],
  13. components: {
  14. ContentList
  15. },
  16. data () {
  17. return {
  18. albumDatas: []
  19. }
  20. },
  21. mounted () {
  22. ()
  23. },
  24. methods: {
  25. getSearchList () {
  26. if (!this.$) return
  27. getSongListOfLikeTitle(this.$)
  28. .then(res => {
  29. if (!) {
  30. ('暂无该歌曲内容', 'warning')
  31. } else {
  32. = res
  33. }
  34. })
  35. }
  36. }
  37. }
  38. </script>

6.1.2通过歌手搜索查询

在导航栏的搜索框里输入歌手的名字 ,会显示数据库中所有关于歌手的歌单,例如搜索查询歌手“张杰”,会显示他的所有歌曲,如果没有,则会判断弹出来警告,没有此歌手。

图6.2歌手搜索图

  1. <template>
  2. <div class="search-songs">
  3. <album-content :songList="listOfSongs"></album-content>
  4. </div>
  5. </template>
  6. <script>
  7. import { mapGetters } from 'vuex'
  8. import mixin from '../../mixins'
  9. import AlbumContent from '../AlbumContent'
  10. export default {
  11. name: 'search-songs',
  12. mixins: [mixin],
  13. components: {
  14. AlbumContent
  15. },
  16. computed: {
  17. ...mapGetters([
  18. 'listOfSongs' // 存放的音乐
  19. ])
  20. },
  21. mounted () {
  22. ()
  23. }
  24. }
  25. </script>

6.2播放部分

当用户点击音乐的时候,会进行音乐的播放与停止操作。

图6.3播放图

  1. <template>
  2. <div class="play-bar" :class="{show:!toggle}">
  3. <div @click="toggle=!toggle" class="item-up" :class="{turn: toggle}">
  4. <svg class="icon" aria-hidden="true">
  5. <use xlink:href="#icon-jiantou-xia-cuxiantiao"></use>
  6. </svg>
  7. </div>
  8. <div class="kongjian" >
  9. <!--上一首-->
  10. <div class="item" @click="prev">
  11. <svg class="icon" aria-hidden="true">
  12. <use xlink:href="#icon-ziyuanldpi"></use>
  13. </svg>
  14. </div>
  15. <!--播放-->
  16. <div class="item" @click="togglePlay">
  17. <svg class="icon" aria-hidden="true">
  18. <use :xlink:href="playButtonUrl"></use>
  19. </svg>
  20. </div>
  21. <!--下一首-->
  22. <div class="item" @click="next">
  23. <svg class="icon" aria-hidden="true">
  24. <use xlink:href="#icon-ziyuanldpi1"></use>
  25. </svg>
  26. </div>
  27. <!--歌曲图片-->
  28. <div class="item-img" @click="goPlayerPage">
  29. <img :src=picUrl alt="">
  30. </div>
  31. <!--播放进度-->
  32. <div class="playing-speed">
  33. <!--播放开始时间-->
  34. <div class="current-time">{{ nowTime }}</div>
  35. <div class="progress-box">
  36. <div class="item-song-title">
  37. <div>{{}}</div>
  38. <div>{{}}</div>
  39. </div>
  40. <div ref="progress" class="progress" @mousemove="mousemove">
  41. <!--进度条-->
  42. <div ref="bg" class="bg" @click="updatemove">
  43. <div ref="curProgress" class="cur-progress" :style="{width: curLength+'%'}"></div>
  44. </div>
  45. <!--进度条 end -->
  46. <!--拖动的点点-->
  47. <div ref="idot" class="idot" :style="{left: curLength+'%'}" @mousedown="mousedown" @mouseup="mouseup"></div>
  48. <!--拖动的点点 end -->
  49. </div>
  50. </div>
  51. <!--播放结束时间-->
  52. <div class="left-time">{{ songTime }}</div>
  53. </div>
  54. <!--音量-->
  55. <div class="item icon-volume" >
  56. <svg v-if="volume !== 0" class="icon" aria-hidden="true">
  57. <use xlink:href="#icon-yinliang1"></use>
  58. </svg>
  59. <svg v-else class="icon" aria-hidden="true">
  60. <use xlink:href="#icon-yinliangjingyinheix"></use>
  61. </svg>
  62. <el-slider class="volume" v-model="volume" :vertical="true"></el-slider>
  63. </div>
  64. <!--添加-->
  65. <div class="item" @click="collection">
  66. <svg :class="{ active: isActive }" class="icon" aria-hidden="true">
  67. <use xlink:href="#icon-xihuan-shi"></use>
  68. </svg>
  69. </div>
  70. <!--下载-->
  71. <div class="item" @click="download">
  72. <svg class="icon" aria-hidden="true">
  73. <use xlink:href="#icon-xiazai"></use>
  74. </svg>
  75. </div>
  76. <!--歌曲列表-->
  77. <div class="item" @click="changeAside">
  78. <svg class="icon" aria-hidden="true">
  79. <use xlink:href="#icon-liebiao"></use>
  80. </svg>
  81. </div>
  82. </div>
  83. </div>
  84. </template>
  85. <script>
  86. import { mapGetters } from 'vuex'
  87. import mixin from '../mixins'
  88. import { setCollection, download } from '../api/index'
  89. export default {
  90. name: 'play-bar',
  91. mixins: [mixin],
  92. data () {
  93. return {
  94. tag: false,
  95. nowTime: '00:00',
  96. songTime: '00:00',
  97. curLength: 0, // 进度条的位置
  98. progressLength: 0, // 进度条长度
  99. mouseStartX: 0, // 拖拽开始位置
  100. toggle: true,
  101. volume: 50
  102. }
  103. },
  104. computed: {
  105. ...mapGetters([
  106. 'loginIn', // 用户登录状态
  107. 'userId', // 用户 id
  108. 'isPlay', // 播放状态
  109. 'playButtonUrl', // 播放状态的图标
  110. 'id', // 音乐id
  111. 'url', // 音乐地址
  112. 'title', // 歌名
  113. 'artist', // 歌手名
  114. 'picUrl', // 歌曲图片
  115. 'curTime', // 当前音乐的播放位置
  116. 'duration', // 音乐时长
  117. 'listOfSongs', // 当前歌单列表
  118. 'listIndex', // 当前歌曲在歌曲列表的位置
  119. 'showAside', // 是否显示侧边栏
  120. 'autoNext', // 用于触发自动播放下一首
  121. 'isActive'
  122. ])
  123. },
  124. watch: {
  125. // 切换播放状态的图标
  126. isPlay (val) {
  127. if (val) {
  128. this.$('setPlayButtonUrl', '#icon-zanting')
  129. } else {
  130. this.$('setPlayButtonUrl', '#icon-bofang')
  131. }
  132. },
  133. volume () {
  134. this.$('setVolume', / 100)
  135. },
  136. // 播放时间的开始和结束
  137. curTime () {
  138. = ()
  139. = ()
  140. // 移动进度条
  141. = ( / ) * 100
  142. // 处理歌词位置及颜色
  143. },
  144. // 自动播放下一首
  145. autoNext () {
  146. ()
  147. }
  148. },
  149. mounted () {
  150. = this.$().width
  151. ('.icon-volume').addEventListener('click', function (e) {
  152. ('.volume').('show-volume')
  153. ()
  154. }, false)
  155. ('.volume').addEventListener('click', function (e) {
  156. ()
  157. }, false)
  158. ('click', function () {
  159. ('.volume').('show-volume')
  160. }, false)
  161. },
  162. methods: {
  163. // 下载
  164. download () {
  165. download()
  166. .then(res => {
  167. let content =
  168. let eleLink = ('a')
  169. = `${}-${}.mp3`
  170. = 'none'
  171. // 字符内容转变成blob地址
  172. let blob = new Blob([content])
  173. = (blob)
  174. // 触发点击
  175. (eleLink)
  176. ()
  177. // 然后移除
  178. (eleLink)
  179. })
  180. .catch(err => {
  181. (err)
  182. })
  183. },
  184. changeAside () {
  185. let temp = !
  186. this.$('setShowAside', temp)
  187. },
  188. // 控制音乐播放 / 暂停
  189. togglePlay () {
  190. if () {
  191. this.$('setIsPlay', false)
  192. } else {
  193. this.$('setIsPlay', true)
  194. }
  195. },
  196. // 解析播放时间
  197. formatSeconds (value) {
  198. let theTime = parseInt(value)
  199. let theTime1 = 0
  200. let theTime2 = 0
  201. if (theTime > 60) {
  202. theTime1 = parseInt(theTime / 60) // 分
  203. theTime = parseInt(theTime % 60) // 秒
  204. // 是否超过一个小时
  205. if (theTime1 > 60) {
  206. theTime2 = parseInt(theTime1 / 60) // 小时
  207. theTime1 = 60 // 分
  208. }
  209. }
  210. // 多少秒
  211. if (parseInt(theTime) < 10) {
  212. var result = '0:0' + parseInt(theTime)
  213. } else {
  214. result = '0:' + parseInt(theTime)
  215. }
  216. // 多少分钟时
  217. if (theTime1 > 0) {
  218. if (parseInt(theTime) < 10) {
  219. result = '0' + parseInt(theTime)
  220. } else {
  221. result = parseInt(theTime)
  222. }
  223. result = parseInt(theTime1) + ':' + result
  224. }
  225. // 多少小时时
  226. if (theTime2 > 0) {
  227. if (parseInt(theTime) < 10) {
  228. result = '0' + parseInt(theTime)
  229. } else {
  230. result = parseInt(theTime)
  231. }
  232. result = parseInt(theTime2) + ':' + parseInt(theTime1) + ':' + result
  233. }
  234. return result
  235. },
  236. // 拖拽开始
  237. mousedown (e) {
  238. =
  239. = true
  240. },
  241. // 拖拽结束
  242. mouseup () {
  243. = false
  244. },
  245. // 拖拽中
  246. mousemove (e) {
  247. if (!) {
  248. return false
  249. }
  250. if () {
  251. let movementX = -
  252. let curLength = this.$().width
  253. // 计算出百分比
  254. = this.$().width
  255. let newPercent = ((curLength + movementX) / ) * 100
  256. if (newPercent > 100) {
  257. newPercent = 100
  258. }
  259. = newPercent
  260. =
  261. // 根据百分比推出对应的播放时间
  262. (newPercent)
  263. }
  264. },
  265. // 更改歌曲进度
  266. changeTime (percent) {
  267. let newCurTime = * (percent * 0.01)
  268. this.$('setChangeTime', newCurTime)
  269. },
  270. updatemove (e) {
  271. if (!) {
  272. let curLength = this.$
  273. = this.$().width
  274. let newPercent = (( - curLength) / ) * 100
  275. if (newPercent < 0) {
  276. newPercent = 0
  277. } else if (newPercent > 100) {
  278. newPercent = 100
  279. }
  280. = newPercent
  281. (newPercent)
  282. }
  283. },
  284. // 上一首
  285. prev () {
  286. if ( !== -1 && > 1) {
  287. if ( > 0) {
  288. this.$('setListIndex', - 1)
  289. ([].url)
  290. } else {
  291. this.$('setListIndex', - 1)
  292. ([].url)
  293. }
  294. }
  295. },
  296. // 下一首
  297. next () {
  298. if ( !== -1 && > 1) {
  299. if ( < - 1) {
  300. this.$('setListIndex', + 1)
  301. ([].url)
  302. } else {
  303. this.$('setListIndex', 0)
  304. ([0].url)
  305. }
  306. }
  307. },
  308. // 选中播放
  309. toPlay (url) {
  310. if (url && url !== ) {
  311. this.$('setId', [].id)
  312. this.$('setUrl', this.$ + url)
  313. this.$('setpicUrl', this.$ + [].pic)
  314. this.$('setTitle', ([].name))
  315. this.$('setArtist', ([].name))
  316. this.$('setLyric', ([].lyric))
  317. }
  318. },
  319. goPlayerPage () {
  320. this.$({path: `/lyric/${}`})
  321. },
  322. collection () {
  323. if () {
  324. var params = new URLSearchParams()
  325. ('userId', )
  326. ('type', 0) // 0 代表歌曲, 1 代表歌单
  327. ('songId', )
  328. setCollection(params)
  329. .then(res => {
  330. if ( === 1) {
  331. this.$('setIsActive', true)
  332. ('收藏成功', 'success')
  333. } else if ( === 2) {
  334. ('已收藏', 'warning')
  335. } else {
  336. this.$({
  337. title: '收藏失败',
  338. showClose: false
  339. })
  340. }
  341. })
  342. .catch(err => {
  343. (err)
  344. })
  345. } else {
  346. ('请先登录', 'warning')
  347. }
  348. }
  349. }
  350. }
  351. </script>

7总结

本次课设,通过自己对相关系统进行分析以及设计,使我对信息系统分析与设计这门课有了更深层次的理解以及对PD建模工具使用的更加得心应手。在课程设计过程中,首先要从需求分析出发,对系统进行深入分析。需求分析是前提,只有做好了分析,设计的系统才能符合用户的需求,对前端的内容html,css,js的初步了解通过查阅有关图书信息,以及回忆之前所学内容,运用vue框架完成了本次实训,总结了很多有价值有意义的学习经验,还能让我把以前学到的知识加以巩固并且进一步的提高对现在所学知识的理解,让我认识到了自己在以前学习方面的不足之处。以后还需要继续努力。

参考文献

[1]王昊,刘友华.信息系统分析与设计[M].江苏:南京大学出版社,2021.

[2]张俊玲.数据库原理与应用[M].北京:清华大学出版社,2010.

[3]苗雪兰,刘瑞新,宋歌.数据库系统原理[M]. 北京:机械工业出版社,2007.

[4]刘亚军,高莉莎.数据库设计及应用[M]. 北京:清华大学出版社,2007.

[5]何东健.网页设计与Web编程[M]. 西安:西安交通大学出版社,2004.