在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 在线音乐平台源代码JAVA(可执行!)

在线音乐平台源代码JAVA(可执行!)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:33.60M
  • 下载次数:2
  • 浏览次数:218
  • 发布时间:2020-10-24
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
在线音乐平台源代码JAVA(可执行!)用mysql。B/S模式!
【实例截图】
【核心代码】
JAVA(可执行!)
└── 在线音乐平台源代码JAVA(可执行!)
├── jPlayerDemo
│   ├── add-on
│   │   ├── jplayer.playlist.min.js
│   │   └── jquery.jplayer.inspector.js
│   ├── demo1.html
│   ├── ie
│   │   ├── ie6.css
│   │   └── ie9html5.js
│   ├── Jplayer.swf
│   ├── jquery.jplayer.min.js
│   ├── jquery.min.js
│   ├── Rika_-_i_dont_know.mp3
│   └── skin
│   ├── jplayer.blue.monday.css
│   ├── jplayer.blue.monday.jpg
│   ├── jplayer.blue.monday.seeking.gif
│   └── jplayer.blue.monday.video.play.png
├── jPlayer使用指南.txt
├── jQuery.jPlayer.2.4.0.zip
├── music
│   ├── 93me.php
│   ├── Ad
│   │   ├── 1207634899.js
│   │   ├── 1207642860.js
│   │   ├── 1207654183.js
│   │   └── index.php
│   ├── addlrc.php
│   ├── admin
│   │   ├── addadmin.php
│   │   ├── addmusic.php
│   │   ├── advert.php
│   │   ├── announce.php
│   │   ├── badwords.php
│   │   ├── cat.php
│   │   ├── editmypwd.php
│   │   ├── edit.php
│   │   ├── error.php
│   │   ├── global.php
│   │   ├── index.php
│   │   ├── ipban.php
│   │   ├── jsadmin.php
│   │   ├── left.php
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── reply.php
│   │   ├── setting.php
│   │   ├── sharelinks.php
│   │   ├── singer.php
│   │   ├── songadmin.php
│   │   ├── upadmin.php
│   │   ├── upload.php
│   │   ├── usercom.php
│   │   └── user.php
│   ├── admin.php
│   ├── bbs.gif
│   ├── ck.php
│   ├── commend.php
│   ├── comment.php
│   ├── data
│   │   ├── adminuser
│   │   │   ├── admin.php
│   │   │   └── index.php
│   │   ├── advert.php
│   │   ├── announce.php
│   │   ├── badwords.php
│   │   ├── bannames.php
│   │   ├── cat.php
│   │   ├── cknum.php
│   │   ├── commend.php
│   │   ├── data
│   │   │   ├── 1.php
│   │   │   └── index.php
│   │   ├── diange.php
│   │   ├── downhotday.php
│   │   ├── downhot.php
│   │   ├── error.php
│   │   ├── index.php
│   │   ├── ipbans.php
│   │   ├── list.php
│   │   ├── lrc
│   │   │   └── index.php
│   │   ├── manager.php
│   │   ├── reply.php
│   │   ├── sharelinks.php
│   │   ├── singer.php
│   │   ├── usercom.php
│   │   ├── viewhotday.php
│   │   └── viewhot.php
│   ├── dg.php
│   ├── dgplay.php
│   ├── down.php
│   ├── editpsd.php
│   ├── error.php
│   ├── exobudpl.php
│   ├── global.php
│   ├── header.php
│   ├── hot.php
│   ├── images
│   │   ├── 93me.jpg
│   │   ├── Ad
│   │   │   ├── 93me.gif
│   │   │   ├── index.php
│   │   │   └── Thumbs.db
│   │   ├── btn_forward.gif
│   │   ├── btn_next.gif
│   │   ├── btn_pause.gif
│   │   ├── btn_play.gif
│   │   ├── btn_play.gif.lnk
│   │   ├── btn_prev.gif
│   │   ├── btn_stop.gif
│   │   ├── face
│   │   │   ├── 0.gif
│   │   │   ├── 1.gif
│   │   │   ├── 2.gif
│   │   │   ├── 3.gif
│   │   │   ├── 4.gif
│   │   │   ├── 5.gif
│   │   │   ├── index.php
│   │   │   └── Thumbs.db
│   │   ├── index.php
│   │   ├── list_bg_content.gif
│   │   ├── list_bg_title.gif
│   │   ├── list_box_bg.gif
│   │   ├── list_box_buttom.gif
│   │   ├── list_box_top.gif
│   │   ├── logo.gif
│   │   ├── lyric_bg_content.gif
│   │   ├── lyric_bg_title.gif
│   │   ├── lyric_box_bg.gif
│   │   ├── lyric_box_buttom.gif
│   │   ├── lyric_box_top.gif
│   │   ├── m.gif
│   │   ├── play_bg_choice.gif
│   │   ├── player.css
│   │   ├── player_guage_pic.gif
│   │   ├── rank
│   │   │   ├── 1star.gif
│   │   │   ├── 2star.gif
│   │   │   ├── 3star.gif
│   │   │   ├── 4star.gif
│   │   │   ├── 5star.gif
│   │   │   ├── index.php
│   │   │   └── Thumbs.db
│   │   ├── scoll_buttom.gif
│   │   ├── scoll_line.gif
│   │   ├── scoll_onbut.gif
│   │   ├── scoll_top.gif
│   │   ├── send_bg_buttom.gif
│   │   ├── send_bg_cbox.jpg
│   │   ├── send_bg_content.jpg
│   │   ├── send_bg_green.jpg
│   │   ├── send_bg_orange.jpg
│   │   ├── send_bg_pink.jpg
│   │   ├── send_bg_player.jpg
│   │   ├── send_buttom_green.jpg
│   │   ├── sound_linbg.gif
│   │   ├── sound_scollbtn.gif
│   │   └── Thumbs.db
│   ├── inc
│   │   ├── admin_left.php
│   │   ├── ck.php
│   │   ├── config.php
│   │   ├── index.php
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   └── text_function.php
│   ├── index.php
│   ├── jPlayerDemo
│   │   ├── add-on
│   │   │   ├── jplayer.playlist.min.js
│   │   │   └── jquery.jplayer.inspector.js
│   │   ├── demo1.html
│   │   ├── ie
│   │   │   ├── ie6.css
│   │   │   └── ie9html5.js
│   │   ├── Jplayer.swf
│   │   ├── jquery.jplayer.min.js
│   │   ├── jquery.min.js
│   │   ├── Rika_-_i_dont_know.mp3
│   │   └── skin
│   │   ├── jplayer.blue.monday.css
│   │   ├── jplayer.blue.monday.jpg
│   │   ├── jplayer.blue.monday.seeking.gif
│   │   └── jplayer.blue.monday.video.play.png
│   ├── jPlayer使用指南.txt
│   ├── jQuery.jPlayer.2.4.0.zip
│   ├── js
│   │   ├── ajax.js
│   │   ├── box.js
│   │   ├── common.js
│   │   ├── DeployInit.js
│   │   ├── Deploy.js
│   │   ├── exobud.js
│   │   ├── exobudpll.js
│   │   ├── imgchg.js
│   │   ├── index.php
│   │   ├── lrc.js
│   │   └── set.js
│   ├── list.php
│   ├── login.php
│   ├── me.gif
│   ├── member.php
│   ├── musicbox.php
│   ├── music.php
│   ├── _notes
│   │   └── dwsync.xml
│   ├── play.php
│   ├── register.php
│   ├── search.php
│   ├── song.php
│   ├── template
│   │   ├── admin
│   │   │   ├── addadmin.htm
│   │   │   ├── addmusic.htm
│   │   │   ├── adminbottom.htm
│   │   │   ├── admin.htm
│   │   │   ├── adminleft.htm
│   │   │   ├── adminlogin.htm
│   │   │   ├── badwords.htm
│   │   │   ├── cat.htm
│   │   │   ├── edit.htm
│   │   │   ├── editmypwd.htm
│   │   │   ├── error.htm
│   │   │   ├── head.htm
│   │   │   ├── images
│   │   │   │   ├── fold.gif
│   │   │   │   ├── index.php
│   │   │   │   ├── Load.gif
│   │   │   │   ├── logo.jpg
│   │   │   │   ├── navbg.gif
│   │   │   │   ├── nofold.gif
│   │   │   │   └── Thumbs.db
│   │   │   ├── index.htm
│   │   │   ├── index.php
│   │   │   ├── ipban.htm
│   │   │   ├── message.htm
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── reply.htm
│   │   │   ├── setting.htm
│   │   │   ├── sharelinks.htm
│   │   │   ├── singer.htm
│   │   │   ├── songadmin.htm
│   │   │   ├── top.htm
│   │   │   ├── upadmin.htm
│   │   │   ├── usercom.htm
│   │   │   └── user.htm
│   │   ├── default
│   │   │   ├── addlrc.html
│   │   │   ├── commend.html
│   │   │   ├── dg.html
│   │   │   ├── dgplay.html
│   │   │   ├── editpsd.html
│   │   │   ├── error.html
│   │   │   ├── footer.html
│   │   │   ├── header.html
│   │   │   ├── hot.html
│   │   │   ├── images
│   │   │   │   ├── bg_main.gif
│   │   │   │   ├── css.css
│   │   │   │   ├── delete.gif
│   │   │   │   ├── dg.gif
│   │   │   │   ├── down.gif
│   │   │   │   ├── icon_box.gif
│   │   │   │   ├── icon_commend.gif
│   │   │   │   ├── icon_dg.gif
│   │   │   │   ├── icon_diange.gif
│   │   │   │   ├── icon_down.gif
│   │   │   │   ├── icon_editpsd.gif
│   │   │   │   ├── icon_exit.gif
│   │   │   │   ├── icon_play.gif
│   │   │   │   ├── icon_sc.gif
│   │   │   │   ├── icon_song.gif
│   │   │   │   ├── index.php
│   │   │   │   ├── Links.gif
│   │   │   │   ├── logo.gif
│   │   │   │   ├── menu_c.gif
│   │   │   │   ├── Music.gif
│   │   │   │   ├── Ranking.gif
│   │   │   │   ├── sbg.gif
│   │   │   │   ├── sbt.gif
│   │   │   │   ├── s_btn1.gif
│   │   │   │   ├── s_btn2.gif
│   │   │   │   ├── sc.gif
│   │   │   │   ├── searchbg.gif
│   │   │   │   ├── Thumbs.db
│   │   │   │   └── top_bg.gif
│   │   │   ├── index.html
│   │   │   ├── index.php
│   │   │   ├── list.html
│   │   │   ├── login.html
│   │   │   ├── member.html
│   │   │   ├── musicbox.html
│   │   │   ├── notice.html
│   │   │   ├── play.html
│   │   │   ├── register.html
│   │   │   ├── search.html
│   │   │   ├── showmsg.html
│   │   │   ├── song.html
│   │   │   └── usercom.html
│   │   └── music
│   │   ├── addlrc.html
│   │   ├── commend.html
│   │   ├── dg.html
│   │   ├── dgplay.html
│   │   ├── editpsd.html
│   │   ├── error.html
│   │   ├── footer.html
│   │   ├── header.html
│   │   ├── hot.html
│   │   ├── images
│   │   │   ├── bg_main.gif
│   │   │   ├── css.css
│   │   │   ├── delete.gif
│   │   │   ├── dg.gif
│   │   │   ├── down.gif
│   │   │   ├── icon_box.gif
│   │   │   ├── icon_commend.gif
│   │   │   ├── icon_dg.gif
│   │   │   ├── icon_diange.gif
│   │   │   ├── icon_down.gif
│   │   │   ├── icon_editpsd.gif
│   │   │   ├── icon_exit.gif
│   │   │   ├── icon_play.gif
│   │   │   ├── icon_sc.gif
│   │   │   ├── icon_song.gif
│   │   │   ├── index.php
│   │   │   ├── Links.gif
│   │   │   ├── logo.gif
│   │   │   ├── menu_c.gif
│   │   │   ├── Music.gif
│   │   │   ├── Ranking.gif
│   │   │   ├── sbg.gif
│   │   │   ├── sbt.gif
│   │   │   ├── s_btn1.gif
│   │   │   ├── s_btn2.gif
│   │   │   ├── sc.gif
│   │   │   ├── searchbg.gif
│   │   │   ├── Thumbs.db
│   │   │   └── top_bg.gif
│   │   ├── index.html
│   │   ├── index.php
│   │   ├── list.html
│   │   ├── login.html
│   │   ├── member.html
│   │   ├── musicbox.html
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── notice.html
│   │   ├── play.html
│   │   ├── register.html
│   │   ├── search.html
│   │   ├── showmsg.html
│   │   ├── song.html
│   │   └── usercom.html
│   ├── upload
│   │   ├── 1262267289.wma
│   │   ├── index.php
│   │   └── uplist.php
│   ├── user
│   │   ├── admin_box.php
│   │   ├── admin.php
│   │   ├── baoma.php
│   │   ├── index.php
│   │   └── list.php
│   ├── usercom.php
│   ├── 复件 (2) 93me.php
│   ├── 复件 (2) Ad
│   │   ├── 1207634899.js
│   │   ├── 1207642860.js
│   │   ├── 1207654183.js
│   │   └── index.php
│   ├── 复件 (2) addlrc.php
│   ├── 复件 (2) admin
│   │   ├── addadmin.php
│   │   ├── addmusic.php
│   │   ├── advert.php
│   │   ├── announce.php
│   │   ├── badwords.php
│   │   ├── cat.php
│   │   ├── editmypwd.php
│   │   ├── edit.php
│   │   ├── error.php
│   │   ├── global.php
│   │   ├── index.php
│   │   ├── ipban.php
│   │   ├── jsadmin.php
│   │   ├── left.php
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── reply.php
│   │   ├── setting.php
│   │   ├── sharelinks.php
│   │   ├── singer.php
│   │   ├── songadmin.php
│   │   ├── upadmin.php
│   │   ├── upload.php
│   │   ├── usercom.php
│   │   └── user.php
│   ├── 复件 (2) admin.php
│   ├── 复件 (2) bbs.gif
│   ├── 复件 (2) ck.php
│   ├── 复件 (2) commend.php
│   ├── 复件 (2) comment.php
│   ├── 复件 (2) data
│   │   ├── adminuser
│   │   │   ├── admin.php
│   │   │   └── index.php
│   │   ├── advert.php
│   │   ├── announce.php
│   │   ├── badwords.php
│   │   ├── bannames.php
│   │   ├── cat.php
│   │   ├── cknum.php
│   │   ├── commend.php
│   │   ├── data
│   │   │   ├── 1.php
│   │   │   └── index.php
│   │   ├── diange.php
│   │   ├── downhotday.php
│   │   ├── downhot.php
│   │   ├── error.php
│   │   ├── index.php
│   │   ├── ipbans.php
│   │   ├── list.php
│   │   ├── lrc
│   │   │   └── index.php
│   │   ├── manager.php
│   │   ├── reply.php
│   │   ├── sharelinks.php
│   │   ├── singer.php
│   │   ├── usercom.php
│   │   ├── viewhotday.php
│   │   └── viewhot.php
│   ├── 复件 (2) dg.php
│   ├── 复件 (2) dgplay.php
│   ├── 复件 (2) down.php
│   ├── 复件 (2) editpsd.php
│   ├── 复件 (2) error.php
│   ├── 复件 (2) exobudpl.php
│   ├── 复件 (2) global.php
│   ├── 复件 (2) header.php
│   ├── 复件 (2) hot.php
│   ├── 复件 (2) images
│   │   ├── 93me.jpg
│   │   ├── Ad
│   │   │   ├── 93me.gif
│   │   │   ├── index.php
│   │   │   └── Thumbs.db
│   │   ├── btn_forward.gif
│   │   ├── btn_next.gif
│   │   ├── btn_pause.gif
│   │   ├── btn_play.gif
│   │   ├── btn_play.gif.lnk
│   │   ├── btn_prev.gif
│   │   ├── btn_stop.gif
│   │   ├── face
│   │   │   ├── 0.gif
│   │   │   ├── 1.gif
│   │   │   ├── 2.gif
│   │   │   ├── 3.gif
│   │   │   ├── 4.gif
│   │   │   ├── 5.gif
│   │   │   ├── index.php
│   │   │   └── Thumbs.db
│   │   ├── index.php
│   │   ├── list_bg_content.gif
│   │   ├── list_bg_title.gif
│   │   ├── list_box_bg.gif
│   │   ├── list_box_buttom.gif
│   │   ├── list_box_top.gif
│   │   ├── logo.gif
│   │   ├── lyric_bg_content.gif
│   │   ├── lyric_bg_title.gif
│   │   ├── lyric_box_bg.gif
│   │   ├── lyric_box_buttom.gif
│   │   ├── lyric_box_top.gif
│   │   ├── m.gif
│   │   ├── play_bg_choice.gif
│   │   ├── player.css
│   │   ├── player_guage_pic.gif
│   │   ├── rank
│   │   │   ├── 1star.gif
│   │   │   ├── 2star.gif
│   │   │   ├── 3star.gif
│   │   │   ├── 4star.gif
│   │   │   ├── 5star.gif
│   │   │   ├── index.php
│   │   │   └── Thumbs.db
│   │   ├── scoll_buttom.gif
│   │   ├── scoll_line.gif
│   │   ├── scoll_onbut.gif
│   │   ├── scoll_top.gif
│   │   ├── send_bg_buttom.gif
│   │   ├── send_bg_cbox.jpg
│   │   ├── send_bg_content.jpg
│   │   ├── send_bg_green.jpg
│   │   ├── send_bg_orange.jpg
│   │   ├── send_bg_pink.jpg
│   │   ├── send_bg_player.jpg
│   │   ├── send_buttom_green.jpg
│   │   ├── sound_linbg.gif
│   │   ├── sound_scollbtn.gif
│   │   └── Thumbs.db
│   ├── 复件 (2) inc
│   │   ├── admin_left.php
│   │   ├── ck.php
│   │   ├── config.php
│   │   ├── index.php
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   └── text_function.php
│   ├── 复件 (2) index.php
│   ├── 复件 (2) jPlayerDemo
│   │   ├── add-on
│   │   │   ├── jplayer.playlist.min.js
│   │   │   └── jquery.jplayer.inspector.js
│   │   ├── demo1.html
│   │   ├── ie
│   │   │   ├── ie6.css
│   │   │   └── ie9html5.js
│   │   ├── Jplayer.swf
│   │   ├── jquery.jplayer.min.js
│   │   ├── jquery.min.js
│   │   ├── Rika_-_i_dont_know.mp3
│   │   └── skin
│   │   ├── jplayer.blue.monday.css
│   │   ├── jplayer.blue.monday.jpg
│   │   ├── jplayer.blue.monday.seeking.gif
│   │   └── jplayer.blue.monday.video.play.png
│   ├── 复件 (2) jPlayer使用指南.txt
│   ├── 复件 (2) jQuery.jPlayer.2.4.0.zip
│   ├── 复件 (2) js
│   │   ├── ajax.js
│   │   ├── box.js
│   │   ├── common.js
│   │   ├── DeployInit.js
│   │   ├── Deploy.js
│   │   ├── exobud.js
│   │   ├── exobudpll.js
│   │   ├── imgchg.js
│   │   ├── index.php
│   │   ├── lrc.js
│   │   └── set.js
│   ├── 复件 (2) list.php
│   ├── 复件 (2) login.php
│   ├── 复件 (2) me.gif
│   ├── 复件 (2) member.php
│   ├── 复件 (2) musicbox.php
│   ├── 复件 (2) music.php
│   ├── 复件 (2) _notes
│   │   └── dwsync.xml
│   ├── 复件 (2) play.php
│   ├── 复件 (2) register.php
│   ├── 复件 (2) search.php
│   ├── 复件 (2) song.php
│   ├── 复件 (2) template
│   │   ├── admin
│   │   │   ├── addadmin.htm
│   │   │   ├── addmusic.htm
│   │   │   ├── adminbottom.htm
│   │   │   ├── admin.htm
│   │   │   ├── adminleft.htm
│   │   │   ├── adminlogin.htm
│   │   │   ├── badwords.htm
│   │   │   ├── cat.htm
│   │   │   ├── edit.htm
│   │   │   ├── editmypwd.htm
│   │   │   ├── error.htm
│   │   │   ├── head.htm
│   │   │   ├── images
│   │   │   │   ├── fold.gif
│   │   │   │   ├── index.php
│   │   │   │   ├── Load.gif
│   │   │   │   ├── logo.jpg
│   │   │   │   ├── navbg.gif
│   │   │   │   ├── nofold.gif
│   │   │   │   └── Thumbs.db
│   │   │   ├── index.htm
│   │   │   ├── index.php
│   │   │   ├── ipban.htm
│   │   │   ├── message.htm
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── reply.htm
│   │   │   ├── setting.htm
│   │   │   ├── sharelinks.htm
│   │   │   ├── singer.htm
│   │   │   ├── songadmin.htm
│   │   │   ├── top.htm
│   │   │   ├── upadmin.htm
│   │   │   ├── usercom.htm
│   │   │   └── user.htm
│   │   ├── default
│   │   │   ├── addlrc.html
│   │   │   ├── commend.html
│   │   │   ├── dg.html
│   │   │   ├── dgplay.html
│   │   │   ├── editpsd.html
│   │   │   ├── error.html
│   │   │   ├── footer.html
│   │   │   ├── header.html
│   │   │   ├── hot.html
│   │   │   ├── images
│   │   │   │   ├── bg_main.gif
│   │   │   │   ├── css.css
│   │   │   │   ├── delete.gif
│   │   │   │   ├── dg.gif
│   │   │   │   ├── down.gif
│   │   │   │   ├── icon_box.gif
│   │   │   │   ├── icon_commend.gif
│   │   │   │   ├── icon_dg.gif
│   │   │   │   ├── icon_diange.gif
│   │   │   │   ├── icon_down.gif
│   │   │   │   ├── icon_editpsd.gif
│   │   │   │   ├── icon_exit.gif
│   │   │   │   ├── icon_play.gif
│   │   │   │   ├── icon_sc.gif
│   │   │   │   ├── icon_song.gif
│   │   │   │   ├── index.php
│   │   │   │   ├── Links.gif
│   │   │   │   ├── logo.gif
│   │   │   │   ├── menu_c.gif
│   │   │   │   ├── Music.gif
│   │   │   │   ├── Ranking.gif
│   │   │   │   ├── sbg.gif
│   │   │   │   ├── sbt.gif
│   │   │   │   ├── s_btn1.gif
│   │   │   │   ├── s_btn2.gif
│   │   │   │   ├── sc.gif
│   │   │   │   ├── searchbg.gif
│   │   │   │   ├── Thumbs.db
│   │   │   │   └── top_bg.gif
│   │   │   ├── index.html
│   │   │   ├── index.php
│   │   │   ├── list.html
│   │   │   ├── login.html
│   │   │   ├── member.html
│   │   │   ├── musicbox.html
│   │   │   ├── notice.html
│   │   │   ├── play.html
│   │   │   ├── register.html
│   │   │   ├── search.html
│   │   │   ├── showmsg.html
│   │   │   ├── song.html
│   │   │   └── usercom.html
│   │   └── music
│   │   ├── addlrc.html
│   │   ├── commend.html
│   │   ├── dg.html
│   │   ├── dgplay.html
│   │   ├── editpsd.html
│   │   ├── error.html
│   │   ├── footer.html
│   │   ├── header.html
│   │   ├── hot.html
│   │   ├── images
│   │   │   ├── bg_main.gif
│   │   │   ├── css.css
│   │   │   ├── delete.gif
│   │   │   ├── dg.gif
│   │   │   ├── down.gif
│   │   │   ├── icon_box.gif
│   │   │   ├── icon_commend.gif
│   │   │   ├── icon_dg.gif
│   │   │   ├── icon_diange.gif
│   │   │   ├── icon_down.gif
│   │   │   ├── icon_editpsd.gif
│   │   │   ├── icon_exit.gif
│   │   │   ├── icon_play.gif
│   │   │   ├── icon_sc.gif
│   │   │   ├── icon_song.gif
│   │   │   ├── index.php
│   │   │   ├── Links.gif
│   │   │   ├── logo.gif
│   │   │   ├── menu_c.gif
│   │   │   ├── Music.gif
│   │   │   ├── Ranking.gif
│   │   │   ├── sbg.gif
│   │   │   ├── sbt.gif
│   │   │   ├── s_btn1.gif
│   │   │   ├── s_btn2.gif
│   │   │   ├── sc.gif
│   │   │   ├── searchbg.gif
│   │   │   ├── Thumbs.db
│   │   │   └── top_bg.gif
│   │   ├── index.html
│   │   ├── index.php
│   │   ├── list.html
│   │   ├── login.html
│   │   ├── member.html
│   │   ├── musicbox.html
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── notice.html
│   │   ├── play.html
│   │   ├── register.html
│   │   ├── search.html
│   │   ├── showmsg.html
│   │   ├── song.html
│   │   └── usercom.html
│   ├── 复件 (2) upload
│   │   ├── 1262267289.wma
│   │   ├── index.php
│   │   └── uplist.php
│   ├── 复件 (2) user
│   │   ├── admin_box.php
│   │   ├── admin.php
│   │   ├── baoma.php
│   │   ├── index.php
│   │   └── list.php
│   ├── 复件 (2) usercom.php
│   ├── 复件 (2) 详细教程使用jQuery_jPlayer插件给你的站点增加视频和音频功能.pdf
│   ├── 复件 (2) 说明.txt
│   ├── 复件 93me.php
│   ├── 复件 Ad
│   │   ├── 1207634899.js
│   │   ├── 1207642860.js
│   │   ├── 1207654183.js
│   │   └── index.php
│   ├── 复件 addlrc.php
│   ├── 复件 admin
│   │   ├── addadmin.php
│   │   ├── addmusic.php
│   │   ├── advert.php
│   │   ├── announce.php
│   │   ├── badwords.php
│   │   ├── cat.php
│   │   ├── editmypwd.php
│   │   ├── edit.php
│   │   ├── error.php
│   │   ├── global.php
│   │   ├── index.php
│   │   ├── ipban.php
│   │   ├── jsadmin.php
│   │   ├── left.php
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── reply.php
│   │   ├── setting.php
│   │   ├── sharelinks.php
│   │   ├── singer.php
│   │   ├── songadmin.php
│   │   ├── upadmin.php
│   │   ├── upload.php
│   │   ├── usercom.php
│   │   └── user.php
│   ├── 复件 admin.php
│   ├── 复件 bbs.gif
│   ├── 复件 ck.php
│   ├── 复件 commend.php
│   ├── 复件 comment.php
│   ├── 复件 data
│   │   ├── adminuser
│   │   │   ├── admin.php
│   │   │   └── index.php
│   │   ├── advert.php
│   │   ├── announce.php
│   │   ├── badwords.php
│   │   ├── bannames.php
│   │   ├── cat.php
│   │   ├── cknum.php
│   │   ├── commend.php
│   │   ├── data
│   │   │   ├── 1.php
│   │   │   └── index.php
│   │   ├── diange.php
│   │   ├── downhotday.php
│   │   ├── downhot.php
│   │   ├── error.php
│   │   ├── index.php
│   │   ├── ipbans.php
│   │   ├── list.php
│   │   ├── lrc
│   │   │   └── index.php
│   │   ├── manager.php
│   │   ├── reply.php
│   │   ├── sharelinks.php
│   │   ├── singer.php
│   │   ├── usercom.php
│   │   ├── viewhotday.php
│   │   └── viewhot.php
│   ├── 复件 dg.php
│   ├── 复件 dgplay.php
│   ├── 复件 down.php
│   ├── 复件 editpsd.php
│   ├── 复件 error.php
│   ├── 复件 exobudpl.php
│   ├── 复件 global.php
│   ├── 复件 header.php
│   ├── 复件 hot.php
│   ├── 复件 images
│   │   ├── 93me.jpg
│   │   ├── Ad
│   │   │   ├── 93me.gif
│   │   │   ├── index.php
│   │   │   └── Thumbs.db
│   │   ├── btn_forward.gif
│   │   ├── btn_next.gif
│   │   ├── btn_pause.gif
│   │   ├── btn_play.gif
│   │   ├── btn_play.gif.lnk
│   │   ├── btn_prev.gif
│   │   ├── btn_stop.gif
│   │   ├── face
│   │   │   ├── 0.gif
│   │   │   ├── 1.gif
│   │   │   ├── 2.gif
│   │   │   ├── 3.gif
│   │   │   ├── 4.gif
│   │   │   ├── 5.gif
│   │   │   ├── index.php
│   │   │   └── Thumbs.db
│   │   ├── index.php
│   │   ├── list_bg_content.gif
│   │   ├── list_bg_title.gif
│   │   ├── list_box_bg.gif
│   │   ├── list_box_buttom.gif
│   │   ├── list_box_top.gif
│   │   ├── logo.gif
│   │   ├── lyric_bg_content.gif
│   │   ├── lyric_bg_title.gif
│   │   ├── lyric_box_bg.gif
│   │   ├── lyric_box_buttom.gif
│   │   ├── lyric_box_top.gif
│   │   ├── m.gif
│   │   ├── play_bg_choice.gif
│   │   ├── player.css
│   │   ├── player_guage_pic.gif
│   │   ├── rank
│   │   │   ├── 1star.gif
│   │   │   ├── 2star.gif
│   │   │   ├── 3star.gif
│   │   │   ├── 4star.gif
│   │   │   ├── 5star.gif
│   │   │   ├── index.php
│   │   │   └── Thumbs.db
│   │   ├── scoll_buttom.gif
│   │   ├── scoll_line.gif
│   │   ├── scoll_onbut.gif
│   │   ├── scoll_top.gif
│   │   ├── send_bg_buttom.gif
│   │   ├── send_bg_cbox.jpg
│   │   ├── send_bg_content.jpg
│   │   ├── send_bg_green.jpg
│   │   ├── send_bg_orange.jpg
│   │   ├── send_bg_pink.jpg
│   │   ├── send_bg_player.jpg
│   │   ├── send_buttom_green.jpg
│   │   ├── sound_linbg.gif
│   │   ├── sound_scollbtn.gif
│   │   └── Thumbs.db
│   ├── 复件 inc
│   │   ├── admin_left.php
│   │   ├── ck.php
│   │   ├── config.php
│   │   ├── index.php
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   └── text_function.php
│   ├── 复件 index.php
│   ├── 复件 jPlayerDemo
│   │   ├── add-on
│   │   │   ├── jplayer.playlist.min.js
│   │   │   └── jquery.jplayer.inspector.js
│   │   ├── demo1.html
│   │   ├── ie
│   │   │   ├── ie6.css
│   │   │   └── ie9html5.js
│   │   ├── Jplayer.swf
│   │   ├── jquery.jplayer.min.js
│   │   ├── jquery.min.js
│   │   ├── Rika_-_i_dont_know.mp3
│   │   └── skin
│   │   ├── jplayer.blue.monday.css
│   │   ├── jplayer.blue.monday.jpg
│   │   ├── jplayer.blue.monday.seeking.gif
│   │   └── jplayer.blue.monday.video.play.png
│   ├── 复件 jPlayer使用指南.txt
│   ├── 复件 jQuery.jPlayer.2.4.0.zip
│   ├── 复件 js
│   │   ├── ajax.js
│   │   ├── box.js
│   │   ├── common.js
│   │   ├── DeployInit.js
│   │   ├── Deploy.js
│   │   ├── exobud.js
│   │   ├── exobudpll.js
│   │   ├── imgchg.js
│   │   ├── index.php
│   │   ├── lrc.js
│   │   └── set.js
│   ├── 复件 list.php
│   ├── 复件 login.php
│   ├── 复件 me.gif
│   ├── 复件 member.php
│   ├── 复件 musicbox.php
│   ├── 复件 music.php
│   ├── 复件 _notes
│   │   └── dwsync.xml
│   ├── 复件 play.php
│   ├── 复件 register.php
│   ├── 复件 search.php
│   ├── 复件 song.php
│   ├── 复件 template
│   │   ├── admin
│   │   │   ├── addadmin.htm
│   │   │   ├── addmusic.htm
│   │   │   ├── adminbottom.htm
│   │   │   ├── admin.htm
│   │   │   ├── adminleft.htm
│   │   │   ├── adminlogin.htm
│   │   │   ├── badwords.htm
│   │   │   ├── cat.htm
│   │   │   ├── edit.htm
│   │   │   ├── editmypwd.htm
│   │   │   ├── error.htm
│   │   │   ├── head.htm
│   │   │   ├── images
│   │   │   │   ├── fold.gif
│   │   │   │   ├── index.php
│   │   │   │   ├── Load.gif
│   │   │   │   ├── logo.jpg
│   │   │   │   ├── navbg.gif
│   │   │   │   ├── nofold.gif
│   │   │   │   └── Thumbs.db
│   │   │   ├── index.htm
│   │   │   ├── index.php
│   │   │   ├── ipban.htm
│   │   │   ├── message.htm
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── reply.htm
│   │   │   ├── setting.htm
│   │   │   ├── sharelinks.htm
│   │   │   ├── singer.htm
│   │   │   ├── songadmin.htm
│   │   │   ├── top.htm
│   │   │   ├── upadmin.htm
│   │   │   ├── usercom.htm
│   │   │   └── user.htm
│   │   ├── default
│   │   │   ├── addlrc.html
│   │   │   ├── commend.html
│   │   │   ├── dg.html
│   │   │   ├── dgplay.html
│   │   │   ├── editpsd.html
│   │   │   ├── error.html
│   │   │   ├── footer.html
│   │   │   ├── header.html
│   │   │   ├── hot.html
│   │   │   ├── images
│   │   │   │   ├── bg_main.gif
│   │   │   │   ├── css.css
│   │   │   │   ├── delete.gif
│   │   │   │   ├── dg.gif
│   │   │   │   ├── down.gif
│   │   │   │   ├── icon_box.gif
│   │   │   │   ├── icon_commend.gif
│   │   │   │   ├── icon_dg.gif
│   │   │   │   ├── icon_diange.gif
│   │   │   │   ├── icon_down.gif
│   │   │   │   ├── icon_editpsd.gif
│   │   │   │   ├── icon_exit.gif
│   │   │   │   ├── icon_play.gif
│   │   │   │   ├── icon_sc.gif
│   │   │   │   ├── icon_song.gif
│   │   │   │   ├── index.php
│   │   │   │   ├── Links.gif
│   │   │   │   ├── logo.gif
│   │   │   │   ├── menu_c.gif
│   │   │   │   ├── Music.gif
│   │   │   │   ├── Ranking.gif
│   │   │   │   ├── sbg.gif
│   │   │   │   ├── sbt.gif
│   │   │   │   ├── s_btn1.gif
│   │   │   │   ├── s_btn2.gif
│   │   │   │   ├── sc.gif
│   │   │   │   ├── searchbg.gif
│   │   │   │   ├── Thumbs.db
│   │   │   │   └── top_bg.gif
│   │   │   ├── index.html
│   │   │   ├── index.php
│   │   │   ├── list.html
│   │   │   ├── login.html
│   │   │   ├── member.html
│   │   │   ├── musicbox.html
│   │   │   ├── notice.html
│   │   │   ├── play.html
│   │   │   ├── register.html
│   │   │   ├── search.html
│   │   │   ├── showmsg.html
│   │   │   ├── song.html
│   │   │   └── usercom.html
│   │   └── music
│   │   ├── addlrc.html
│   │   ├── commend.html
│   │   ├── dg.html
│   │   ├── dgplay.html
│   │   ├── editpsd.html
│   │   ├── error.html
│   │   ├── footer.html
│   │   ├── header.html
│   │   ├── hot.html
│   │   ├── images
│   │   │   ├── bg_main.gif
│   │   │   ├── css.css
│   │   │   ├── delete.gif
│   │   │   ├── dg.gif
│   │   │   ├── down.gif
│   │   │   ├── icon_box.gif
│   │   │   ├── icon_commend.gif
│   │   │   ├── icon_dg.gif
│   │   │   ├── icon_diange.gif
│   │   │   ├── icon_down.gif
│   │   │   ├── icon_editpsd.gif
│   │   │   ├── icon_exit.gif
│   │   │   ├── icon_play.gif
│   │   │   ├── icon_sc.gif
│   │   │   ├── icon_song.gif
│   │   │   ├── index.php
│   │   │   ├── Links.gif
│   │   │   ├── logo.gif
│   │   │   ├── menu_c.gif
│   │   │   ├── Music.gif
│   │   │   ├── Ranking.gif
│   │   │   ├── sbg.gif
│   │   │   ├── sbt.gif
│   │   │   ├── s_btn1.gif
│   │   │   ├── s_btn2.gif
│   │   │   ├── sc.gif
│   │   │   ├── searchbg.gif
│   │   │   ├── Thumbs.db
│   │   │   └── top_bg.gif
│   │   ├── index.html
│   │   ├── index.php
│   │   ├── list.html
│   │   ├── login.html
│   │   ├── member.html
│   │   ├── musicbox.html
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── notice.html
│   │   ├── play.html
│   │   ├── register.html
│   │   ├── search.html
│   │   ├── showmsg.html
│   │   ├── song.html
│   │   └── usercom.html
│   ├── 复件 upload
│   │   ├── 1262267289.wma
│   │   ├── index.php
│   │   └── uplist.php
│   ├── 复件 user
│   │   ├── admin_box.php
│   │   ├── admin.php
│   │   ├── baoma.php
│   │   ├── index.php
│   │   └── list.php
│   ├── 复件 usercom.php
│   ├── 复件 复件 93me.php
│   ├── 复件 复件 Ad
│   │   ├── 1207634899.js
│   │   ├── 1207642860.js
│   │   ├── 1207654183.js
│   │   └── index.php
│   ├── 复件 复件 addlrc.php
│   ├── 复件 复件 admin
│   │   ├── addadmin.php
│   │   ├── addmusic.php
│   │   ├── advert.php
│   │   ├── announce.php
│   │   ├── badwords.php
│   │   ├── cat.php
│   │   ├── editmypwd.php
│   │   ├── edit.php
│   │   ├── error.php
│   │   ├── global.php
│   │   ├── index.php
│   │   ├── ipban.php
│   │   ├── jsadmin.php
│   │   ├── left.php
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── reply.php
│   │   ├── setting.php
│   │   ├── sharelinks.php
│   │   ├── singer.php
│   │   ├── songadmin.php
│   │   ├── upadmin.php
│   │   ├── upload.php
│   │   ├── usercom.php
│   │   └── user.php
│   ├── 复件 复件 admin.php
│   ├── 复件 复件 bbs.gif
│   ├── 复件 复件 ck.php
│   ├── 复件 复件 commend.php
│   ├── 复件 复件 comment.php
│   ├── 复件 复件 data
│   │   ├── adminuser
│   │   │   ├── admin.php
│   │   │   └── index.php
│   │   ├── advert.php
│   │   ├── announce.php
│   │   ├── badwords.php
│   │   ├── bannames.php
│   │   ├── cat.php
│   │   ├── cknum.php
│   │   ├── commend.php
│   │   ├── data
│   │   │   ├── 1.php
│   │   │   └── index.php
│   │   ├── diange.php
│   │   ├── downhotday.php
│   │   ├── downhot.php
│   │   ├── error.php
│   │   ├── index.php
│   │   ├── ipbans.php
│   │   ├── list.php
│   │   ├── lrc
│   │   │   └── index.php
│   │   ├── manager.php
│   │   ├── reply.php
│   │   ├── sharelinks.php
│   │   ├── singer.php
│   │   ├── usercom.php
│   │   ├── viewhotday.php
│   │   └── viewhot.php
│   ├── 复件 复件 dg.php
│   ├── 复件 复件 dgplay.php
│   ├── 复件 复件 down.php
│   ├── 复件 复件 editpsd.php
│   ├── 复件 复件 error.php
│   ├── 复件 复件 exobudpl.php
│   ├── 复件 复件 global.php
│   ├── 复件 复件 header.php
│   ├── 复件 复件 hot.php
│   ├── 复件 复件 images
│   │   ├── 93me.jpg
│   │   ├── Ad
│   │   │   ├── 93me.gif
│   │   │   ├── index.php
│   │   │   └── Thumbs.db
│   │   ├── btn_forward.gif
│   │   ├── btn_next.gif
│   │   ├── btn_pause.gif
│   │   ├── btn_play.gif
│   │   ├── btn_play.gif.lnk
│   │   ├── btn_prev.gif
│   │   ├── btn_stop.gif
│   │   ├── face
│   │   │   ├── 0.gif
│   │   │   ├── 1.gif
│   │   │   ├── 2.gif
│   │   │   ├── 3.gif
│   │   │   ├── 4.gif
│   │   │   ├── 5.gif
│   │   │   ├── index.php
│   │   │   └── Thumbs.db
│   │   ├── index.php
│   │   ├── list_bg_content.gif
│   │   ├── list_bg_title.gif
│   │   ├── list_box_bg.gif
│   │   ├── list_box_buttom.gif
│   │   ├── list_box_top.gif
│   │   ├── logo.gif
│   │   ├── lyric_bg_content.gif
│   │   ├── lyric_bg_title.gif
│   │   ├── lyric_box_bg.gif
│   │   ├── lyric_box_buttom.gif
│   │   ├── lyric_box_top.gif
│   │   ├── m.gif
│   │   ├── play_bg_choice.gif
│   │   ├── player.css
│   │   ├── player_guage_pic.gif
│   │   ├── rank
│   │   │   ├── 1star.gif
│   │   │   ├── 2star.gif
│   │   │   ├── 3star.gif
│   │   │   ├── 4star.gif
│   │   │   ├── 5star.gif
│   │   │   ├── index.php
│   │   │   └── Thumbs.db
│   │   ├── scoll_buttom.gif
│   │   ├── scoll_line.gif
│   │   ├── scoll_onbut.gif
│   │   ├── scoll_top.gif
│   │   ├── send_bg_buttom.gif
│   │   ├── send_bg_cbox.jpg
│   │   ├── send_bg_content.jpg
│   │   ├── send_bg_green.jpg
│   │   ├── send_bg_orange.jpg
│   │   ├── send_bg_pink.jpg
│   │   ├── send_bg_player.jpg
│   │   ├── send_buttom_green.jpg
│   │   ├── sound_linbg.gif
│   │   ├── sound_scollbtn.gif
│   │   └── Thumbs.db
│   ├── 复件 复件 inc
│   │   ├── admin_left.php
│   │   ├── ck.php
│   │   ├── config.php
│   │   ├── index.php
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   └── text_function.php
│   ├── 复件 复件 index.php
│   ├── 复件 复件 jPlayerDemo
│   │   ├── add-on
│   │   │   ├── jplayer.playlist.min.js
│   │   │   └── jquery.jplayer.inspector.js
│   │   ├── demo1.html
│   │   ├── ie
│   │   │   ├── ie6.css
│   │   │   └── ie9html5.js
│   │   ├── Jplayer.swf
│   │   ├── jquery.jplayer.min.js
│   │   ├── jquery.min.js
│   │   ├── Rika_-_i_dont_know.mp3
│   │   └── skin
│   │   ├── jplayer.blue.monday.css
│   │   ├── jplayer.blue.monday.jpg
│   │   ├── jplayer.blue.monday.seeking.gif
│   │   └── jplayer.blue.monday.video.play.png
│   ├── 复件 复件 jPlayer使用指南.txt
│   ├── 复件 复件 jQuery.jPlayer.2.4.0.zip
│   ├── 复件 复件 js
│   │   ├── ajax.js
│   │   ├── box.js
│   │   ├── common.js
│   │   ├── DeployInit.js
│   │   ├── Deploy.js
│   │   ├── exobud.js
│   │   ├── exobudpll.js
│   │   ├── imgchg.js
│   │   ├── index.php
│   │   ├── lrc.js
│   │   └── set.js
│   ├── 复件 复件 list.php
│   ├── 复件 复件 login.php
│   ├── 复件 复件 me.gif
│   ├── 复件 复件 member.php
│   ├── 复件 复件 musicbox.php
│   ├── 复件 复件 music.php
│   ├── 复件 复件 _notes
│   │   └── dwsync.xml
│   ├── 复件 复件 play.php
│   ├── 复件 复件 register.php
│   ├── 复件 复件 search.php
│   ├── 复件 复件 song.php
│   ├── 复件 复件 template
│   │   ├── admin
│   │   │   ├── addadmin.htm
│   │   │   ├── addmusic.htm
│   │   │   ├── adminbottom.htm
│   │   │   ├── admin.htm
│   │   │   ├── adminleft.htm
│   │   │   ├── adminlogin.htm
│   │   │   ├── badwords.htm
│   │   │   ├── cat.htm
│   │   │   ├── edit.htm
│   │   │   ├── editmypwd.htm
│   │   │   ├── error.htm
│   │   │   ├── head.htm
│   │   │   ├── images
│   │   │   │   ├── fold.gif
│   │   │   │   ├── index.php
│   │   │   │   ├── Load.gif
│   │   │   │   ├── logo.jpg
│   │   │   │   ├── navbg.gif
│   │   │   │   ├── nofold.gif
│   │   │   │   └── Thumbs.db
│   │   │   ├── index.htm
│   │   │   ├── index.php
│   │   │   ├── ipban.htm
│   │   │   ├── message.htm
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── reply.htm
│   │   │   ├── setting.htm
│   │   │   ├── sharelinks.htm
│   │   │   ├── singer.htm
│   │   │   ├── songadmin.htm
│   │   │   ├── top.htm
│   │   │   ├── upadmin.htm
│   │   │   ├── usercom.htm
│   │   │   └── user.htm
│   │   ├── default
│   │   │   ├── addlrc.html
│   │   │   ├── commend.html
│   │   │   ├── dg.html
│   │   │   ├── dgplay.html
│   │   │   ├── editpsd.html
│   │   │   ├── error.html
│   │   │   ├── footer.html
│   │   │   ├── header.html
│   │   │   ├── hot.html
│   │   │   ├── images
│   │   │   │   ├── bg_main.gif
│   │   │   │   ├── css.css
│   │   │   │   ├── delete.gif
│   │   │   │   ├── dg.gif
│   │   │   │   ├── down.gif
│   │   │   │   ├── icon_box.gif
│   │   │   │   ├── icon_commend.gif
│   │   │   │   ├── icon_dg.gif
│   │   │   │   ├── icon_diange.gif
│   │   │   │   ├── icon_down.gif
│   │   │   │   ├── icon_editpsd.gif
│   │   │   │   ├── icon_exit.gif
│   │   │   │   ├── icon_play.gif
│   │   │   │   ├── icon_sc.gif
│   │   │   │   ├── icon_song.gif
│   │   │   │   ├── index.php
│   │   │   │   ├── Links.gif
│   │   │   │   ├── logo.gif
│   │   │   │   ├── menu_c.gif
│   │   │   │   ├── Music.gif
│   │   │   │   ├── Ranking.gif
│   │   │   │   ├── sbg.gif
│   │   │   │   ├── sbt.gif
│   │   │   │   ├── s_btn1.gif
│   │   │   │   ├── s_btn2.gif
│   │   │   │   ├── sc.gif
│   │   │   │   ├── searchbg.gif
│   │   │   │   ├── Thumbs.db
│   │   │   │   └── top_bg.gif
│   │   │   ├── index.html
│   │   │   ├── index.php
│   │   │   ├── list.html
│   │   │   ├── login.html
│   │   │   ├── member.html
│   │   │   ├── musicbox.html
│   │   │   ├── notice.html
│   │   │   ├── play.html
│   │   │   ├── register.html
│   │   │   ├── search.html
│   │   │   ├── showmsg.html
│   │   │   ├── song.html
│   │   │   └── usercom.html
│   │   └── music
│   │   ├── addlrc.html
│   │   ├── commend.html
│   │   ├── dg.html
│   │   ├── dgplay.html
│   │   ├── editpsd.html
│   │   ├── error.html
│   │   ├── footer.html
│   │   ├── header.html
│   │   ├── hot.html
│   │   ├── images
│   │   │   ├── bg_main.gif
│   │   │   ├── css.css
│   │   │   ├── delete.gif
│   │   │   ├── dg.gif
│   │   │   ├── down.gif
│   │   │   ├── icon_box.gif
│   │   │   ├── icon_commend.gif
│   │   │   ├── icon_dg.gif
│   │   │   ├── icon_diange.gif
│   │   │   ├── icon_down.gif
│   │   │   ├── icon_editpsd.gif
│   │   │   ├── icon_exit.gif
│   │   │   ├── icon_play.gif
│   │   │   ├── icon_sc.gif
│   │   │   ├── icon_song.gif
│   │   │   ├── index.php
│   │   │   ├── Links.gif
│   │   │   ├── logo.gif
│   │   │   ├── menu_c.gif
│   │   │   ├── Music.gif
│   │   │   ├── Ranking.gif
│   │   │   ├── sbg.gif
│   │   │   ├── sbt.gif
│   │   │   ├── s_btn1.gif
│   │   │   ├── s_btn2.gif
│   │   │   ├── sc.gif
│   │   │   ├── searchbg.gif
│   │   │   ├── Thumbs.db
│   │   │   └── top_bg.gif
│   │   ├── index.html
│   │   ├── index.php
│   │   ├── list.html
│   │   ├── login.html
│   │   ├── member.html
│   │   ├── musicbox.html
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── notice.html
│   │   ├── play.html
│   │   ├── register.html
│   │   ├── search.html
│   │   ├── showmsg.html
│   │   ├── song.html
│   │   └── usercom.html
│   ├── 复件 复件 upload
│   │   ├── 1262267289.wma
│   │   ├── index.php
│   │   └── uplist.php
│   ├── 复件 复件 user
│   │   ├── admin_box.php
│   │   ├── admin.php
│   │   ├── baoma.php
│   │   ├── index.php
│   │   └── list.php
│   ├── 复件 复件 usercom.php
│   ├── 复件 复件 详细教程使用jQuery_jPlayer插件给你的站点增加视频和音频功能.pdf
│   ├── 复件 复件 说明.txt
│   ├── 复件 详细教程使用jQuery_jPlayer插件给你的站点增加视频和音频功能.pdf
│   ├── 复件 说明.txt
│   ├── 详细教程使用jQuery_jPlayer插件给你的站点增加视频和音频功能.pdf
│   └── 说明.txt
├── 先锋音乐网站论文(最终版).doc
├── 详细教程使用jQuery_jPlayer插件给你的站点增加视频和音频功能.pdf
└── 说明.txt

126 directories, 1290 files

标签:

实例下载地址

在线音乐平台源代码JAVA(可执行!)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警