服务器资源搭建
MKOnlinePlayer搭建在线音乐播放器
地址:https://github.com/mengkunsoft/MKOnlineMusicPlayer
搭建环境:php7.2.11,httpd,mysql8.0.17
遇到的问题:
1 | undefined function json_decode() |
解决办法:
centos:
1 | sudo yum install php-pecl-json |
ubuntu
1 | sudo aptitude install php5-json |
音乐搜索神器
地址:https://github.com/maicong/music
搭建环境:php5.4.16 httpd
在线Json解析
地址:https://github.com/bimohxh/jsonon