├── .gitattributes ├── .idea ├── compiler.xml ├── encodings.xml ├── inspectionProfiles │ └── Project_Default.xml ├── libraries │ ├── Maven__ch_qos_logback_logback_classic_1_2_3.xml │ ├── Maven__ch_qos_logback_logback_core_1_2_3.xml │ ├── Maven__com_alibaba_druid_1_1_11.xml │ ├── Maven__com_alibaba_fastjson_1_2_47.xml │ ├── Maven__com_fasterxml_classmate_1_4_0.xml │ ├── Maven__com_fasterxml_jackson_core_jackson_annotations_2_9_0.xml │ ├── Maven__com_fasterxml_jackson_core_jackson_core_2_9_6.xml │ ├── Maven__com_fasterxml_jackson_core_jackson_databind_2_9_6.xml │ ├── Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_9_6.xml │ ├── Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_9_6.xml │ ├── Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_9_6.xml │ ├── Maven__com_jayway_jsonpath_json_path_2_4_0.xml │ ├── Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml │ ├── Maven__com_zaxxer_HikariCP_3_2_0.xml │ ├── Maven__commons_codec_commons_codec_1_11.xml │ ├── Maven__io_lettuce_lettuce_core_5_1_0_RC1.xml │ ├── Maven__io_netty_netty_buffer_4_1_29_Final.xml │ ├── Maven__io_netty_netty_codec_4_1_29_Final.xml │ ├── Maven__io_netty_netty_common_4_1_29_Final.xml │ ├── Maven__io_netty_netty_handler_4_1_29_Final.xml │ ├── Maven__io_netty_netty_resolver_4_1_29_Final.xml │ ├── Maven__io_netty_netty_transport_4_1_29_Final.xml │ ├── Maven__io_projectreactor_reactor_core_3_2_0_RC1.xml │ ├── Maven__javax_annotation_javax_annotation_api_1_3_2.xml │ ├── Maven__javax_validation_validation_api_2_0_1_Final.xml │ ├── Maven__junit_junit_4_12.xml │ ├── Maven__mysql_mysql_connector_java_8_0_12.xml │ ├── Maven__net_bytebuddy_byte_buddy_1_8_22.xml │ ├── Maven__net_bytebuddy_byte_buddy_agent_1_8_22.xml │ ├── Maven__net_minidev_accessors_smart_1_2.xml │ ├── Maven__net_minidev_json_smart_2_3.xml │ ├── Maven__org_apache_httpcomponents_httpclient_4_5_6.xml │ ├── Maven__org_apache_httpcomponents_httpcore_4_4_10.xml │ ├── Maven__org_apache_logging_log4j_log4j_api_2_11_1.xml │ ├── Maven__org_apache_logging_log4j_log4j_to_slf4j_2_11_1.xml │ ├── Maven__org_apache_tomcat_embed_tomcat_embed_core_9_0_12.xml │ ├── Maven__org_apache_tomcat_embed_tomcat_embed_el_9_0_12.xml │ ├── Maven__org_apache_tomcat_embed_tomcat_embed_websocket_9_0_12.xml │ ├── Maven__org_assertj_assertj_core_3_11_1.xml │ ├── Maven__org_hamcrest_hamcrest_core_1_3.xml │ ├── Maven__org_hamcrest_hamcrest_library_1_3.xml │ ├── Maven__org_hibernate_validator_hibernate_validator_6_0_12_Final.xml │ ├── Maven__org_jboss_logging_jboss_logging_3_3_2_Final.xml │ ├── Maven__org_mockito_mockito_core_2_22_0.xml │ ├── Maven__org_mybatis_mybatis_3_4_6.xml │ ├── Maven__org_mybatis_mybatis_spring_1_3_2.xml │ ├── Maven__org_mybatis_spring_boot_mybatis_spring_boot_autoconfigure_1_3_2.xml │ ├── Maven__org_mybatis_spring_boot_mybatis_spring_boot_starter_1_3_2.xml │ ├── Maven__org_objenesis_objenesis_2_6.xml │ ├── Maven__org_ow2_asm_asm_5_0_4.xml │ ├── Maven__org_reactivestreams_reactive_streams_1_0_2.xml │ ├── Maven__org_skyscreamer_jsonassert_1_5_0.xml │ ├── Maven__org_slf4j_jul_to_slf4j_1_7_25.xml │ ├── Maven__org_slf4j_slf4j_api_1_7_25.xml │ ├── Maven__org_springframework_boot_spring_boot_2_1_0_M3.xml │ ├── Maven__org_springframework_boot_spring_boot_autoconfigure_2_1_0_M3.xml │ ├── Maven__org_springframework_boot_spring_boot_starter_2_1_0_M3.xml │ ├── Maven__org_springframework_boot_spring_boot_starter_data_redis_2_1_0_M3.xml │ ├── Maven__org_springframework_boot_spring_boot_starter_jdbc_2_1_0_M3.xml │ ├── Maven__org_springframework_boot_spring_boot_starter_json_2_1_0_M3.xml │ ├── Maven__org_springframework_boot_spring_boot_starter_logging_2_1_0_M3.xml │ ├── Maven__org_springframework_boot_spring_boot_starter_test_2_1_0_M3.xml │ ├── Maven__org_springframework_boot_spring_boot_starter_tomcat_2_1_0_M3.xml │ ├── Maven__org_springframework_boot_spring_boot_starter_web_2_1_0_M3.xml │ ├── Maven__org_springframework_boot_spring_boot_test_2_1_0_M3.xml │ ├── Maven__org_springframework_boot_spring_boot_test_autoconfigure_2_1_0_M3.xml │ ├── Maven__org_springframework_data_spring_data_commons_2_1_0_RC2.xml │ ├── Maven__org_springframework_data_spring_data_keyvalue_2_1_0_RC2.xml │ ├── Maven__org_springframework_data_spring_data_redis_2_1_0_RC2.xml │ ├── Maven__org_springframework_spring_aop_5_1_0_RC3.xml │ ├── Maven__org_springframework_spring_beans_5_1_0_RC3.xml │ ├── Maven__org_springframework_spring_context_5_1_0_RC3.xml │ ├── Maven__org_springframework_spring_context_support_5_1_0_RC3.xml │ ├── Maven__org_springframework_spring_core_5_1_0_RC3.xml │ ├── Maven__org_springframework_spring_expression_5_1_0_RC3.xml │ ├── Maven__org_springframework_spring_jcl_5_1_0_RC3.xml │ ├── Maven__org_springframework_spring_jdbc_5_1_0_RC3.xml │ ├── Maven__org_springframework_spring_oxm_5_1_0_RC3.xml │ ├── Maven__org_springframework_spring_test_5_1_0_RC3.xml │ ├── Maven__org_springframework_spring_tx_5_1_0_RC3.xml │ ├── Maven__org_springframework_spring_web_5_1_0_RC3.xml │ ├── Maven__org_springframework_spring_webmvc_5_1_0_RC3.xml │ ├── Maven__org_xmlunit_xmlunit_core_2_6_2.xml │ └── Maven__org_yaml_snakeyaml_1_23.xml ├── misc.xml ├── modules.xml ├── springboot-music.iml ├── vcs.xml └── workspace.xml ├── LICENSE ├── README.md ├── images ├── test.txt ├── 主页.jpg ├── 删除.png ├── 搜索.png ├── 播放页面.png ├── 收藏.png ├── 炫酷动画.png └── 登录注册.png └── springboot-music └── ss ├── .classpath ├── .idea ├── encodings.xml ├── inspectionProfiles │ └── Project_Default.xml ├── misc.xml ├── vcs.xml └── workspace.xml ├── .project ├── .settings ├── org.eclipse.core.resources.prefs ├── org.eclipse.jdt.apt.core.prefs ├── org.eclipse.jdt.core.prefs ├── org.eclipse.m2e.core.prefs └── org.eclipse.wst.common.project.facet.core.xml ├── game.sql ├── pom.xml ├── src └── main │ ├── java │ └── com │ │ └── ss │ │ └── vv │ │ ├── SsApplication.java │ │ ├── common │ │ ├── AbstractService.java │ │ ├── Config.java │ │ ├── IOperations.java │ │ ├── IServiceOperations.java │ │ ├── StatusConstant.java │ │ └── WebResponse.java │ │ └── ss │ │ ├── controller │ │ └── base │ │ │ ├── MusicLinkController.java │ │ │ ├── MyMusicController.java │ │ │ ├── TestController.java │ │ │ └── UserController.java │ │ ├── domain │ │ ├── MusicLink.java │ │ ├── MyMusic.java │ │ ├── Test.java │ │ └── User.java │ │ ├── mapper │ │ ├── IMusicLinkMapper.java │ │ ├── IMyMusicMapper.java │ │ ├── ITestMapper.java │ │ └── IUserMapper.java │ │ └── service │ │ ├── IMusicLinkService.java │ │ ├── IMyMusicService.java │ │ ├── ITestService.java │ │ ├── IUserService.java │ │ └── impl │ │ ├── MusicLinkService.java │ │ ├── MyMusicService.java │ │ ├── TestService.java │ │ └── UserService.java │ └── resources │ ├── .idea │ ├── misc.xml │ ├── modules.xml │ ├── resources.iml │ └── workspace.xml │ ├── AutoApplication.java │ ├── application.yml │ ├── logback-spring.xml │ ├── mapper │ └── ss │ │ ├── MusicLinkMapper.xml │ │ ├── TestMapper.xml │ │ └── UserMapper.xml │ ├── pom.xml │ ├── public │ ├── QQmusic.html │ ├── bangdan.html │ ├── images │ │ ├── 1.jpg │ │ ├── 1234.png │ │ ├── 15.jpg │ │ ├── 2.jpg │ │ ├── 20181220183028993287.jpg │ │ ├── 20181221091753971511.jpg │ │ ├── 20181222101158401137.jpg │ │ ├── 20181223120755381554.jpg │ │ ├── 20181224161040624077.jpg │ │ ├── 20181225111542828545.jpg │ │ ├── 26.jpg │ │ ├── 27.jpg │ │ ├── 29.jpg │ │ ├── 30.jpg │ │ ├── 32.jpg │ │ ├── 34.jpg │ │ ├── 38.jpg │ │ ├── 39.jpg │ │ ├── MV.png │ │ ├── Singer.jpg │ │ ├── back1.jpg │ │ ├── back2.jpg │ │ ├── background.jpg │ │ ├── bg_profile.jpg │ │ ├── bo_fang (1).png │ │ ├── bo_fang.png │ │ ├── gedan_1.jpg │ │ ├── gedan_2.jpg │ │ ├── gedan_3.jpg │ │ ├── gedan_4.jpg │ │ ├── gerentouxianag.jpeg │ │ ├── huiyuan.png │ │ ├── jlt.jpg │ │ ├── list1.jpg │ │ ├── list10.jpg │ │ ├── list11.jpg │ │ ├── list12.jpg │ │ ├── list13.jpg │ │ ├── list14.jpg │ │ ├── list15.jpg │ │ ├── list16.jpg │ │ ├── list2.jpg │ │ ├── list21.jpg │ │ ├── list22.jpg │ │ ├── list23.jpg │ │ ├── list24.jpg │ │ ├── list25.jpg │ │ ├── list26.jpg │ │ ├── list27.jpg │ │ ├── list28.jpg │ │ ├── list29.jpg │ │ ├── list3.jpg │ │ ├── list30.jpg │ │ ├── list31.jpg │ │ ├── list32.jpg │ │ ├── list33.jpg │ │ ├── list34.jpg │ │ ├── list35.jpg │ │ ├── list36.jpg │ │ ├── list37.jpg │ │ ├── list38.jpg │ │ ├── list39.jpg │ │ ├── list4.jpg │ │ ├── list40.jpg │ │ ├── list5.jpg │ │ ├── list6.jpg │ │ ├── list7.jpg │ │ ├── list8.jpg │ │ ├── list9.jpg │ │ ├── logo1.png │ │ ├── logo2.png │ │ ├── mv.jpg │ │ ├── paihan-2.png │ │ ├── paihan-3.jpg │ │ ├── paihan-4.jpg │ │ ├── paihan-5.jpg │ │ ├── paihang-1.png │ │ ├── player.png │ │ ├── playmusicbg.jpg │ │ ├── q1.jpg │ │ ├── q10.jpeg │ │ ├── q15.jpeg │ │ ├── q18.jpg │ │ ├── q2.jpg │ │ ├── q20.jpeg │ │ ├── q3.jpg │ │ ├── q4.jpg │ │ ├── q5.jpg │ │ ├── q6.jpg │ │ ├── q7.jpg │ │ ├── q8.jpg │ │ ├── q9.jpg │ │ ├── s1.jpg │ │ ├── s10.jpg │ │ ├── s11.jpg │ │ ├── s12.jpg │ │ ├── s13.jpg │ │ ├── s14.jpg │ │ ├── s15.jpg │ │ ├── s16.jpg │ │ ├── s17.jpg │ │ ├── s18.jpg │ │ ├── s2.jpg │ │ ├── s3.jpg │ │ ├── s4.jpg │ │ ├── s5.jpg │ │ ├── s6.jpg │ │ ├── s7.jpg │ │ ├── s8.jpg │ │ ├── s9.jpg │ │ ├── timg (4).jpg │ │ ├── timg (5).jpg │ │ ├── timg (6).jpg │ │ ├── timg (7).jpg │ │ ├── timg (8).jpg │ │ ├── touxiang.png │ │ ├── touxiang2.jpg │ │ ├── w1.jpg │ │ ├── w2.jpg │ │ ├── w3.jpeg │ │ ├── w4.jpg │ │ ├── w5.jpg │ │ ├── w6.jpg │ │ ├── w7.jpg │ │ ├── w8.jpg │ │ ├── y1.jpg │ │ ├── z2.jpg │ │ ├── z23.jpg │ │ ├── z24.jpg │ │ ├── 上升.png │ │ ├── 下载 (1).png │ │ ├── 下载.png │ │ ├── 下降.png │ │ ├── 书本.png │ │ ├── 二维码.jpg │ │ ├── 二维码2.jpg │ │ ├── 全部标签页.jpg │ │ ├── 分享 (1).png │ │ ├── 分享.png │ │ ├── 删 除.png │ │ ├── 古巨基.png │ │ ├── 图片 │ │ │ ├── background.jpg │ │ │ ├── f1.jpg │ │ │ ├── f10.jpg │ │ │ ├── f11.jpg │ │ │ ├── f12.jpg │ │ │ ├── f13.jpg │ │ │ ├── f14.jpg │ │ │ ├── f2.jpg │ │ │ ├── f3.jpg │ │ │ ├── f4.jpg │ │ │ ├── f5.jpg │ │ │ ├── f6.jpg │ │ │ ├── f7.jpg │ │ │ ├── f8.jpg │ │ │ ├── f9.jpg │ │ │ ├── z1.jpg │ │ │ ├── z13.jpg │ │ │ ├── z14.jpg │ │ │ ├── z15.jpg │ │ │ ├── z16.jpg │ │ │ ├── z17.jpg │ │ │ ├── z18.jpg │ │ │ ├── z19.jpg │ │ │ ├── z2.jpg │ │ │ ├── z20.jpg │ │ │ ├── z21.jpg │ │ │ ├── z22.jpg │ │ │ ├── z23.jpg │ │ │ ├── z24.jpg │ │ │ ├── z25.jpg │ │ │ ├── z26.jpg │ │ │ ├── z3.jpg │ │ │ ├── z4.jpg │ │ │ └── 模糊背景254.jpg │ │ ├── 录音.png │ │ ├── 拍摄.png │ │ ├── 播放.png │ │ ├── 旗帜.png │ │ ├── 添加 (1).png │ │ ├── 添加.png │ │ ├── 耳机.png │ │ └── 音乐.png │ ├── index.html │ ├── music │ │ ├── 海伦 - 桥边姑娘.mp3 │ │ ├── 程响 - 世界这么大还是遇见你.mp3 │ │ ├── 茄子蛋 - 浪子回头.mp3 │ │ └── 薛之谦 - 方圆几里.mp3 │ ├── musicRadio.html │ ├── musicSearchTest.html │ ├── musician.html │ ├── mv.html │ ├── mymusic.html │ ├── register.html │ ├── resetpassword.html │ ├── singer.html │ ├── songlist.html │ └── test.html │ └── static │ ├── addOrEdit.html │ ├── css │ ├── .DS_Store │ ├── animate.css │ ├── animate.min.css │ ├── bangdan.css │ ├── bootstrap-editable.css │ ├── bootstrap-rtl.css │ ├── bootstrap-table.css │ ├── bootstrap.min.css │ ├── bootstrap.min14ed.css │ ├── demo │ │ └── webuploader-demo.css │ ├── font-awesome.css │ ├── font-awesome.min.css │ ├── font-awesome.min93e3.css │ ├── index.css │ ├── index1.css │ ├── jquery.mCustomScrollbar.css │ ├── login-n.css │ ├── login.css │ ├── login.min.css │ ├── mainpage1.css │ ├── musicRadio.css │ ├── musician.css │ ├── mv.css │ ├── mymusic.css │ ├── nav.css │ ├── patterns │ │ ├── header-profile-skin-1.png │ │ ├── header-profile-skin-3.png │ │ ├── header-profile.png │ │ └── shattered.png │ ├── playmusic.css │ ├── plugins │ │ ├── awesome-bootstrap-checkbox │ │ │ └── awesome-bootstrap-checkbox.css │ │ ├── blueimp │ │ │ ├── css │ │ │ │ ├── blueimp-gallery-indicator.css │ │ │ │ ├── blueimp-gallery-video.css │ │ │ │ ├── blueimp-gallery.css │ │ │ │ ├── blueimp-gallery.min.css │ │ │ │ └── demo.css │ │ │ └── img │ │ │ │ ├── error.png │ │ │ │ ├── error.svg │ │ │ │ ├── loading.gif │ │ │ │ ├── play-pause.png │ │ │ │ ├── play-pause.svg │ │ │ │ ├── video-play.png │ │ │ │ └── video-play.svg │ │ ├── bootstrap-table │ │ │ └── bootstrap-table.min.css │ │ ├── chosen │ │ │ ├── chosen-sprite.png │ │ │ ├── chosen-sprite@2x.png │ │ │ └── chosen.css │ │ ├── clockpicker │ │ │ └── clockpicker.css │ │ ├── codemirror │ │ │ ├── ambiance.css │ │ │ └── codemirror.css │ │ ├── colorpicker │ │ │ ├── css │ │ │ │ └── bootstrap-colorpicker.min.css │ │ │ └── img │ │ │ │ └── bootstrap-colorpicker │ │ │ │ ├── alpha-horizontal.png │ │ │ │ ├── alpha.png │ │ │ │ ├── hue-horizontal.png │ │ │ │ ├── hue.png │ │ │ │ └── saturation.png │ │ ├── cropper │ │ │ └── cropper.min.css │ │ ├── dataTables │ │ │ └── dataTables.bootstrap.css │ │ ├── datapicker │ │ │ └── datepicker3.css │ │ ├── dropzone │ │ │ ├── basic.css │ │ │ └── dropzone.css │ │ ├── duallistbox │ │ │ └── bootstrap-duallistbox.css │ │ ├── footable │ │ │ ├── fonts │ │ │ │ ├── footable.eot │ │ │ │ ├── footable.svg │ │ │ │ ├── footable.ttf │ │ │ │ └── footable.woff │ │ │ └── footable.core.css │ │ ├── fullcalendar │ │ │ ├── fullcalendar.css │ │ │ └── fullcalendar.print.css │ │ ├── iCheck │ │ │ ├── custom.css │ │ │ ├── green.png │ │ │ └── green@2x.png │ │ ├── images │ │ │ ├── sort_asc.png │ │ │ ├── sort_desc.png │ │ │ ├── sprite-skin-flat.png │ │ │ ├── spritemap.png │ │ │ └── spritemap@2x.png │ │ ├── ionRangeSlider │ │ │ ├── ion.rangeSlider.css │ │ │ └── ion.rangeSlider.skinFlat.css │ │ ├── jQueryUI │ │ │ ├── images │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ └── ui-icons_888888_256x240.png │ │ │ └── jquery-ui-1.10.4.custom.min.css │ │ ├── jasny │ │ │ └── jasny-bootstrap.min.css │ │ ├── jqgrid │ │ │ └── ui.jqgrid.css │ │ ├── jsTree │ │ │ ├── 32px.png │ │ │ ├── style.min.css │ │ │ └── throbber.gif │ │ ├── markdown │ │ │ └── bootstrap-markdown.min.css │ │ ├── morris │ │ │ └── morris-0.4.3.min.css │ │ ├── multiselect │ │ │ └── bootstrap-multiselect.css │ │ ├── nouslider │ │ │ └── jquery.nouislider.css │ │ ├── plyr │ │ │ ├── plyr.css │ │ │ └── sprite.svg │ │ ├── simditor │ │ │ └── simditor.css │ │ ├── steps │ │ │ └── jquery.steps.css │ │ ├── summernote │ │ │ ├── summernote-bs3.css │ │ │ └── summernote.css │ │ ├── sweetalert │ │ │ └── sweetalert.css │ │ ├── switchery │ │ │ └── switchery.css │ │ ├── toastr │ │ │ └── toastr.min.css │ │ ├── treeview │ │ │ └── bootstrap-treeview.css │ │ └── webuploader │ │ │ └── webuploader.css │ ├── register.css │ ├── singer.css │ ├── songlist.css │ ├── style.css │ ├── style.min.css │ └── style.min862f.css │ ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ ├── fontawesome-webfont.woff2 │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 │ ├── img │ ├── .DS_Store │ ├── a1.jpg │ ├── a2.jpg │ ├── a3.jpg │ ├── a4.jpg │ ├── a5.jpg │ ├── a6.jpg │ ├── a7.jpg │ ├── a8.jpg │ ├── a9.jpg │ ├── bg.png │ ├── browser.png │ ├── browser.psd │ ├── iconfont-logo.png │ ├── icons.png │ ├── index.jpg │ ├── index_4.jpg │ ├── loading-upload.gif │ ├── locked.png │ ├── login-background.jpg │ ├── p1.jpg │ ├── p2.jpg │ ├── p3.jpg │ ├── p_big1.jpg │ ├── p_big2.jpg │ ├── p_big3.jpg │ ├── pay.png │ ├── profile.jpg │ ├── profile_big.jpg │ ├── profile_small.jpg │ ├── progress.png │ ├── qr_code.png │ ├── sprite-skin-flat.png │ ├── success.png │ ├── user.png │ ├── webuploader.png │ └── wenku_logo.png │ ├── js │ ├── .DS_Store │ ├── bootstrap-editable.js │ ├── bootstrap-paginator.min.js │ ├── bootstrap-table-editable.js │ ├── bootstrap-table-zh-CN.js │ ├── bootstrap-table.js │ ├── bootstrap.min.js │ ├── contabs.js │ ├── contabs.min.js │ ├── content.js │ ├── demo │ │ ├── bootstrap-table-demo.js │ │ ├── bootstrap_table_test.json │ │ ├── bootstrap_table_test2.json │ │ ├── echarts-demo.js │ │ ├── flot-demo.js │ │ ├── form-advanced-demo.js │ │ ├── form-validate-demo.js │ │ ├── layer-demo.js │ │ ├── morris-demo.js │ │ ├── peity-demo.js │ │ ├── photos.json │ │ ├── rickshaw-demo.js │ │ ├── sparkline-demo.js │ │ ├── table_base.json │ │ ├── treeview-demo.js │ │ └── webuploader-demo.js │ ├── hplus.js │ ├── hplus.min.js │ ├── index.js │ ├── jquery-ui-1.10.4.min.js │ ├── jquery-ui.custom.min.js │ ├── jquery.cookie.js │ ├── jquery.mCustomScrollbar.js │ ├── jquery.min.js │ ├── jquery.min.map │ ├── jquery.validate.min.js │ ├── player.js │ ├── plugins │ │ ├── .DS_Store │ │ ├── beautifyhtml │ │ │ └── beautifyhtml.js │ │ ├── blueimp │ │ │ └── jquery.blueimp-gallery.min.js │ │ ├── bootstrap-table │ │ │ ├── .DS_Store │ │ │ ├── bootstrap-table-mobile.min.js │ │ │ ├── bootstrap-table.min.js │ │ │ └── locale │ │ │ │ ├── bootstrap-table-zh-CN.js │ │ │ │ └── bootstrap-table-zh-CN.min.js │ │ ├── chartJs │ │ │ └── Chart.min.js │ │ ├── chosen │ │ │ └── chosen.jquery.js │ │ ├── clockpicker │ │ │ └── clockpicker.js │ │ ├── codemirror │ │ │ ├── codemirror.js │ │ │ └── mode │ │ │ │ ├── apl │ │ │ │ ├── apl.js │ │ │ │ └── index.html │ │ │ │ ├── asterisk │ │ │ │ ├── asterisk.js │ │ │ │ └── index.html │ │ │ │ ├── clike │ │ │ │ ├── clike.js │ │ │ │ ├── index.html │ │ │ │ └── scala.html │ │ │ │ ├── clojure │ │ │ │ ├── clojure.js │ │ │ │ └── index.html │ │ │ │ ├── cobol │ │ │ │ ├── cobol.js │ │ │ │ └── index.html │ │ │ │ ├── coffeescript │ │ │ │ ├── coffeescript.js │ │ │ │ └── index.html │ │ │ │ ├── commonlisp │ │ │ │ ├── commonlisp.js │ │ │ │ └── index.html │ │ │ │ ├── css │ │ │ │ ├── css.js │ │ │ │ ├── index.html │ │ │ │ ├── less.html │ │ │ │ ├── less_test.js │ │ │ │ ├── scss.html │ │ │ │ ├── scss_test.js │ │ │ │ └── test.js │ │ │ │ ├── cypher │ │ │ │ ├── cypher.js │ │ │ │ └── index.html │ │ │ │ ├── d │ │ │ │ ├── d.js │ │ │ │ └── index.html │ │ │ │ ├── dart │ │ │ │ ├── dart.js │ │ │ │ └── index.html │ │ │ │ ├── diff │ │ │ │ ├── diff.js │ │ │ │ └── index.html │ │ │ │ ├── django │ │ │ │ ├── django.js │ │ │ │ └── index.html │ │ │ │ ├── dockerfile │ │ │ │ ├── dockerfile.js │ │ │ │ └── index.html │ │ │ │ ├── dtd │ │ │ │ ├── dtd.js │ │ │ │ └── index.html │ │ │ │ ├── dylan │ │ │ │ ├── dylan.js │ │ │ │ └── index.html │ │ │ │ ├── ebnf │ │ │ │ ├── ebnf.js │ │ │ │ └── index.html │ │ │ │ ├── ecl │ │ │ │ ├── ecl.js │ │ │ │ └── index.html │ │ │ │ ├── eiffel │ │ │ │ ├── eiffel.js │ │ │ │ └── index.html │ │ │ │ ├── erlang │ │ │ │ ├── erlang.js │ │ │ │ └── index.html │ │ │ │ ├── fortran │ │ │ │ ├── fortran.js │ │ │ │ └── index.html │ │ │ │ ├── gas │ │ │ │ ├── gas.js │ │ │ │ └── index.html │ │ │ │ ├── gfm │ │ │ │ ├── gfm.js │ │ │ │ ├── index.html │ │ │ │ └── test.js │ │ │ │ ├── gherkin │ │ │ │ ├── gherkin.js │ │ │ │ └── index.html │ │ │ │ ├── go │ │ │ │ ├── go.js │ │ │ │ └── index.html │ │ │ │ ├── groovy │ │ │ │ ├── groovy.js │ │ │ │ └── index.html │ │ │ │ ├── haml │ │ │ │ ├── haml.js │ │ │ │ ├── index.html │ │ │ │ └── test.js │ │ │ │ ├── haskell │ │ │ │ ├── haskell.js │ │ │ │ └── index.html │ │ │ │ ├── haxe │ │ │ │ ├── haxe.js │ │ │ │ └── index.html │ │ │ │ ├── htmlembedded │ │ │ │ ├── htmlembedded.js │ │ │ │ └── index.html │ │ │ │ ├── htmlmixed │ │ │ │ ├── htmlmixed.js │ │ │ │ └── index.html │ │ │ │ ├── http │ │ │ │ ├── http.js │ │ │ │ └── index.html │ │ │ │ ├── idl │ │ │ │ ├── idl.js │ │ │ │ └── index.html │ │ │ │ ├── index.html │ │ │ │ ├── jade │ │ │ │ ├── index.html │ │ │ │ └── jade.js │ │ │ │ ├── javascript │ │ │ │ ├── index.html │ │ │ │ ├── javascript.js │ │ │ │ ├── json-ld.html │ │ │ │ ├── test.js │ │ │ │ └── typescript.html │ │ │ │ ├── jinja2 │ │ │ │ ├── index.html │ │ │ │ └── jinja2.js │ │ │ │ ├── julia │ │ │ │ ├── index.html │ │ │ │ └── julia.js │ │ │ │ ├── kotlin │ │ │ │ ├── index.html │ │ │ │ └── kotlin.js │ │ │ │ ├── livescript │ │ │ │ ├── index.html │ │ │ │ └── livescript.js │ │ │ │ ├── lua │ │ │ │ ├── index.html │ │ │ │ └── lua.js │ │ │ │ ├── markdown │ │ │ │ ├── index.html │ │ │ │ ├── markdown.js │ │ │ │ └── test.js │ │ │ │ ├── meta.js │ │ │ │ ├── mirc │ │ │ │ ├── index.html │ │ │ │ └── mirc.js │ │ │ │ ├── mllike │ │ │ │ ├── index.html │ │ │ │ └── mllike.js │ │ │ │ ├── modelica │ │ │ │ ├── index.html │ │ │ │ └── modelica.js │ │ │ │ ├── nginx │ │ │ │ ├── index.html │ │ │ │ └── nginx.js │ │ │ │ ├── ntriples │ │ │ │ ├── index.html │ │ │ │ └── ntriples.js │ │ │ │ ├── octave │ │ │ │ ├── index.html │ │ │ │ └── octave.js │ │ │ │ ├── pascal │ │ │ │ ├── index.html │ │ │ │ └── pascal.js │ │ │ │ ├── pegjs │ │ │ │ ├── index.html │ │ │ │ └── pegjs.js │ │ │ │ ├── perl │ │ │ │ ├── index.html │ │ │ │ └── perl.js │ │ │ │ ├── php │ │ │ │ ├── index.html │ │ │ │ ├── php.js │ │ │ │ └── test.js │ │ │ │ ├── pig │ │ │ │ ├── index.html │ │ │ │ └── pig.js │ │ │ │ ├── properties │ │ │ │ ├── index.html │ │ │ │ └── properties.js │ │ │ │ ├── puppet │ │ │ │ ├── index.html │ │ │ │ └── puppet.js │ │ │ │ ├── python │ │ │ │ ├── index.html │ │ │ │ └── python.js │ │ │ │ ├── q │ │ │ │ ├── index.html │ │ │ │ └── q.js │ │ │ │ ├── r │ │ │ │ ├── index.html │ │ │ │ └── r.js │ │ │ │ ├── rpm │ │ │ │ ├── changes │ │ │ │ │ └── index.html │ │ │ │ ├── index.html │ │ │ │ └── rpm.js │ │ │ │ ├── rst │ │ │ │ ├── index.html │ │ │ │ └── rst.js │ │ │ │ ├── ruby │ │ │ │ ├── index.html │ │ │ │ ├── ruby.js │ │ │ │ └── test.js │ │ │ │ ├── rust │ │ │ │ ├── index.html │ │ │ │ └── rust.js │ │ │ │ ├── sass │ │ │ │ ├── index.html │ │ │ │ └── sass.js │ │ │ │ ├── scheme │ │ │ │ ├── index.html │ │ │ │ └── scheme.js │ │ │ │ ├── shell │ │ │ │ ├── index.html │ │ │ │ ├── shell.js │ │ │ │ └── test.js │ │ │ │ ├── sieve │ │ │ │ ├── index.html │ │ │ │ └── sieve.js │ │ │ │ ├── slim │ │ │ │ ├── index.html │ │ │ │ ├── slim.js │ │ │ │ └── test.js │ │ │ │ ├── smalltalk │ │ │ │ ├── index.html │ │ │ │ └── smalltalk.js │ │ │ │ ├── smarty │ │ │ │ ├── index.html │ │ │ │ └── smarty.js │ │ │ │ ├── smartymixed │ │ │ │ ├── index.html │ │ │ │ └── smartymixed.js │ │ │ │ ├── solr │ │ │ │ ├── index.html │ │ │ │ └── solr.js │ │ │ │ ├── soy │ │ │ │ ├── index.html │ │ │ │ └── soy.js │ │ │ │ ├── sparql │ │ │ │ ├── index.html │ │ │ │ └── sparql.js │ │ │ │ ├── spreadsheet │ │ │ │ ├── index.html │ │ │ │ └── spreadsheet.js │ │ │ │ ├── sql │ │ │ │ ├── index.html │ │ │ │ └── sql.js │ │ │ │ ├── stex │ │ │ │ ├── index.html │ │ │ │ ├── stex.js │ │ │ │ └── test.js │ │ │ │ ├── tcl │ │ │ │ ├── index.html │ │ │ │ └── tcl.js │ │ │ │ ├── textile │ │ │ │ ├── index.html │ │ │ │ ├── test.js │ │ │ │ └── textile.js │ │ │ │ ├── tiddlywiki │ │ │ │ ├── index.html │ │ │ │ ├── tiddlywiki.css │ │ │ │ └── tiddlywiki.js │ │ │ │ ├── tiki │ │ │ │ ├── index.html │ │ │ │ ├── tiki.css │ │ │ │ └── tiki.js │ │ │ │ ├── toml │ │ │ │ ├── index.html │ │ │ │ └── toml.js │ │ │ │ ├── tornado │ │ │ │ ├── index.html │ │ │ │ └── tornado.js │ │ │ │ ├── turtle │ │ │ │ ├── index.html │ │ │ │ └── turtle.js │ │ │ │ ├── vb │ │ │ │ ├── index.html │ │ │ │ └── vb.js │ │ │ │ ├── vbscript │ │ │ │ ├── index.html │ │ │ │ └── vbscript.js │ │ │ │ ├── velocity │ │ │ │ ├── index.html │ │ │ │ └── velocity.js │ │ │ │ ├── verilog │ │ │ │ ├── index.html │ │ │ │ ├── test.js │ │ │ │ └── verilog.js │ │ │ │ ├── xml │ │ │ │ ├── index.html │ │ │ │ ├── test.js │ │ │ │ └── xml.js │ │ │ │ ├── xquery │ │ │ │ ├── index.html │ │ │ │ ├── test.js │ │ │ │ └── xquery.js │ │ │ │ ├── yaml │ │ │ │ ├── index.html │ │ │ │ └── yaml.js │ │ │ │ └── z80 │ │ │ │ ├── index.html │ │ │ │ └── z80.js │ │ ├── colorpicker │ │ │ └── bootstrap-colorpicker.min.js │ │ ├── cropper │ │ │ └── cropper.min.js │ │ ├── dataTables │ │ │ ├── dataTables.bootstrap.js │ │ │ └── jquery.dataTables.js │ │ ├── datapicker │ │ │ └── bootstrap-datepicker.js │ │ ├── diff_match_patch │ │ │ └── diff_match_patch.js │ │ ├── dropzone │ │ │ └── dropzone.js │ │ ├── duallistbox │ │ │ └── jquery.bootstrap-duallistbox.js │ │ ├── easypiechart │ │ │ └── jquery.easypiechart.js │ │ ├── echarts │ │ │ ├── .DS_Store │ │ │ └── echarts-all.js │ │ ├── fancybox │ │ │ ├── blank.gif │ │ │ ├── fancybox_loading.gif │ │ │ ├── fancybox_loading@2x.gif │ │ │ ├── fancybox_overlay.png │ │ │ ├── fancybox_sprite.png │ │ │ ├── fancybox_sprite@2x.png │ │ │ ├── jquery.fancybox.css │ │ │ └── jquery.fancybox.js │ │ ├── flot │ │ │ ├── curvedLines.js │ │ │ ├── jquery.flot.js │ │ │ ├── jquery.flot.pie.js │ │ │ ├── jquery.flot.resize.js │ │ │ ├── jquery.flot.spline.js │ │ │ ├── jquery.flot.symbol.js │ │ │ └── jquery.flot.tooltip.min.js │ │ ├── footable │ │ │ └── footable.all.min.js │ │ ├── fullcalendar │ │ │ ├── fullcalendar.min.js │ │ │ └── moment.min.js │ │ ├── gritter │ │ │ ├── images │ │ │ │ ├── gritter-light.png │ │ │ │ ├── gritter.png │ │ │ │ └── ie-spacer.gif │ │ │ ├── jquery.gritter.css │ │ │ └── jquery.gritter.min.js │ │ ├── iCheck │ │ │ └── icheck.min.js │ │ ├── ionRangeSlider │ │ │ ├── ion.rangeSlider.min.js │ │ │ └── jasny │ │ │ │ └── jasny-bootstrap.min.js │ │ ├── jasny │ │ │ └── jasny-bootstrap.min.js │ │ ├── jeditable │ │ │ └── jquery.jeditable.js │ │ ├── jqgrid │ │ │ ├── i18n │ │ │ │ └── grid.locale-cn.js │ │ │ └── jquery.jqGrid.min.js │ │ ├── jquery-ui │ │ │ └── jquery-ui.min.js │ │ ├── jsKnob │ │ │ └── jquery.knob.js │ │ ├── jsTree │ │ │ ├── jstree.js │ │ │ └── jstree.min.js │ │ ├── jvectormap │ │ │ ├── jquery-jvectormap-1.2.2.min.js │ │ │ └── jquery-jvectormap-world-mill-en.js │ │ ├── layer │ │ │ ├── .DS_Store │ │ │ ├── extend │ │ │ │ └── layer.ext.js │ │ │ ├── laydate │ │ │ │ ├── laydate.js │ │ │ │ ├── need │ │ │ │ │ └── laydate.css │ │ │ │ └── skins │ │ │ │ │ └── default │ │ │ │ │ ├── icon.png │ │ │ │ │ └── laydate.css │ │ │ ├── layer.min.js │ │ │ ├── layim │ │ │ │ ├── data │ │ │ │ │ ├── chatlog.json │ │ │ │ │ ├── friend.json │ │ │ │ │ ├── group.json │ │ │ │ │ └── groups.json │ │ │ │ ├── layim.css │ │ │ │ ├── layim.js │ │ │ │ └── loading.gif │ │ │ └── skin │ │ │ │ ├── default │ │ │ │ ├── icon-ext.png │ │ │ │ ├── icon.png │ │ │ │ ├── icon_ext.png │ │ │ │ ├── loading-0.gif │ │ │ │ ├── loading-1.gif │ │ │ │ ├── loading-2.gif │ │ │ │ ├── textbg.png │ │ │ │ ├── xubox_ico0.png │ │ │ │ ├── xubox_loading0.gif │ │ │ │ ├── xubox_loading1.gif │ │ │ │ ├── xubox_loading2.gif │ │ │ │ ├── xubox_loading3.gif │ │ │ │ └── xubox_title0.png │ │ │ │ ├── layer.css │ │ │ │ ├── layer.ext.css │ │ │ │ └── moon │ │ │ │ ├── default.png │ │ │ │ └── style.css │ │ ├── markdown │ │ │ ├── bootstrap-markdown.js │ │ │ ├── bootstrap-markdown.zh.js │ │ │ ├── markdown.js │ │ │ └── to-markdown.js │ │ ├── metisMenu │ │ │ └── jquery.metisMenu.js │ │ ├── morris │ │ │ ├── morris.js │ │ │ └── raphael-2.1.0.min.js │ │ ├── multiselect │ │ │ └── bootstrap-multiselect.js │ │ ├── nestable │ │ │ └── jquery.nestable.js │ │ ├── nouslider │ │ │ └── jquery.nouislider.min.js │ │ ├── pace │ │ │ └── pace.min.js │ │ ├── peity │ │ │ └── jquery.peity.min.js │ │ ├── plyr │ │ │ └── plyr.js │ │ ├── preetyTextDiff │ │ │ └── jquery.pretty-text-diff.min.js │ │ ├── prettyfile │ │ │ └── bootstrap-prettyfile.js │ │ ├── rickshaw │ │ │ ├── rickshaw.min.js │ │ │ └── vendor │ │ │ │ └── d3.v3.js │ │ ├── simditor │ │ │ ├── hotkeys.js │ │ │ ├── hotkeys.min.js │ │ │ ├── jquery.min.js │ │ │ ├── module.js │ │ │ ├── module.min.js │ │ │ ├── simditor.js │ │ │ ├── simditor.min.js │ │ │ ├── uploader.js │ │ │ └── uploader.min.js │ │ ├── slimscroll │ │ │ └── jquery.slimscroll.min.js │ │ ├── sparkline │ │ │ └── jquery.sparkline.min.js │ │ ├── staps │ │ │ └── jquery.steps.min.js │ │ ├── suggest │ │ │ ├── .DS_Store │ │ │ ├── bootstrap-suggest.min.js │ │ │ └── data.json │ │ ├── summernote │ │ │ ├── summernote-zh-CN.js │ │ │ └── summernote.min.js │ │ ├── sweetalert │ │ │ └── sweetalert.min.js │ │ ├── switchery │ │ │ └── switchery.js │ │ ├── toastr │ │ │ └── toastr.min.js │ │ ├── treeview │ │ │ └── bootstrap-treeview.js │ │ ├── validate │ │ │ ├── additional-methods.min.js │ │ │ ├── jquery.validate.min.js │ │ │ └── messages_zh.min.js │ │ └── webuploader │ │ │ ├── .DS_Store │ │ │ ├── README.md │ │ │ ├── Uploader.swf │ │ │ ├── webuploader.css │ │ │ ├── webuploader.custom.js │ │ │ ├── webuploader.custom.min.js │ │ │ ├── webuploader.fis.js │ │ │ ├── webuploader.flashonly.js │ │ │ ├── webuploader.flashonly.min.js │ │ │ ├── webuploader.html5only.js │ │ │ ├── webuploader.html5only.min.js │ │ │ ├── webuploader.js │ │ │ ├── webuploader.min.js │ │ │ ├── webuploader.noimage.js │ │ │ ├── webuploader.noimage.min.js │ │ │ ├── webuploader.nolog.js │ │ │ ├── webuploader.nolog.min.js │ │ │ ├── webuploader.withoutimage.js │ │ │ └── webuploader.withoutimage.min.js │ ├── ss │ │ └── test.js │ ├── tableList.js │ ├── tools.js │ ├── vue.min.js │ ├── welcome.js │ └── welcome.min.js │ ├── list.html │ ├── plugins │ └── fullavatareditor │ │ ├── asp.net │ │ ├── c# │ │ │ ├── Upload.aspx │ │ │ ├── Upload.aspx.cs │ │ │ └── bin │ │ │ │ └── Newtonsoft.Json.dll │ │ └── vb │ │ │ ├── Upload.aspx │ │ │ ├── Upload.aspx.vb │ │ │ └── bin │ │ │ └── Newtonsoft.Json.dll │ │ ├── asp │ │ ├── Upload.asp │ │ └── Upload.asp.cls │ │ ├── crossdomain.xml │ │ ├── expressInstall.swf │ │ ├── fullAvatarEditor.swf │ │ ├── jsp │ │ ├── WEB-INF │ │ │ └── lib │ │ │ │ ├── commons-fileupload-1.3.jar │ │ │ │ └── fastjson-1.1.9.jar │ │ └── upload.jsp │ │ ├── php │ │ └── upload.php │ │ ├── scripts │ │ ├── fullAvatarEditor.js │ │ ├── jQuery.Cookie.js │ │ ├── jQuery.Drag.js │ │ ├── jQuery.Resize.js │ │ ├── jQuery.dialog.js │ │ ├── swfobject.js │ │ └── test.js │ │ └── simpleDemo.html │ └── ss │ ├── addOrEditTest.html │ └── testList.html ├── ss.iml └── 运行说明.txt /.gitattributes: -------------------------------------------------------------------------------- 1 | *.js linguist-language=java 2 | 3 | *.css linguist-language=java 4 | 5 | *.html linguist-language=java 6 | 7 | *.xml linguist-language=java 8 | -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 20 | 21 | -------------------------------------------------------------------------------- /.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__ch_qos_logback_logback_classic_1_2_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_alibaba_druid_1_1_11.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_alibaba_fastjson_1_2_47.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_fasterxml_classmate_1_4_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_9_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_9_6.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_9_6.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_9_6.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_9_6.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_9_6.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_jayway_jsonpath_json_path_2_4_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_zaxxer_HikariCP_3_2_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__commons_codec_commons_codec_1_11.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__io_lettuce_lettuce_core_5_1_0_RC1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__io_netty_netty_buffer_4_1_29_Final.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__io_netty_netty_codec_4_1_29_Final.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__io_netty_netty_common_4_1_29_Final.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__io_netty_netty_handler_4_1_29_Final.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__io_netty_netty_resolver_4_1_29_Final.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__io_netty_netty_transport_4_1_29_Final.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__io_projectreactor_reactor_core_3_2_0_RC1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__javax_annotation_javax_annotation_api_1_3_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__javax_validation_validation_api_2_0_1_Final.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__junit_junit_4_12.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__mysql_mysql_connector_java_8_0_12.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__net_bytebuddy_byte_buddy_1_8_22.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__net_bytebuddy_byte_buddy_agent_1_8_22.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__net_minidev_accessors_smart_1_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__net_minidev_json_smart_2_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_6.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_10.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_apache_logging_log4j_log4j_api_2_11_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_apache_logging_log4j_log4j_to_slf4j_2_11_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_core_9_0_12.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_el_9_0_12.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_websocket_9_0_12.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_assertj_assertj_core_3_11_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_hamcrest_hamcrest_library_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_hibernate_validator_hibernate_validator_6_0_12_Final.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_jboss_logging_jboss_logging_3_3_2_Final.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_mockito_mockito_core_2_22_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_mybatis_mybatis_3_4_6.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_mybatis_mybatis_spring_1_3_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_mybatis_spring_boot_mybatis_spring_boot_autoconfigure_1_3_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_mybatis_spring_boot_mybatis_spring_boot_starter_1_3_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_objenesis_objenesis_2_6.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_ow2_asm_asm_5_0_4.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_reactivestreams_reactive_streams_1_0_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_skyscreamer_jsonassert_1_5_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_slf4j_jul_to_slf4j_1_7_25.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_25.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_2_1_0_M3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_autoconfigure_2_1_0_M3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_2_1_0_M3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_data_redis_2_1_0_M3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_jdbc_2_1_0_M3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_json_2_1_0_M3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_logging_2_1_0_M3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_test_2_1_0_M3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_tomcat_2_1_0_M3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_web_2_1_0_M3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_test_2_1_0_M3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_test_autoconfigure_2_1_0_M3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_data_spring_data_commons_2_1_0_RC2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_data_spring_data_keyvalue_2_1_0_RC2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_data_spring_data_redis_2_1_0_RC2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_aop_5_1_0_RC3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_beans_5_1_0_RC3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_context_5_1_0_RC3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_context_support_5_1_0_RC3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_core_5_1_0_RC3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_expression_5_1_0_RC3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_jcl_5_1_0_RC3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_jdbc_5_1_0_RC3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_oxm_5_1_0_RC3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_test_5_1_0_RC3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_tx_5_1_0_RC3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_web_5_1_0_RC3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_webmvc_5_1_0_RC3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_xmlunit_xmlunit_core_2_6_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_yaml_snakeyaml_1_23.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/springboot-music.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 linliquan 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /images/test.txt: -------------------------------------------------------------------------------- 1 | test 更新时间...... 2 | -------------------------------------------------------------------------------- /images/主页.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/images/主页.jpg -------------------------------------------------------------------------------- /images/删除.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/images/删除.png -------------------------------------------------------------------------------- /images/搜索.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/images/搜索.png -------------------------------------------------------------------------------- /images/播放页面.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/images/播放页面.png -------------------------------------------------------------------------------- /images/收藏.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/images/收藏.png -------------------------------------------------------------------------------- /images/炫酷动画.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/images/炫酷动画.png -------------------------------------------------------------------------------- /images/登录注册.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/images/登录注册.png -------------------------------------------------------------------------------- /springboot-music/ss/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /springboot-music/ss/.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /springboot-music/ss/.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 36 | -------------------------------------------------------------------------------- /springboot-music/ss/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /springboot-music/ss/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /springboot-music/ss/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | ss 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.wst.common.project.facet.core.builder 10 | 11 | 12 | 13 | 14 | org.eclipse.jdt.core.javabuilder 15 | 16 | 17 | 18 | 19 | org.springframework.ide.eclipse.core.springbuilder 20 | 21 | 22 | 23 | 24 | org.springframework.ide.eclipse.boot.validation.springbootbuilder 25 | 26 | 27 | 28 | 29 | org.eclipse.m2e.core.maven2Builder 30 | 31 | 32 | 33 | 34 | 35 | org.springframework.ide.eclipse.core.springnature 36 | org.eclipse.jdt.core.javanature 37 | org.eclipse.m2e.core.maven2Nature 38 | org.eclipse.wst.common.project.facet.core.nature 39 | 40 | 41 | -------------------------------------------------------------------------------- /springboot-music/ss/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding//src/main/java=UTF-8 3 | encoding//src/main/resources=UTF-8 4 | encoding//src/main/resources/static/css/index.css=UTF-8 5 | encoding/=UTF-8 6 | -------------------------------------------------------------------------------- /springboot-music/ss/.settings/org.eclipse.jdt.apt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.apt.aptEnabled=false 3 | -------------------------------------------------------------------------------- /springboot-music/ss/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.methodParameters=generate 3 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 4 | org.eclipse.jdt.core.compiler.compliance=1.8 5 | org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning 6 | org.eclipse.jdt.core.compiler.processAnnotations=disabled 7 | org.eclipse.jdt.core.compiler.release=disabled 8 | org.eclipse.jdt.core.compiler.source=1.8 9 | -------------------------------------------------------------------------------- /springboot-music/ss/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /springboot-music/ss/.settings/org.eclipse.wst.common.project.facet.core.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/java/com/ss/vv/SsApplication.java: -------------------------------------------------------------------------------- 1 | package com.ss.vv; 2 | 3 | import org.mybatis.spring.annotation.MapperScan; 4 | import org.springframework.boot.SpringApplication; 5 | import org.springframework.boot.autoconfigure.SpringBootApplication; 6 | 7 | /** 8 | * @author 林李权、吴先锋 9 | * 10 | */ 11 | @SpringBootApplication 12 | @MapperScan("com.ss.vv.*.mapper") 13 | public class SsApplication { 14 | 15 | public static void main(String[] args) { 16 | SpringApplication.run(SsApplication.class, args); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/java/com/ss/vv/common/IServiceOperations.java: -------------------------------------------------------------------------------- 1 | package com.ss.vv.common; 2 | 3 | import java.io.Serializable; 4 | import java.util.LinkedHashMap; 5 | import java.util.List; 6 | 7 | import org.apache.ibatis.annotations.Param; 8 | 9 | public interface IServiceOperations extends IOperations { 10 | 11 | void setTableName(String tableName); 12 | 13 | void insert(final T entity); 14 | 15 | public void insertByBatch(List list); 16 | 17 | int update(final T entity); 18 | 19 | U getById(final int id); 20 | 21 | U getOne(LinkedHashMap condition, String field); 22 | 23 | int getCount(LinkedHashMap condition, String field); 24 | 25 | int delBySign(final int id); 26 | 27 | int delete(LinkedHashMap condition); 28 | 29 | int deleteById(final int entityId); 30 | 31 | List getList(int pageNo, int pageSize); 32 | 33 | List getList(int pageNo, int pageSize, String order); 34 | 35 | List getList(int pageNo, int pageSize, String order, String field); 36 | 37 | List getList(LinkedHashMap condition, int pageNo, int pageSize); 38 | 39 | List getList(LinkedHashMap condition, int pageNo, int pageSize, String order); 40 | 41 | U getOne(LinkedHashMap condition); 42 | 43 | List getList(LinkedHashMap condition, int pageNo, int pageSize, String order, String field); 44 | } 45 | 46 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/java/com/ss/vv/ss/domain/Test.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * @author linliquan 4 | * @data 2018年12月23日 00:03:48 5 | */ 6 | 7 | package com.ss.vv.ss.domain; 8 | 9 | import java.math.BigDecimal; 10 | import java.util.Date; 11 | 12 | public class Test implements java.io.Serializable { 13 | private Integer testId; // 测试ID 14 | private String testName; // 测试名称 15 | private String info; // 测试名称 16 | private String other; // 测试名称 17 | 18 | public Integer getTestId() { 19 | return testId; 20 | } 21 | 22 | public void setTestId(Integer testId) { 23 | this.testId = testId; 24 | } 25 | 26 | public String getTestName() { 27 | return testName; 28 | } 29 | 30 | public void setTestName(String testName) { 31 | this.testName = testName; 32 | } 33 | 34 | public String getInfo() { 35 | return info; 36 | } 37 | 38 | public void setInfo(String info) { 39 | this.info = info; 40 | } 41 | 42 | public String getOther() { 43 | return other; 44 | } 45 | 46 | public void setOther(String other) { 47 | this.other = other; 48 | } 49 | 50 | } 51 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/java/com/ss/vv/ss/domain/User.java: -------------------------------------------------------------------------------- 1 | package com.ss.vv.ss.domain; 2 | 3 | public class User implements java.io.Serializable { 4 | public Integer user_id; 5 | public String user_name; 6 | public String user_password; 7 | 8 | public Integer getUser_id() { 9 | return user_id; 10 | } 11 | 12 | public void setUser_id(Integer user_id) { 13 | this.user_id = user_id; 14 | } 15 | 16 | public String getUser_name() { 17 | return user_name; 18 | } 19 | 20 | public void setUser_name(String user_name) { 21 | this.user_name = user_name; 22 | } 23 | 24 | public String getUser_password() { 25 | return user_password; 26 | } 27 | 28 | public void setUser_password(String user_password) { 29 | this.user_password = user_password; 30 | } 31 | 32 | @Override 33 | public String toString() { 34 | return "User [user_id=" + user_id + ", user_name=" + user_name + ", user_password=" + user_password 35 | + ", getUser_id()=" + getUser_id() + ", getUser_name()=" + getUser_name() + ", getUser_password()=" 36 | + getUser_password() + ", getClass()=" + getClass() + ", hashCode()=" + hashCode() + ", toString()=" 37 | + super.toString() + "]"; 38 | } 39 | 40 | } 41 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/java/com/ss/vv/ss/mapper/IMusicLinkMapper.java: -------------------------------------------------------------------------------- 1 | package com.ss.vv.ss.mapper; 2 | 3 | import java.util.List; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | import org.apache.ibatis.annotations.Result; 7 | import org.apache.ibatis.annotations.Results; 8 | import org.apache.ibatis.annotations.Select; 9 | import org.apache.ibatis.type.JdbcType; 10 | 11 | import com.ss.vv.common.IOperations; 12 | import com.ss.vv.ss.domain.MusicLink; 13 | 14 | public interface IMusicLinkMapper extends IOperations { 15 | 16 | // #是将传入的值当做字符串的形式,$是将传入的数据直接显示生成sql语句,所以必须用$ 17 | // 从数据库中搜索歌曲 18 | @Select("select * from musiclink where ml_songName like '%${songName}%'") 19 | public List songRearch(@Param("songName") String songName); 20 | 21 | // 获取用户id 22 | @Select("select user_id from user where user_name=#{user_name} and user_password=#{user_password}") 23 | public String getUserId(@Param("user_name") String user_name, @Param("user_password") String user_password); 24 | 25 | public void insertSongRearch(int song_id, int userId); 26 | 27 | // 判断歌曲重复 28 | @Select("select my_id from mymusic where my_songName=#{songName} and user_id =#{userId}") 29 | public String judgeSong(@Param("songName") String songName, @Param("userId") int userId); 30 | 31 | } 32 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/java/com/ss/vv/ss/mapper/IMyMusicMapper.java: -------------------------------------------------------------------------------- 1 | package com.ss.vv.ss.mapper; 2 | 3 | import java.util.List; 4 | 5 | import org.apache.ibatis.annotations.Delete; 6 | import org.apache.ibatis.annotations.Param; 7 | import org.apache.ibatis.annotations.Select; 8 | 9 | import com.ss.vv.common.IOperations; 10 | import com.ss.vv.ss.domain.MusicLink; 11 | import com.ss.vv.ss.domain.MyMusic; 12 | 13 | public interface IMyMusicMapper extends IOperations { 14 | 15 | // 匹配用户名和密码 16 | @Select("select user_name from user where user_name=#{user_name} and user_password=#{user_password}") 17 | public String login(@Param("user_name") String user_name, @Param("user_password") String user_password); 18 | 19 | // 获取用户的id 20 | @Select("select user_id from user where user_name=#{user_name} and user_password=#{user_password}") 21 | public String getUserById(@Param("user_name") String user_name, @Param("user_password") String user_password); 22 | 23 | // #是将传入的值当做字符串的形式,$是将传入的数据直接显示生成sql语句 24 | // 从数据库中搜索歌曲在我的音乐列表中显示 25 | @Select("select * from mymusic where user_id=${user_id}") 26 | public List getMyMusicList(@Param("user_id") int user_id); 27 | 28 | // 删除音乐 29 | @Delete("delete from mymusic where my_id=${song_id} and user_id=${user_id}") 30 | public int deleteMyMusic(@Param("song_id") int song_id, @Param("user_id") int user_id); 31 | 32 | } 33 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/java/com/ss/vv/ss/mapper/ITestMapper.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * @author linliquan 4 | * @data 2018年12月23日 00:03:48 5 | */ 6 | 7 | package com.ss.vv.ss.mapper; 8 | import com.ss.vv.common.IOperations; 9 | import com.ss.vv.ss.domain.Test; 10 | 11 | public interface ITestMapper extends IOperations { 12 | 13 | } 14 | 15 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/java/com/ss/vv/ss/service/IMusicLinkService.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * @author linliquan 4 | * @data 2018年12月23日 00:03:48 5 | */ 6 | 7 | package com.ss.vv.ss.service; 8 | 9 | import com.ss.vv.common.IServiceOperations; 10 | import com.ss.vv.ss.domain.MusicLink; 11 | 12 | public interface IMusicLinkService extends IServiceOperations { 13 | 14 | // 将榜单音乐收藏插入到我的音乐表中 15 | public void insertSongRearch(int song_id, int userId); 16 | 17 | public String judgeSong(String songName, int userId); 18 | } 19 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/java/com/ss/vv/ss/service/IMyMusicService.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * @author linliquan 4 | * @data 2018年12月23日 00:03:48 5 | */ 6 | 7 | package com.ss.vv.ss.service; 8 | 9 | import java.util.List; 10 | 11 | import com.ss.vv.common.IServiceOperations; 12 | import com.ss.vv.ss.domain.MyMusic; 13 | 14 | public interface IMyMusicService extends IServiceOperations { 15 | 16 | public String getUserById(String user_name, String user_password); 17 | 18 | // 从数据库中获取音乐到我的音乐列表中 19 | public List getMyMusicList(int userId); 20 | 21 | // 删除音乐 22 | public int deleteMyMusic(int song_id, int user_id); 23 | } 24 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/java/com/ss/vv/ss/service/ITestService.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * @author linliquan 4 | * @data 2018年12月23日 00:03:48 5 | */ 6 | 7 | package com.ss.vv.ss.service; 8 | 9 | import com.ss.vv.common.IServiceOperations; 10 | import com.ss.vv.ss.domain.Test; 11 | 12 | public interface ITestService extends IServiceOperations { 13 | 14 | } 15 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/java/com/ss/vv/ss/service/IUserService.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * @author linliquan 4 | * @data 2018年12月23日 00:03:48 5 | */ 6 | 7 | package com.ss.vv.ss.service; 8 | 9 | import com.ss.vv.common.IServiceOperations; 10 | import com.ss.vv.ss.domain.User; 11 | 12 | public interface IUserService extends IServiceOperations { 13 | 14 | // 判断用户名是否重复 15 | public String rearchUserName(String user_name); 16 | } 17 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/java/com/ss/vv/ss/service/impl/MyMusicService.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * @author linliquan 4 | * @data 2018年12月23日 00:03:48 5 | */ 6 | 7 | package com.ss.vv.ss.service.impl; 8 | 9 | import java.util.List; 10 | 11 | import javax.annotation.Resource; 12 | 13 | import org.springframework.stereotype.Service; 14 | 15 | import com.ss.vv.common.AbstractService; 16 | import com.ss.vv.common.IOperations; 17 | import com.ss.vv.ss.domain.MyMusic; 18 | import com.ss.vv.ss.mapper.IMyMusicMapper; 19 | import com.ss.vv.ss.service.IMyMusicService; 20 | 21 | @Service("myMusicService") 22 | public class MyMusicService extends AbstractService implements IMyMusicService { 23 | 24 | public MyMusicService() { 25 | this.setTableName("myMusic"); 26 | } 27 | 28 | @Resource 29 | private IMyMusicMapper myMusicMapper; 30 | 31 | @Override 32 | protected IOperations getMapper() { 33 | return myMusicMapper; 34 | } 35 | 36 | @Override 37 | public void setTableName(String tableName) { 38 | this.tableName = tableName; 39 | ; 40 | } 41 | 42 | @Override 43 | public String getUserById(String user_name, String user_password) { 44 | return myMusicMapper.getUserById(user_name, user_password); 45 | } 46 | 47 | @Override 48 | public List getMyMusicList(int userId) { 49 | return myMusicMapper.getMyMusicList(userId); 50 | } 51 | 52 | // 删除音乐 53 | @Override 54 | public int deleteMyMusic(int song_id, int user_id) { 55 | return myMusicMapper.deleteMyMusic(song_id, user_id); 56 | } 57 | 58 | } 59 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/java/com/ss/vv/ss/service/impl/TestService.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * @author linliquan 4 | * @data 2018年12月23日 00:03:48 5 | */ 6 | 7 | package com.ss.vv.ss.service.impl; 8 | 9 | import javax.annotation.Resource; 10 | 11 | import org.springframework.stereotype.Service; 12 | 13 | import com.ss.vv.common.AbstractService; 14 | import com.ss.vv.common.IOperations; 15 | import com.ss.vv.ss.domain.Test; 16 | import com.ss.vv.ss.domain.User; 17 | import com.ss.vv.ss.mapper.ITestMapper; 18 | import com.ss.vv.ss.service.ITestService; 19 | 20 | @Service("testService") 21 | public class TestService extends AbstractService implements ITestService { 22 | 23 | public TestService() { 24 | this.setTableName("test"); 25 | } 26 | 27 | @Resource 28 | private ITestMapper testMapper; 29 | 30 | @Override 31 | protected IOperations getMapper() { 32 | return testMapper; 33 | } 34 | 35 | @Override 36 | public void setTableName(String tableName) { 37 | this.tableName = tableName; 38 | ; 39 | } 40 | 41 | } 42 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/.idea/resources.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/AutoApplication.java: -------------------------------------------------------------------------------- 1 | package com.auto.www; 2 | 3 | import org.mybatis.spring.annotation.MapperScan; 4 | import org.springframework.boot.SpringApplication; 5 | import org.springframework.boot.autoconfigure.SpringBootApplication; 6 | 7 | @SpringBootApplication 8 | @MapperScan("com.auto.www.*.mapper") 9 | public class AutoApplication { 10 | 11 | public static void main(String[] args) { 12 | SpringApplication.run(AutoApplication.class, args); 13 | } 14 | } 15 | 16 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/application.yml: -------------------------------------------------------------------------------- 1 | server: 2 | port: 8082 3 | servlet: 4 | context-path: / 5 | tomcat: 6 | accesslog: 7 | buffered: true 8 | directory: /home/log/tomcat 9 | enabled: true 10 | file-date-format: .yyyy-MM-dd 11 | pattern: '%t | %{X-Real-IP}i | %b | %B | %H | %l | %m | %p | %q | %r | %s | %S | %u | %U | %v | %D | %T | %{Cookie}i | %{User-Agent}i | %{a}r' 12 | prefix: access_log 13 | rename-on-rotate: false 14 | request-attributes-enabled: false 15 | rotate: true 16 | suffix: .log 17 | spring: 18 | application: 19 | name: support 20 | datasource: 21 | name: test 22 | url: jdbc:mysql://localhost:3306/game?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=UTC 23 | username: root 24 | password: 10086 25 | type: com.alibaba.druid.pool.DruidDataSource 26 | driver-class-name: com.mysql.cj.jdbc.Driver 27 | mybatis: 28 | mapper-locations: classpath:mapper/*/*.xml 29 | type-aliases-package: com.game.www 30 | # spring boot集成mybatis的方式打印sql,需要使用的话可以开启 31 | # configuration: 32 | # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl 33 | logging: 34 | config: classpath:logback-spring.xml 35 | 36 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/1.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/1234.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/1234.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/15.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/2.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/20181220183028993287.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/20181220183028993287.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/20181221091753971511.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/20181221091753971511.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/20181222101158401137.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/20181222101158401137.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/20181223120755381554.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/20181223120755381554.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/20181224161040624077.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/20181224161040624077.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/20181225111542828545.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/20181225111542828545.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/26.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/27.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/29.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/30.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/32.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/34.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/38.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/39.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/MV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/MV.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/Singer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/Singer.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/back1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/back1.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/back2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/back2.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/background.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/bg_profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/bg_profile.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/bo_fang (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/bo_fang (1).png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/bo_fang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/bo_fang.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/gedan_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/gedan_1.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/gedan_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/gedan_2.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/gedan_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/gedan_3.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/gedan_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/gedan_4.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/gerentouxianag.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/gerentouxianag.jpeg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/huiyuan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/huiyuan.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/jlt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/jlt.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list1.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list10.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list11.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list12.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list13.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list14.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list15.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list16.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list2.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list21.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list22.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list23.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list24.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list25.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list26.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list27.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list28.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list29.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list3.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list30.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list31.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list32.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list33.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list34.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list35.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list36.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list37.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list38.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list39.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list4.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list40.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list5.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list6.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list7.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list8.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/list9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/list9.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/logo1.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/logo2.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/mv.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/mv.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/paihan-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/paihan-2.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/paihan-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/paihan-3.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/paihan-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/paihan-4.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/paihan-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/paihan-5.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/paihang-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/paihang-1.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/player.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/playmusicbg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/playmusicbg.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/q1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/q1.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/q10.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/q10.jpeg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/q15.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/q15.jpeg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/q18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/q18.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/q2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/q2.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/q20.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/q20.jpeg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/q3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/q3.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/q4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/q4.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/q5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/q5.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/q6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/q6.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/q7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/q7.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/q8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/q8.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/q9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/q9.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s1.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s10.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s11.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s12.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s13.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s14.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s15.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s16.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s17.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s18.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s2.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s3.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s4.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s5.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s6.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s7.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s8.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/s9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/s9.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/timg (4).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/timg (4).jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/timg (5).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/timg (5).jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/timg (6).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/timg (6).jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/timg (7).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/timg (7).jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/timg (8).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/timg (8).jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/touxiang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/touxiang.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/touxiang2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/touxiang2.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/w1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/w1.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/w2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/w2.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/w3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/w3.jpeg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/w4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/w4.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/w5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/w5.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/w6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/w6.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/w7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/w7.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/w8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/w8.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/y1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/y1.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/z2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/z2.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/z23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/z23.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/z24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/z24.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/上升.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/上升.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/下载 (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/下载 (1).png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/下载.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/下载.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/下降.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/下降.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/书本.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/书本.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/二维码.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/二维码.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/二维码2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/二维码2.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/全部标签页.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/全部标签页.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/分享 (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/分享 (1).png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/分享.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/分享.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/删 除.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/删 除.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/古巨基.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/古巨基.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/background.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/f1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/f1.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/f10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/f10.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/f11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/f11.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/f12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/f12.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/f13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/f13.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/f14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/f14.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/f2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/f2.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/f3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/f3.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/f4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/f4.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/f5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/f5.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/f6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/f6.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/f7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/f7.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/f8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/f8.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/f9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/f9.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z1.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z13.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z14.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z15.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z16.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z17.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z18.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z19.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z2.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z20.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z21.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z22.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z23.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z24.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z25.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z26.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z3.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/z4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/z4.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/图片/模糊背景254.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/图片/模糊背景254.jpg -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/录音.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/录音.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/拍摄.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/拍摄.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/播放.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/播放.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/旗帜.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/旗帜.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/添加 (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/添加 (1).png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/添加.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/添加.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/耳机.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/耳机.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/images/音乐.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/images/音乐.png -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/music/海伦 - 桥边姑娘.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/music/海伦 - 桥边姑娘.mp3 -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/music/程响 - 世界这么大还是遇见你.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/music/程响 - 世界这么大还是遇见你.mp3 -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/music/茄子蛋 - 浪子回头.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/music/茄子蛋 - 浪子回头.mp3 -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/public/music/薛之谦 - 方圆几里.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linliquan/springboot-music/95838cfc7f427761e2da47a59ea404b061efd0d4/springboot-music/ss/src/main/resources/public/music/薛之谦 - 方圆几里.mp3 -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/login-n.css: -------------------------------------------------------------------------------- 1 | body { 2 | background: url(../img/bg.jpg) no-repeat center fixed; 3 | -webkit-background-size:cover; 4 | -moz-background-size:cover; 5 | -o-background-size:cover; 6 | background-size:cover; 7 | } 8 | .header { 9 | width: 1190px; 10 | height: 71px; 11 | padding-top: 15px; 12 | margin: 0 auto; 13 | } 14 | .header img { 15 | display: block; 16 | width: 200px; 17 | } 18 | .main { 19 | width: 1190px; 20 | margin: 100px auto; 21 | } 22 | h2 { 23 | text-align: center; 24 | margin-bottom: 30px; 25 | color: #FF9800; 26 | font-weight: 700; 27 | } 28 | .login-form { 29 | width: 400px; 30 | margin: 0 auto; 31 | padding: 50px 30px; 32 | background: rgba(255, 255, 255, 0.3) 33 | } 34 | button { 35 | width: 100%; 36 | height: 40px; 37 | margin-top: 10px; 38 | background: #F48800; 39 | color: #fff; 40 | border: 0; 41 | } 42 | label { 43 | font-weight: normal; 44 | } 45 | input[type="checkbox"] { 46 | vertical-align: top; 47 | margin-right: 10px; 48 | } 49 | 50 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/login.min.css: -------------------------------------------------------------------------------- 1 | html{height:100%}body.signin{height:auto;background:url(../img/login-background.jpg) no-repeat center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;color:rgba(255,255,255,.95)}.signinpanel{width:750px;margin:10% auto 0}.signinpanel .logopanel{float:none;width:auto;padding:0;background:0 0}.signinpanel .signin-info ul{list-style:none;padding:0;margin:20px 0}.signinpanel .form-control{display:block;margin-top:15px}.signinpanel .uname{background:#fff url(../img/user.png) no-repeat 95% center;color:#333}.signinpanel .pword{background:#fff url(../img/locked.png) no-repeat 95% center;color:#333}.signinpanel .btn{margin-top:15px}.signinpanel form{background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);-moz-box-shadow:0 3px 0 rgba(12,12,12,.03);-webkit-box-shadow:0 3px 0 rgba(12,12,12,.03);box-shadow:0 3px 0 rgba(12,12,12,.03);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:30px}.signup-footer{border-top:solid 1px rgba(255,255,255,.3);margin:20px 0;padding-top:15px}@media screen and (max-width:768px){.signinpanel,.signuppanel{margin:0 auto;width:420px!important;padding:20px}.signinpanel form{margin-top:20px}.signup-footer,.signuppanel .form-control{margin-bottom:10px}.signup-footer .pull-left,.signup-footer .pull-right{float:none!important;text-align:center}.signinpanel .signin-info ul{display:none}}@media screen and (max-width:320px){.signinpanel,.signuppanel{margin:0 20px;width:auto}} 2 | 3 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/blueimp/css/demo.css: -------------------------------------------------------------------------------- 1 | /* 2 | * blueimp Gallery Demo CSS 2.0.0 3 | * https://github.com/blueimp/Gallery 4 | * 5 | * Copyright 2013, Sebastian Tschan 6 | * https://blueimp.net 7 | * 8 | * Licensed under the MIT license: 9 | * http://www.opensource.org/licenses/MIT 10 | */ 11 | 12 | body { 13 | max-width: 750px; 14 | margin: 0 auto; 15 | padding: 1em; 16 | font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; 17 | font-size: 1em; 18 | line-height: 1.4em; 19 | background: #222; 20 | color: #fff; 21 | -webkit-text-size-adjust: 100%; 22 | -ms-text-size-adjust: 100%; 23 | } 24 | a { 25 | color: orange; 26 | text-decoration: none; 27 | } 28 | img { 29 | border: 0; 30 | vertical-align: middle; 31 | } 32 | h1 { 33 | line-height: 1em; 34 | } 35 | h2, 36 | .links { 37 | text-align: center; 38 | } 39 | 40 | @media (min-width: 481px) { 41 | .navigation { 42 | list-style: none; 43 | padding: 0; 44 | } 45 | .navigation li { 46 | display: inline-block; 47 | } 48 | .navigation li:not(:first-child):before { 49 | content: '| '; 50 | } 51 | } 52 | 53 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/blueimp/img/error.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/blueimp/img/play-pause.png: -------------------------------------------------------------------------------- 1 | �PNG 2 |  3 | 4 | IHDR��O 5 | bKGD�������IDAT8˵S=��P�"5�4<�`q�֩��� �P:ԥP��ѭ ��N�������J 6 | ��TP 7 | �E��_�/jmO������.����ݜ�]`V��sڍ{Q�>��bS�#8��dPUu��m��eYU�o����8@ 胈(�10��ۉ�p8�$I� ����T*Q"�p�ߣ,8��:����? 8 | �$I�����>5�M�4�[P�0 �ak�PP�P(��F��TJ�L&wq$�DdOM �W��3�>�#��<�X,��H������ 9 | ���o�a�r9:��_���)���\{�J�����%��f�X�����u]��m���"�?q]7��hY֥=��E��Q���,�V�i�� ����᭍ {����!"Z.�T�Vj�6c���9 �� 10 | X@��L9#�����Xq�i���a��TQ��,˯Dp 11 | "$�I�j�x�ӹ��dJ��~���嫂�V �\���~ �|�5aG��h�4Mw6�}�F��qX�Z������l�>0�iW��8ѭ�IEND�B`� 12 | 13 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/blueimp/img/play-pause.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/blueimp/img/video-play.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/chosen/chosen-sprite.png: -------------------------------------------------------------------------------- 1 | �PNG 2 |  3 | 4 | IHDR4% 5 | ���MIDATx��ֿkq��S��B� T��O"�@�VȒI�`� 6 | E��E%�b~��"n:8A�@ P�Aqq�J$p(z�O� 7 | ��+�k }��w��Ᾱ$�S���Ld�E�Q�YoA}"U�cA�[�*LԆ�"t��1� ��!wAj���L^3+�':iP�;��G�Œ�lL�uD6�^���}ʠ,��� �z&����#� �1Fȥ zAo�A�&1F�]�/(C�{)�����$A�R��A��އ���E !F��yف���2h��;�� ��O�0@6��i����>��*걠�b���A�80Q&f?}�Z��X�#���M�&���kP�;��dc"�#�Qނz&����#x ʠ7�1B�"�,�xgA��Y�c�f�y��ZW5��A��#����Q{�v{�]��lC�g�[=w�U����Xr��8����6n�ZW�1� ����P��mOAo<��j�V4��i�=ס��^q>�-7A,�� �������71U����z�~��S�.�a�� Ɩ� ]^7��?�w�3�-����4��Ч&�%\i�#�~APv�Q5(L�?��\zO\IEND�B`� 8 | 9 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/chosen/chosen-sprite@2x.png: -------------------------------------------------------------------------------- 1 | �PNG 2 |  3 | 4 | IHDRhJ`���PLTE������������FFFFFFFFF���������������������FFF������������������������������������������������������������������������������������ttt���������UUU������������������������������������������������������FFF2�ϠBtRNS��00�``��Pp��� ���@ϰ����`�E��ݐ�ܖ�� �!)�� f���ߋDJ��~��p IDATx^���n�0�a���b[��S6���{��;���E���¹���W�b4�8#��Q� 5 | #U/�F�&5���Ó�z)vG{�=� 8`>�:�Dv"X)8`B��g��@����a�L`#��*UK ��f�6낶�[ �T�Zv@�6e�~&������f9p�Ç�͢);���t�P���TW���Z�m=��--��2m��@v��n���AW2�1����a]7�s�zر^z�8V�8 6 | j/%�H�/�L�\'���N+L���L��u�a��7��� �Re=�:>B�N�:����TDVE�6�U �~Θй�H�X��:�A��\�|x���㽨d,(7*��ghz�t#brT�����';т�$}���kъ�J���� 7 | J_�ނ ��XW��wu�ʻ�p]^��"A����On�.����ťu�|݈�s� 8 | �ݷ�?~���U󖪊�����1���>H��oe����N"A!8� 9 | � �"CA"BA"C�Ju���<���a+IEND�B`� 10 | 11 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/fullcalendar/fullcalendar.print.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * FullCalendar v1.6.4 Print Stylesheet 3 | * Docs & License: http://arshaw.com/fullcalendar/ 4 | * (c) 2013 Adam Shaw 5 | */ 6 | 7 | /* 8 | * Include this stylesheet on your page to get a more printer-friendly calendar. 9 | * When including this stylesheet, use the media='print' attribute of the tag. 10 | * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css. 11 | */ 12 | 13 | 14 | /* Events 15 | -----------------------------------------------------*/ 16 | 17 | .fc-event { 18 | background: #fff !important; 19 | color: #000 !important; 20 | } 21 | 22 | /* for vertical events */ 23 | 24 | .fc-event-bg { 25 | display: none !important; 26 | } 27 | 28 | .fc-event .ui-resizable-handle { 29 | display: none !important; 30 | } 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/images/sort_asc.png: -------------------------------------------------------------------------------- 1 | �PNG 2 |  3 | 4 | IHDR��4%tEXtSoftwareAdobe ImageReadyq�e<"iTXtXML:com.adobe.xmp �3�rIDATx�b���?� 5 | �����Ȉ�́�!��6�0�́�H�q .=�06C� 6 | ���`R 7 | �f ������0��� ʈ��HR�x��?#� G���0 �}�;Y'��IEND�B`� 8 | 9 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/images/sort_desc.png: -------------------------------------------------------------------------------- 1 | �PNG 2 |  3 | 4 | IHDR��4%tEXtSoftwareAdobe ImageReadyq�e<"iTXtXML:com.adobe.xmp �B�LmIDATx�b���?� 5 | �7��������� �����}��TP��0p�O�0�Y6�n(�/~bsr �e0�@tߑb(��p)5f�Cd�1�q4� 6 | C V��=�0IEND�B`� 7 | 8 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/jQueryUI/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- 1 | �PNG 2 |  3 | 4 | IHDR(d��5bKGD3�r� pHYsHHF�k>IDAT8�cX ��Q�(s�I. 5 | I�/ZW��%tEXtdate:create2014-11-09T18:55:10-08:00��~%tEXtdate:modify2014-11-09T18:55:10-08:00�N_�IEND�B`� 6 | 7 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/jQueryUI/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- 1 | �PNG 2 |  3 | 4 | IHDR(d�O�bKGD݊� pHYsHHF�k>IDAT(�c� ��(IUʑ���.{%tEXtdate:create2014-11-09T18:55:10-08:00��~%tEXtdate:modify2014-11-09T18:55:10-08:00�N_�IEND�B`� 5 | 6 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/morris/morris-0.4.3.min.css: -------------------------------------------------------------------------------- 1 | .morris-hover{position:absolute;z-index:1000;}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255, 255, 255, 0.8);border:solid 2px rgba(230, 230, 230, 0.8);font-family:sans-serif;font-size:12px;text-align:center;}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0;} 2 | .morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0;} 3 | 4 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/multiselect/bootstrap-multiselect.css: -------------------------------------------------------------------------------- 1 | .multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0} 2 | 3 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/switchery/switchery.css: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Main stylesheet for Switchery. 4 | * http://abpetkov.github.io/switchery/ 5 | * 6 | */ 7 | 8 | .switchery { 9 | background-color: #fff; 10 | border: 1px solid #dfdfdf; 11 | border-radius: 20px; 12 | cursor: pointer; 13 | display: inline-block; 14 | height: 30px; 15 | position: relative; 16 | vertical-align: middle; 17 | width: 50px; 18 | 19 | -webkit-box-sizing: content-box; 20 | -moz-box-sizing: content-box; 21 | box-sizing: content-box; 22 | } 23 | 24 | .switchery > small { 25 | background: #fff; 26 | border-radius: 100%; 27 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); 28 | height: 30px; 29 | position: absolute; 30 | top: 0; 31 | width: 30px; 32 | } 33 | 34 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/treeview/bootstrap-treeview.css: -------------------------------------------------------------------------------- 1 | /* ========================================================= 2 | * bootstrap-treeview.css v1.0.0 3 | * ========================================================= 4 | * Copyright 2013 Jonathan Miles 5 | * Project URL : http://www.jondmiles.com/bootstrap-treeview 6 | * 7 | * Licensed under the Apache License, Version 2.0 (the "License"); 8 | * you may not use this file except in compliance with the License. 9 | * You may obtain a copy of the License at 10 | * 11 | * http://www.apache.org/licenses/LICENSE-2.0 12 | * 13 | * Unless required by applicable law or agreed to in writing, software 14 | * distributed under the License is distributed on an "AS IS" BASIS, 15 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | * See the License for the specific language governing permissions and 17 | * limitations under the License. 18 | * ========================================================= */ 19 | 20 | .list-group-item { 21 | cursor: pointer; 22 | } 23 | 24 | /*.list-group-item:hover { 25 | background-color: #f5f5f5; 26 | }*/ 27 | 28 | span.indent { 29 | margin-left: 10px; 30 | margin-right: 10px; 31 | } 32 | 33 | span.icon { 34 | margin-right: 5px; 35 | } 36 | 37 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/css/plugins/webuploader/webuploader.css: -------------------------------------------------------------------------------- 1 | .webuploader-container { 2 | position: relative; 3 | } 4 | .webuploader-element-invisible { 5 | position: absolute !important; 6 | clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 7 | clip: rect(1px,1px,1px,1px); 8 | } 9 | .webuploader-pick { 10 | position: relative; 11 | display: inline-block; 12 | cursor: pointer; 13 | background: #00b7ee; 14 | padding: 10px 15px; 15 | color: #fff; 16 | text-align: center; 17 | border-radius: 3px; 18 | overflow: hidden; 19 | } 20 | .webuploader-pick-hover { 21 | background: #00a2d4; 22 | } 23 | 24 | .webuploader-pick-disable { 25 | opacity: 0.6; 26 | pointer-events:none; 27 | } 28 | 29 | 30 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/img/locked.png: -------------------------------------------------------------------------------- 1 | �PNG 2 |  3 | 4 | IHDR;֕JtEXtSoftwareAdobe ImageReadyq�e<$iTXtXML:com.adobe.xmp ����IDATxڔ�� 5 | Q����(�������K�c#�d��������Ă%�!J&��u�f�4o�����3G�u]�*� 6 | ����ʍ�Cp�ZX�2z(���!�"n��l���\ �� 7 | �m�=QG� �cHc%�k��}��p�e�A�&�O��6U�9�H`�7�7G�>��7��޳N 8 | �"<��T'{a+xB���W��Y5v�a/n]�P]Uῖ? �+i�XBIEND�B`� 9 | 10 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/img/progress.png: -------------------------------------------------------------------------------- 1 | �PNG 2 |  3 | 4 | IHDR�1�_tEXtSoftwareAdobe ImageReadyq�e<hiTXtXML:com.adobe.xmp �\�#IDATxڄ�K�0��&�L��t~����/�?�NE�l��\��Ks.�i�Ͻ�&�!�;k��LG��7�7����U۶[b,@*�o�Δ*$@��b��(%VUuIX��c��W�IM(pض��z܊��8@R<�㫢fF��JNr�ޣ�ͣZ� 2~4������C���H�R�,��r?&1�i��Q�#����{��E;T;�6EH~ 5 | ��I<*���h��䞘�8zVn� Э;1@vT;(&_Z���F�L~PjX���FU�~�OL~W���d�/D�m=��*&�i��`�>���Z?SIEND�B`� 6 | 7 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/img/user.png: -------------------------------------------------------------------------------- 1 | �PNG 2 |  3 | 4 | IHDR;֕JtEXtSoftwareAdobe ImageReadyq�e<$iTXtXML:com.adobe.xmp ��?��IDATx�b d�Ā�.I&�a@| 5 | �_� �æ��3�b~(?�〘 ��YI# 011���\b47��\�<�4_¡y1!������]�b�� ��������� 6 | �t��D� ބ�f 7 | K�� J�[�6�b4u�@��y@� Ka��h (Aq�l�d �q ����0@ ������IEND�B`� 8 | 9 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/bootstrap-table-zh-CN.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Bootstrap Table Chinese translation 3 | * Author: Zhixin Wen 4 | */ 5 | (function ($) { 6 | 'use strict'; 7 | 8 | $.fn.bootstrapTable.locales['zh-CN'] = { 9 | formatLoadingMessage: function () { 10 | return '正在努力地加载数据中,请稍候……'; 11 | }, 12 | formatRecordsPerPage: function (pageNumber) { 13 | return '每页显示 ' + pageNumber + ' 条记录'; 14 | }, 15 | formatShowingRows: function (pageFrom, pageTo, totalRows) { 16 | return '显示第 ' + pageFrom + ' 到第 ' + pageTo + ' 条记录,总共 ' + totalRows + ' 条记录'; 17 | }, 18 | formatSearch: function () { 19 | return '搜索'; 20 | }, 21 | formatNoMatches: function () { 22 | return '没有找到匹配的记录'; 23 | }, 24 | formatPaginationSwitch: function () { 25 | return '隐藏/显示分页'; 26 | }, 27 | formatRefresh: function () { 28 | return '刷新'; 29 | }, 30 | formatToggle: function () { 31 | return '切换'; 32 | }, 33 | formatColumns: function () { 34 | return '列'; 35 | }, 36 | formatExport: function () { 37 | return '导出数据'; 38 | }, 39 | formatClearFilters: function () { 40 | return '清空过滤'; 41 | } 42 | }; 43 | 44 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['zh-CN']); 45 | 46 | })(jQuery); 47 | 48 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/demo/bootstrap_table_test2.json: -------------------------------------------------------------------------------- 1 | 2 | [ 3 | { 4 | "name": "asSelect", 5 | "star": 777, 6 | "license": "MIT", 7 | "description": "A jQuery plugin to select multiple elements with checkboxes and radio:)", 8 | "url": "https://github.com/amazingSurger/jquery-asSelect" 9 | }, 10 | { 11 | "name": "Bootstrap Table", 12 | "star": 778, 13 | "license": "MIT & XXX", 14 | "description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on. ", 15 | "url": "https://github.com/wenzhixin/bootstrap-table" 16 | }, 17 | { 18 | "name": "asDatepicker", 19 | "star": 779, 20 | "license": "MIT", 21 | "description": "A jQuery datepicker plugin for best .", 22 | "url": "https://github.com/amazingSurger/jquery-asDatepicker" 23 | }, 24 | { 25 | "name": "asColorpicker", 26 | "star": 780, 27 | "license": "MIT", 28 | "description": "A jQuery colorpicker for best .", 29 | "url": "https://github.com/amazingSurger/jquery-asColorpicker" 30 | } 31 | ] 32 | 33 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/demo/peity-demo.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | $("span.pie").peity("pie", { 3 | fill: ['#1ab394', '#d7d7d7', '#ffffff'] 4 | }) 5 | 6 | $(".line").peity("line",{ 7 | fill: '#1ab394', 8 | stroke:'#169c81', 9 | }) 10 | 11 | $(".bar").peity("bar", { 12 | fill: ["#1ab394", "#d7d7d7"] 13 | }) 14 | 15 | $(".bar_dashboard").peity("bar", { 16 | fill: ["#1ab394", "#d7d7d7"], 17 | width:100 18 | }) 19 | 20 | var updatingChart = $(".updating-chart").peity("line", { fill: '#1ab394',stroke:'#169c81', width: 64 }) 21 | 22 | setInterval(function() { 23 | var random = Math.round(Math.random() * 10) 24 | var values = updatingChart.text().split(",") 25 | values.shift() 26 | values.push(random) 27 | 28 | updatingChart 29 | .text(values.join(",")) 30 | .change() 31 | }, 1000); 32 | 33 | }); 34 | 35 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/demo/photos.json: -------------------------------------------------------------------------------- 1 | { 2 | "status": 1, 3 | "msg": "", 4 | "title": "JSON请求的相册", 5 | "id": 8, 6 | "start": 0, 7 | "data": [ 8 | { 9 | "name": "越来越喜欢观察微小的事物", 10 | "pid": 109, 11 | "src": "http://f8.topitme.com/8/99/b0/1100251118d0cb0998l.jpg", 12 | "thumb": "http://f8.topitme.com/8/99/b0/1100251118d0cb0998l.jpg", 13 | "area": [ 14 | 510, 15 | 287 16 | ] 17 | }, 18 | { 19 | "name": "决定,意味着对与错的并存", 20 | "pid": 110, 21 | "src": "http://t.williamgates.net/image-9A50_54058FA3.jpg", 22 | "thumb": "http://t.williamgates.net/image-9A50_54058FA3.jpg", 23 | "area": [ 24 | 690, 25 | 431 26 | ] 27 | }, 28 | { 29 | "name": "给人姐姐般温暖的的邻家女孩", 30 | "pid": 111, 31 | "src": "http://t.williamgates.net/image-E9BF_54058FA3.jpg", 32 | "thumb": "http://t.williamgates.net/image-E9BF_54058FA3.jpg", 33 | "area": [ 34 | 690, 35 | 431 36 | ] 37 | } 38 | ] 39 | } 40 | 41 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/demo/table_base.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "Tid": "1", 3 | "First": "奔波儿灞", 4 | "sex": "男", 5 | "Score": "50" 6 | }, { 7 | "Tid": "2", 8 | "First": "灞波儿奔", 9 | "sex": "男", 10 | "Score": "94" 11 | }, { 12 | "Tid": "3", 13 | "First": "作家崔成浩", 14 | "sex": "男", 15 | "Score": "80" 16 | }, { 17 | "Tid": "4", 18 | "First": "韩寒", 19 | "sex": "男", 20 | "Score": "67" 21 | }, { 22 | "Tid": "5", 23 | "First": "郭敬明", 24 | "sex": "男", 25 | "Score": "100" 26 | }, { 27 | "Tid": "6", 28 | "First": "马云", 29 | "sex": "男", 30 | "Score": "77" 31 | }, { 32 | "Tid": "7", 33 | "First": "范爷", 34 | "sex": "女", 35 | "Score": "87" 36 | }] 37 | 38 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Bootstrap Table Chinese translation 3 | * Author: Zhixin Wen 4 | */ 5 | (function ($) { 6 | 'use strict'; 7 | 8 | $.fn.bootstrapTable.locales['zh-CN'] = { 9 | formatLoadingMessage: function () { 10 | return '正在努力地加载数据中,请稍候……'; 11 | }, 12 | formatRecordsPerPage: function (pageNumber) { 13 | return '每页显示 ' + pageNumber + ' 条记录'; 14 | }, 15 | formatShowingRows: function (pageFrom, pageTo, totalRows) { 16 | return '显示第 ' + pageFrom + ' 到第 ' + pageTo + ' 条记录,总共 ' + totalRows + ' 条记录'; 17 | }, 18 | formatSearch: function () { 19 | return '搜索'; 20 | }, 21 | formatNoMatches: function () { 22 | return '没有找到匹配的记录'; 23 | }, 24 | formatPaginationSwitch: function () { 25 | return '隐藏/显示分页'; 26 | }, 27 | formatRefresh: function () { 28 | return '刷新'; 29 | }, 30 | formatToggle: function () { 31 | return '切换'; 32 | }, 33 | formatColumns: function () { 34 | return '列'; 35 | } 36 | }; 37 | 38 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['zh-CN']); 39 | 40 | })(jQuery); 41 | 42 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * bootstrap-table - v1.9.0 - 2015-09-30 3 | * https://github.com/wenzhixin/bootstrap-table 4 | * Copyright (c) 2015 zhixin wen 5 | * Licensed MIT License 6 | */ 7 | !function(a){"use strict";a.fn.bootstrapTable.locales["zh-CN"]={formatLoadingMessage:function(){return"正在努力地加载数据中,请稍候……"},formatRecordsPerPage:function(a){return"每页显示 "+a+" 条记录"},formatShowingRows:function(a,b,c){return"显示第 "+a+" 到第 "+b+" 条记录,总共 "+c+" 条记录"},formatSearch:function(){return"搜索"},formatNoMatches:function(){return"没有找到匹配的记录"},formatPaginationSwitch:function(){return"隐藏/显示分页"},formatRefresh:function(){return"刷新"},formatToggle:function(){return"切换"},formatColumns:function(){return"列"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["zh-CN"])}(jQuery); 8 | 9 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/codemirror/mode/diff/diff.js: -------------------------------------------------------------------------------- 1 | // CodeMirror, copyright (c) by Marijn Haverbeke and others 2 | // Distributed under an MIT license: http://codemirror.net/LICENSE 3 | 4 | (function(mod) { 5 | if (typeof exports == "object" && typeof module == "object") // CommonJS 6 | mod(require("../../lib/codemirror")); 7 | else if (typeof define == "function" && define.amd) // AMD 8 | define(["../../lib/codemirror"], mod); 9 | else // Plain browser env 10 | mod(CodeMirror); 11 | })(function(CodeMirror) { 12 | "use strict"; 13 | 14 | CodeMirror.defineMode("diff", function() { 15 | 16 | var TOKEN_NAMES = { 17 | '+': 'positive', 18 | '-': 'negative', 19 | '@': 'meta' 20 | }; 21 | 22 | return { 23 | token: function(stream) { 24 | var tw_pos = stream.string.search(/[\t ]+?$/); 25 | 26 | if (!stream.sol() || tw_pos === 0) { 27 | stream.skipToEnd(); 28 | return ("error " + ( 29 | TOKEN_NAMES[stream.string.charAt(0)] || '')).replace(/ $/, ''); 30 | } 31 | 32 | var token_name = TOKEN_NAMES[stream.peek()] || stream.skipToEnd(); 33 | 34 | if (tw_pos === -1) { 35 | stream.skipToEnd(); 36 | } else { 37 | stream.pos = tw_pos; 38 | } 39 | 40 | return token_name; 41 | } 42 | }; 43 | }); 44 | 45 | CodeMirror.defineMIME("text/x-diff", "diff"); 46 | 47 | }); 48 | 49 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/codemirror/mode/ntriples/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CodeMirror: NTriples mode 4 | 5 | 6 | 7 | 8 | 9 | 10 | 15 | 28 | 29 |
30 |

NTriples mode

31 |
32 | 39 |
40 | 41 | 44 |

MIME types defined: text/n-triples.

45 |
46 | 47 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/codemirror/mode/ruby/test.js: -------------------------------------------------------------------------------- 1 | // CodeMirror, copyright (c) by Marijn Haverbeke and others 2 | // Distributed under an MIT license: http://codemirror.net/LICENSE 3 | 4 | (function() { 5 | var mode = CodeMirror.getMode({indentUnit: 2}, "ruby"); 6 | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } 7 | 8 | MT("divide_equal_operator", 9 | "[variable bar] [operator /=] [variable foo]"); 10 | 11 | MT("divide_equal_operator_no_spacing", 12 | "[variable foo][operator /=][number 42]"); 13 | 14 | })(); 15 | 16 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/codemirror/mode/spreadsheet/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CodeMirror: Spreadsheet mode 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 25 | 26 |
27 |

Spreadsheet mode

28 |
29 | 30 | 37 | 38 |

MIME types defined: text/x-spreadsheet.

39 | 40 |

The Spreadsheet Mode

41 |

Created by Robert Plummer

42 |
43 | 44 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/codemirror/mode/tiddlywiki/tiddlywiki.css: -------------------------------------------------------------------------------- 1 | span.cm-underlined { 2 | text-decoration: underline; 3 | } 4 | span.cm-strikethrough { 5 | text-decoration: line-through; 6 | } 7 | span.cm-brace { 8 | color: #170; 9 | font-weight: bold; 10 | } 11 | span.cm-table { 12 | color: blue; 13 | font-weight: bold; 14 | } 15 | 16 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/codemirror/mode/tiki/tiki.css: -------------------------------------------------------------------------------- 1 | .cm-tw-syntaxerror { 2 | color: #FFF; 3 | background-color: #900; 4 | } 5 | 6 | .cm-tw-deleted { 7 | text-decoration: line-through; 8 | } 9 | 10 | .cm-tw-header5 { 11 | font-weight: bold; 12 | } 13 | .cm-tw-listitem:first-child { /*Added first child to fix duplicate padding when highlighting*/ 14 | padding-left: 10px; 15 | } 16 | 17 | .cm-tw-box { 18 | border-top-width: 0px ! important; 19 | border-style: solid; 20 | border-width: 1px; 21 | border-color: inherit; 22 | } 23 | 24 | .cm-tw-underline { 25 | text-decoration: underline; 26 | } 27 | 28 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/fancybox/blank.gif: -------------------------------------------------------------------------------- 1 | GIF89a����!�,D; 2 | 3 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/fancybox/fancybox_overlay.png: -------------------------------------------------------------------------------- 1 | �PNG 2 |  3 | 4 | IHDR 5 | 6 | �2ϽtEXtSoftwareAdobe ImageReadyq�e<fiTXtXML:com.adobe.xmp �vIDATx�b����@`b �*��B�h���_�IEND�B`� 7 | 8 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/fancybox/fancybox_sprite.png: -------------------------------------------------------------------------------- 1 | �PNG 2 |  3 | 4 | IHDR,���P�PLTE���������???������������ggg������???��ɞ��ggg������������������������������������NNN���555���������zzz]]]hhh,,,���"""���AAAm���/tRNS 5 | #'-:DHSU]iilmyz������������������������/�IDATx^�[s�L�C�ȷ��$�j)f 6 | ���������M�� �X�7{��Л�:=#��*����:�RI��$]�t���F��L����;��k���ė��7������M�l�{A��2K���>�+�.��a�j����n���(���UZ����Dzhh���i���{�Ț�n 7 | �[�3� �f��9f�_��bM��� TX �.�˰�/�9�]�$��jS�G6z�@v`��C���hR� Ž��, 0e�� � �_p܄)�uz�H��%f˒� ���_�s:�|u��%�R� 8 | M�-�Bo�Ad��ʡgH/�)~� �r�u�ds�S��(�Ze׈�ؘ�Qw0��c��P�=��"�[F�)�m�1�I�Hiq��S���6� d� 9 | *sR��9v�m����\�$��˸RI��xē�sl��I��i�=�Գ-�lVũpM�nm����y�B�Ŧ�8*�C5��_���r������C�_M�m�$�|,�l���O�(� 10 | �e��D}�_L�i��R���@�do6~ÑY��'�&�1�e�X6�U�Δ�P� 11 | O]�-_0V;&6��w�Sz��� �W��6Ҵ�]�T�G<�J1���x�X��cG�\ͨ� �^��ە��CF��G3�,]j~vN�c_�H�� ���y��2<�h+�U0R��>����}�C93-lD9Xb�)�݆�)�ٺ��(��g�]ܟ��?�W���Ң�r�� �"i�Ѩ2&X]�%PHySD�a�1���!p���S�������Ɋ�}�^�������2���%>%���0pmn����`6 �p6y%[�G�I�y�`�G�*�ݕ�K] �GD�\��t6��t-˶m�kl{��-���T�{S�7eon����uS 12 | Y����ƻ�Ma��6�%��}S�9i�>p�qSV@�ݸ)�� 13 | ���[��)ߛ���^ �P �/0��3 ���o��C�,����#���e�"�,�Uv���|,��p�ƍ7�ou���� 14 | �-�j���^��e\ b�IEND�B`� 15 | 16 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/gritter/images/ie-spacer.gif: -------------------------------------------------------------------------------- 1 | GIF89a�!�,D; 2 | 3 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/layer/laydate/skins/default/icon.png: -------------------------------------------------------------------------------- 1 | �PNG 2 |  3 | 4 | IHDR��ԫsBIT|d� pHYs 5 | � 6 | �4)$�tEXtSoftwareAdobe Fireworks CS5q��6tEXtCreation Time06/15/14i����IDAT8�ݓ� 7 | � !bPjV�fhaӗ 8 | >�_�(�\dcμ� ���綠�$����'�����*��z ���n\�@jnt��6�=˒�ЯtJR�e��� 9 | C��Pq����*�L��$�<���:���l%�ͩoJnL{�sU�L.ѓ<IEND�B`� 10 | 11 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/layer/layim/data/chatlog.json: -------------------------------------------------------------------------------- 1 | { 2 | "status": 1, 3 | "msg": "ok", 4 | "data": [ 5 | { 6 | "id": "100001", 7 | "name": "Beaut-zihan", 8 | "time": "10:23", 9 | "face": "img/a1.jpg" 10 | }, 11 | { 12 | "id": "100002", 13 | "name": "慕容晓晓", 14 | "time": "昨天", 15 | "face": "img/a2.jpg" 16 | }, 17 | { 18 | "id": "1000033", 19 | "name": "乔峰", 20 | "time": "2014-4.22", 21 | "face": "img/a3.jpg" 22 | }, 23 | { 24 | "id": "10000333", 25 | "name": "高圆圆", 26 | "time": "2014-4.21", 27 | "face": "img/a4.jpg" 28 | } 29 | ] 30 | } 31 | 32 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/layer/layim/data/groups.json: -------------------------------------------------------------------------------- 1 | { 2 | "status": 1, 3 | "msg": "ok", 4 | "data": [ 5 | { 6 | "id": "100001", 7 | "name": "無言的蒁説", 8 | "face": "img/a1.jpg" 9 | }, 10 | { 11 | "id": "100002", 12 | "name": "婷宝奢侈品", 13 | "face": "img/a2.jpg" 14 | }, 15 | { 16 | "id": "100003", 17 | "name": "忆恨思爱", 18 | "face": "img/a3.jpg" 19 | }, 20 | { 21 | "id": "100004", 22 | "name": "天涯奥拓慢", 23 | "face": "img/a4.jpg" 24 | }, 25 | { 26 | "id": "100005", 27 | "name": "雨落无声的天空", 28 | "face": "img/a5.jpg" 29 | }, 30 | { 31 | "id": "100006", 32 | "name": "李越LycorisRadiate", 33 | "face": "img/a6.jpg" 34 | }, 35 | { 36 | "id": "100007", 37 | "name": "冯胖妞张直丑", 38 | "face": "img/a7.jpg" 39 | }, 40 | { 41 | "id": "100008", 42 | "name": "陈龙hmmm", 43 | "face": "img/a8.jpg" 44 | }, 45 | { 46 | "id": "100009", 47 | "name": "别闹哥胆儿小", 48 | "face": "img/a9.jpg" 49 | }, 50 | { 51 | "id": "100010", 52 | "name": "锅锅锅锅萌哒哒 ", 53 | "face": "img/a10.jpg" 54 | } 55 | ] 56 | } 57 | 58 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/layer/layim/loading.gif: -------------------------------------------------------------------------------- 1 | GIF89a+�������z�T!� NETSCAPE2.0!�, 2 | %�������.n5��a!� , 3 | %���� ��2��2��&�9�V!� , 4 | %�����-��ޜ�ܮ�T; 5 | 6 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/layer/skin/default/loading-1.gif: -------------------------------------------------------------------------------- 1 | GIF89a%%����+N���!� NETSCAPE2.0!� 2 | ,%%������!� ZE��"�0ޢA�IRiٜ.�& �(23]�xl�Yl�Px!�����dV�P�,��V��R� 3 | ;v���<�E�u{m>��1x�m�y���Qf�4"�@�cȆ��7�F��� S�u�� f�)�E�'��Gz�zP!� 4 | , ����\!� 5 | , 6 | �/���܉qRe.��v/1�!!� 7 | , ����!� 8 | , 9 | �b��j �j�je�SS�,F!� 10 | , ����\!� 11 | , 12 | �/���܉qRe.��v/1�!!� 13 | , ����!� 14 | , 15 | �`��j �j�je�SS�,F!� 16 | , ����\!� 17 | , 18 | �/���܉qRe.��v/1�!!� 19 | , ����!� 20 | , 21 | �`��j �j�je�SS�,F!� 22 | , ����\!� 23 | , 24 | �/���܉qRe.��v/1�!!� 25 | , ����; 26 | 27 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/layer/skin/default/textbg.png: -------------------------------------------------------------------------------- 1 | �PNG 2 |  3 | 4 | IHDR 5 | |9�0sBIT|d� pHYs  ��~�tEXtSoftwareAdobe Fireworks CS5q��6tEXtCreation Time08/04/13"B^�*IDAT�c|���4���Ύ.�]���߿�����!Ȅ��F�S9 ��b�IEND�B`� 6 | 7 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/layer/skin/default/xubox_loading1.gif: -------------------------------------------------------------------------------- 1 | GIF89a%%����+N���!� NETSCAPE2.0!� 2 | ,%%������!� ZE��"�0ޢA�IRiٜ.�& �(23]�xl�Yl�Px!�����dV�P�,��V��R� 3 | ;v���<�E�u{m>��1x�m�y���Qf�4"�@�cȆ��7�F��� S�u�� f�)�E�'��Gz�zP!� 4 | , ����\!� 5 | , 6 | �/���܉qRe.��v/1�!!� 7 | , ����!� 8 | , 9 | �b��j �j�je�SS�,F!� 10 | , ����\!� 11 | , 12 | �/���܉qRe.��v/1�!!� 13 | , ����!� 14 | , 15 | �`��j �j�je�SS�,F!� 16 | , ����\!� 17 | , 18 | �/���܉qRe.��v/1�!!� 19 | , ����!� 20 | , 21 | �`��j �j�je�SS�,F!� 22 | , ����\!� 23 | , 24 | �/���܉qRe.��v/1�!!� 25 | , ����; 26 | 27 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/layer/skin/default/xubox_title0.png: -------------------------------------------------------------------------------- 1 | �PNG 2 |  3 | 4 | IHDR 5 | #���CsBIT|d� pHYs  ��~�tEXtCreation Time03/09/12�(�tEXtSoftwareAdobe Fireworks CS4�Ӡ5IDAT8�c|���"1�X��'�@�M���t�ȴz(�q4xF�&_!����!�s�EIEND�B`� 6 | 7 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/markdown/bootstrap-markdown.zh.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Chinese translation for bootstrap-markdown 3 | * benhaile 4 | */ 5 | (function ($) { 6 | $.fn.markdown.messages.zh = { 7 | 'Bold': "粗体", 8 | 'Italic': "斜体", 9 | 'Heading': "标题", 10 | 'URL/Link': "链接", 11 | 'Image': "图片", 12 | 'List': "列表", 13 | 'Unordered List': "无序列表", 14 | 'Ordered List': "有序列表", 15 | 'Code': "代码", 16 | 'Quote': "引用", 17 | 'Preview': "预览", 18 | 'strong text': "粗体", 19 | 'emphasized text': "强调", 20 | 'heading text': "标题", 21 | 'enter link description here': "输入链接说明", 22 | 'Insert Hyperlink': "URL地址", 23 | 'enter image description here': "输入图片说明", 24 | 'Insert Image Hyperlink': "图片URL地址", 25 | 'enter image title here': "在这里输入图片标题", 26 | 'list text here': "这里是列表文本", 27 | 'code text here': "这里输入代码", 28 | 'quote here': "这里输入引用文本" 29 | 30 | 31 | }; 32 | }(jQuery)); 33 | 34 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/suggest/data.json: -------------------------------------------------------------------------------- 1 | { 2 | "message": "", 3 | "value": [ 4 | { 5 | "userName": "淳芸", 6 | "shortAccount": "chunyun", 7 | "userId": 20001 8 | }, { 9 | "userName": "orion-01", 10 | "shortAccount": "chunyun", 11 | "userId": 20000 12 | }, { 13 | "userName": "穆晓晨", 14 | "shortAccount": "chunyun", 15 | "userId": 20002 16 | }, { 17 | "userName": "张欢引", 18 | "shortAccount": "chunyun", 19 | "userId": 20003 20 | }, { 21 | "userName": "吴琼", 22 | "shortAccount": "wuqiong", 23 | "userId": 20004 24 | }, { 25 | "userName": "吴东鹏", 26 | "shortAccount": "wudongpeng", 27 | "userId": 20005 28 | }, { 29 | "userName": "黄少铅", 30 | "shortAccount": "huangshaoqian", 31 | "userId": 20006 32 | }, { 33 | "userName": "胡运燕", 34 | "shortAccount": "yunyan", 35 | "userId": 20007 36 | }, { 37 | "userName": "刘幸", 38 | "shortAccount": "liuxing", 39 | "userId": 20008 40 | }, { 41 | "userName": "陈媛媛", 42 | "shortAccount": "chenyuanyuan", 43 | "userId": 20009 44 | }, { 45 | "userName": "旷东林", 46 | "shortAccount": "chunyun", 47 | "userId": 20010 48 | }, { 49 | "userName": "唐宏禹", 50 | "shortAccount": "chunyun", 51 | "userId": 20011 52 | }, { 53 | "userName": "旷东林", 54 | "shortAccount": "kuangdonglin", 55 | "userId": 20010 56 | }, { 57 | "userName": "唐宏禹", 58 | "shortAccount": "tanghongyu", 59 | "userId": 20011 60 | } 61 | ], 62 | "code": 200, 63 | "redirect": "" 64 | } 65 | 66 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/validate/messages_zh.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery Validation Plugin - v1.13.1 - 10/14/2014 2 | * http://jqueryvalidation.org/ 3 | * Copyright (c) 2014 Jörn Zaefferer; Licensed MIT */ 4 | ! function (a) { 5 | "function" == typeof define && define.amd ? define(["jquery", "jquery.validate.min"], a) : a(jQuery) 6 | }(function (a) { 7 | var icon = " "; 8 | a.extend(a.validator.messages, { 9 | required: icon + "必填", 10 | remote: icon + "请修正此栏位", 11 | email: icon + "请输入有效的电子邮件", 12 | url: icon + "请输入有效的网址", 13 | date: icon + "请输入有效的日期", 14 | dateISO: icon + "请输入有效的日期 (YYYY-MM-DD)", 15 | number: icon + "请输入正确的数字", 16 | digits: icon + "只能输入数字", 17 | creditcard: icon + "请输入有效的信用卡号码", 18 | equalTo: icon + "你的输入不相同", 19 | extension: icon + "请输入有效的后缀", 20 | maxlength: a.validator.format(icon + "最多 {0} 个字"), 21 | minlength: a.validator.format(icon + "最少 {0} 个字"), 22 | rangelength: a.validator.format(icon + "请输入长度为 {0} 至 {1} 之间的字串"), 23 | range: a.validator.format(icon + "请输入 {0} 至 {1} 之间的数值"), 24 | max: a.validator.format(icon + "请输入不大于 {0} 的数值"), 25 | min: a.validator.format(icon + "请输入不小于 {0} 的数值") 26 | }) 27 | }); 28 | 29 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/webuploader/README.md: -------------------------------------------------------------------------------- 1 | 目录说明 2 | ======================== 3 | 4 | ```bash 5 | ├── Uploader.swf # SWF文件,当使用Flash运行时需要引入。 6 | ├ 7 | ├── webuploader.js # 完全版本。 8 | ├── webuploader.min.js # min版本 9 | ├ 10 | ├── webuploader.flashonly.js # 只有Flash实现的版本。 11 | ├── webuploader.flashonly.min.js # min版本 12 | ├ 13 | ├── webuploader.html5only.js # 只有Html5实现的版本。 14 | ├── webuploader.html5only.min.js # min版本 15 | ├ 16 | ├── webuploader.noimage.js # 去除图片处理的版本,包括HTML5和FLASH. 17 | ├── webuploader.noimage.min.js # min版本 18 | ├ 19 | ├── webuploader.custom.js # 自定义打包方案,请查看 Gruntfile.js,满足移动端使用。 20 | └── webuploader.custom.min.js # min版本 21 | ``` 22 | 23 | ## 示例 24 | 25 | 请把整个 Git 包下载下来放在 php 服务器下,因为默认提供的文件接受是用 php 编写的,打开 examples 页面便能查看示例效果。 26 | 27 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/plugins/webuploader/webuploader.css: -------------------------------------------------------------------------------- 1 | .webuploader-container { 2 | position: relative; 3 | } 4 | .webuploader-element-invisible { 5 | position: absolute !important; 6 | clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 7 | clip: rect(1px,1px,1px,1px); 8 | } 9 | .webuploader-pick { 10 | position: relative; 11 | display: inline-block; 12 | cursor: pointer; 13 | background: #00b7ee; 14 | padding: 10px 15px; 15 | color: #fff; 16 | text-align: center; 17 | border-radius: 3px; 18 | overflow: hidden; 19 | } 20 | .webuploader-pick-hover { 21 | background: #00a2d4; 22 | } 23 | 24 | .webuploader-pick-disable { 25 | opacity: 0.6; 26 | pointer-events:none; 27 | } 28 | 29 | 30 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/ss/test.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/welcome.js: -------------------------------------------------------------------------------- 1 | //欢迎信息 2 | 3 | layer.config({ 4 | extend: ['extend/layer.ext.js', 'skin/moon/style.css'], 5 | skin: 'layer-ext-moon' 6 | }); 7 | 8 | layer.ready(function () { 9 | 10 | var html = $('#welcome-template').html(); 11 | $('a.viewlog').click(function () { 12 | logs(); 13 | return false; 14 | }); 15 | 16 | $('#pay-qrcode').click(function(){ 17 | var html=$(this).html(); 18 | parent.layer.open({ 19 | title: false, 20 | type: 1, 21 | closeBtn:false, 22 | shadeClose:true, 23 | area: ['600px', 'auto'], 24 | content: html 25 | }); 26 | }); 27 | 28 | function logs() { 29 | parent.layer.open({ 30 | title: '初见倾心,再见动情', 31 | type: 1, 32 | area: ['700px', 'auto'], 33 | content: html, 34 | btn: ['确定', '取消'] 35 | }); 36 | } 37 | 38 | console.log('欢迎使用H+,如果您在使用的过程中有碰到问题,可以参考开发文档,感谢您的支持。'); 39 | 40 | }); 41 | 42 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/js/welcome.min.js: -------------------------------------------------------------------------------- 1 | layer.config({extend:["extend/layer.ext.js","skin/moon/style.css"],skin:"layer-ext-moon"}),layer.ready(function(){function e(){parent.layer.open({title:"初见倾心,再见动情",type:1,area:["700px","auto"],content:t,btn:["确定","取消"]})}var t=$("#welcome-template").html();$("a.viewlog").click(function(){return e(),!1}),$("#pay-qrcode").click(function(){var e=$(this).html();parent.layer.open({title:!1,type:1,closeBtn:!1,shadeClose:!0,area:["600px","auto"],content:e})}),console.log("欢迎使用H+,如果您在使用的过程中有碰到问题,可以参考开发文档,感谢您的支持。")}); 2 | 3 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/plugins/fullavatareditor/asp.net/c#/Upload.aspx: -------------------------------------------------------------------------------- 1 | <%@ Page Language="C#" AutoEventWireup="true" CodeFile="upload.aspx.cs" Debug="true" Inherits="Upload" %> 2 | 3 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/plugins/fullavatareditor/asp.net/vb/Upload.aspx: -------------------------------------------------------------------------------- 1 | <%@ Page Language="VB" AutoEventWireup="true" CodeFile="Upload.aspx.vb" Debug="true" Inherits="Upload" %> 2 | 3 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/plugins/fullavatareditor/crossdomain.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/plugins/fullavatareditor/expressInstall.swf: -------------------------------------------------------------------------------- 1 | CWSAx��T�O�@�uw�-���ע�!1J 5� ��Y@��l;@��6�ܳ�r⸉!F��7�vq�B����(3)�K���a0�.1�`���zi����E9&/ h �1�ms�-1K�;�y����eJ�& 5 | ���J x7B�P>�h�-3ˡ�����G��=��1�'�����'�7��� �{aI߱Y�O�]uJ�sG��ю�B���'I�E�"x�].楰�:�1�T�q�*;hR��'���-�+��H���Ъ �ʚ\E�&W��%pRNi� 2�4l��79�IW�|�6�'�m&��j��}��q��b3�VZMQ�z�v�ڂ̯$бm��K"{>*����<� 6 | 7 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/ss/addOrEditTest.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /springboot-music/ss/src/main/resources/static/ss/testList.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /springboot-music/ss/运行说明.txt: -------------------------------------------------------------------------------- 1 |  2 | 说明书: 3 | 4 | 项目名称:基于SpringBoot+Mybatis+MySQL轻语音乐网 5 | 6 | 运行步骤:1,下载本项目的压缩包并解压,用idea或eclipse或sts导入项目,我这里用sts。 7 | 选import>Maven>Existing Maven Projects,找到我们解压好的项目ss文件夹进行导入。 8 | (后面我换成了idea,所以也可以下载压缩包后用idea打开,或者直接使用git将项目clone到本地) 9 | 第一次导入可能会比较慢,也可以下载maven后,用maven配置本地仓库和设置阿里云镜像后再进行导入。 10 | 11 | idea导入方式:可以在D盘新建music_workSpace文件夹,使用git进入到该文件夹下,然后使用"git clone git@github.com:Linliquan/springboot-music.git"命令clone项目。项目大概110M左右,可能下载比较慢点。如果下载失败,可以尝试下载几次或者使用"git clone git@github.com:Linliquan/springboot-music.git --depth 1"命令下载。下载完成后,可以用idea选择File > Open > music_workSpace > springboot-music,点击OK直接打开项目。下载依赖一般比较慢,所以maven记得配置好本地仓库和阿里云镜像。 12 | 13 | 2.用Navicat for mysql建立一个数据库,我建立的数据库名为game,也可以和我不一样。在项目里找到game.sql文件,用记事本或别的编辑器打开,把里面的创建表语句和插入数据语句复制到Navicat for mysql的命令列界面即可快速的建好相对应的表,总共有4个表。 14 | 15 | 3.在项目里找到application.yml,把里面的“game”改成自己的数据库名称,password的密码也改一下。我里面的数据库名是game,密码是10086。找到SsApplication.java右键Run As>java Application运行就大功告成了。 16 | 17 | 如果运行失败可能是8080端口被占用,可以解除占用再运行或者改为8082端口运行。 18 | 19 | --------------------------------------------------------------------------------