在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → java web 音乐分享系统 mysql 毕业设计

java web 音乐分享系统 mysql 毕业设计

一般编程问题

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

实例介绍

【实例简介】
我的毕业设计 java web paopao音乐在线分享系统 java开发mysql 数据库支持上传下载 在线听音乐 分前后台 有我的开题报告和论文 还有技术文档
【实例截图】
【核心代码】
paopao音乐共享系统
└── 20115007赵俊
├── Music
│   ├── WebRoot
│   │   ├── META-INF
│   │   │   └── MANIFEST.MF
│   │   ├── WEB-INF
│   │   │   ├── lib
│   │   │   │   ├── activation.jar
│   │   │   │   ├── aopalliance-1.0.jar
│   │   │   │   ├── aspectjweaver.jar
│   │   │   │   ├── commons-beanutils-1.7.0.jar
│   │   │   │   ├── commons-collections-3.1.jar
│   │   │   │   ├── commons-dbcp.jar
│   │   │   │   ├── commons-fileupload-1.2.2.jar
│   │   │   │   ├── commons-httpclient-3.1.jar
│   │   │   │   ├── commons-io-2.0.1.jar
│   │   │   │   ├── commons-lang-2.3.jar
│   │   │   │   ├── commons-lang3-3.1.jar
│   │   │   │   ├── commons-logging-1.1.1.jar
│   │   │   │   ├── commons-pool.jar
│   │   │   │   ├── dsn.jar
│   │   │   │   ├── ezmorph-1.0.3.jar
│   │   │   │   ├── freemarker-2.3.19.jar
│   │   │   │   ├── gimap.jar
│   │   │   │   ├── gson-2.2.2.jar
│   │   │   │   ├── httpasyncclient-4.0-beta3.jar
│   │   │   │   ├── httpclient-4.2.1.jar
│   │   │   │   ├── httpcore-4.2.2.jar
│   │   │   │   ├── httpcore-nio-4.2.2.jar
│   │   │   │   ├── ibatis-2.3.4.726.jar
│   │   │   │   ├── imap.jar
│   │   │   │   ├── javassist-3.11.0.GA.jar
│   │   │   │   ├── json-lib-2.4-jdk15.jar
│   │   │   │   ├── jxl.jar
│   │   │   │   ├── log4j-1.2.15.jar
│   │   │   │   ├── mail.jar
│   │   │   │   ├── mailapi.jar
│   │   │   │   ├── mysql-connector-java-5.1.7-bin.jar
│   │   │   │   ├── neethi-3.0.2.jar
│   │   │   │   ├── ognl-3.0.5.jar
│   │   │   │   ├── ojdbc14.jar
│   │   │   │   ├── pop3.jar
│   │   │   │   ├── smtp.jar
│   │   │   │   ├── spring-aop-3.2.2.RELEASE.jar
│   │   │   │   ├── spring-beans-3.2.2.RELEASE.jar
│   │   │   │   ├── spring-context-3.2.2.RELEASE.jar
│   │   │   │   ├── spring-core-3.2.2.RELEASE.jar
│   │   │   │   ├── spring-expression-3.2.2.RELEASE.jar
│   │   │   │   ├── spring-jdbc-3.2.2.RELEASE.jar
│   │   │   │   ├── spring-orm-3.2.2.RELEASE.jar
│   │   │   │   ├── spring-tx-3.2.2.RELEASE.jar
│   │   │   │   ├── spring-web-3.2.2.RELEASE.jar
│   │   │   │   ├── sqljdbc.jar
│   │   │   │   ├── struts2-core-2.3.4.jar
│   │   │   │   ├── struts2-jquery-plugin-1.8.3.jar
│   │   │   │   ├── struts2-json-plugin-2.1.8.1.jar
│   │   │   │   ├── wsdl4j-1.6.2.jar
│   │   │   │   ├── xmlschema-core-2.0.3.jar
│   │   │   │   └── xwork-core-2.3.4.jar
│   │   │   └── web.xml
│   │   ├── admin
│   │   │   ├── AllMusic.jsp
│   │   │   ├── AllMusicType.jsp
│   │   │   ├── AllUser.jsp
│   │   │   ├── LoginAdmin.jsp
│   │   │   ├── acss
│   │   │   │   ├── custom.css
│   │   │   │   └── style.css
│   │   │   ├── img
│   │   │   │   ├── accept.png
│   │   │   │   ├── add.png
│   │   │   │   ├── arrows-ffffff.png
│   │   │   │   ├── book.png
│   │   │   │   ├── btn-overlay.png
│   │   │   │   ├── cancel.png
│   │   │   │   ├── datatable
│   │   │   │   │   ├── back_disabled.png
│   │   │   │   │   ├── back_enabled.png
│   │   │   │   │   ├── forward_disabled.png
│   │   │   │   │   ├── forward_enabled.png
│   │   │   │   │   ├── sort_asc.png
│   │   │   │   │   ├── sort_asc_disabled.png
│   │   │   │   │   ├── sort_both.png
│   │   │   │   │   ├── sort_desc.png
│   │   │   │   │   └── sort_desc_disabled.png
│   │   │   │   ├── delete.png
│   │   │   │   ├── error.png
│   │   │   │   ├── exclamation.png
│   │   │   │   ├── favicons
│   │   │   │   │   ├── apple.png
│   │   │   │   │   └── favicon.png
│   │   │   │   ├── gallery
│   │   │   │   │   ├── book01.jpg
│   │   │   │   │   ├── card01.jpg
│   │   │   │   │   └── leaflet01.jpg
│   │   │   │   ├── help.png
│   │   │   │   ├── information.png
│   │   │   │   ├── jquery.wysiwyg.gif
│   │   │   │   ├── key.png
│   │   │   │   ├── logo.png
│   │   │   │   ├── nyro
│   │   │   │   │   ├── ajaxLoader.gif
│   │   │   │   │   ├── close.gif
│   │   │   │   │   ├── next.gif
│   │   │   │   │   └── prev.gif
│   │   │   │   ├── page_save.png
│   │   │   │   ├── page_white_go.png
│   │   │   │   ├── preview-not-available.gif
│   │   │   │   ├── quote.png
│   │   │   │   ├── search.gif
│   │   │   │   ├── shadow.png
│   │   │   │   ├── style.png
│   │   │   │   ├── tag-bg.gif
│   │   │   │   ├── toggle-small-expand.png
│   │   │   │   ├── toggle.gif
│   │   │   │   ├── user_32.png
│   │   │   │   └── valid.gif
│   │   │   ├── index.jsp
│   │   │   └── js
│   │   │   ├── administry.js
│   │   │   ├── flot
│   │   │   │   ├── jquery.flot.min.js
│   │   │   │   └── jquery.flot.selection.min.js
│   │   │   ├── jquery-1.4.2.min.js
│   │   │   ├── jquery.dataTables.min.js
│   │   │   ├── jquery.nyroModal.pack.js
│   │   │   ├── jquery.sparkline.min.js
│   │   │   ├── jquery.superfish.min.js
│   │   │   ├── jquery.supersubs.min.js
│   │   │   ├── jquery.tagInput.min.js
│   │   │   ├── jquery.tipTip.min.js
│   │   │   ├── jquery.ui.core.min.js
│   │   │   ├── jquery.ui.tabs.min.js
│   │   │   ├── jquery.ui.widget.min.js
│   │   │   ├── jquery.validate_pack.js
│   │   │   ├── jquery.wysiwyg.min.js
│   │   │   └── swfobject.js
│   │   ├── bodycenter.jsp
│   │   ├── bodymusic.jsp
│   │   ├── comment.jsp
│   │   ├── css
│   │   │   ├── custom.css
│   │   │   ├── index.css
│   │   │   └── style.css
│   │   ├── img
│   │   │   ├── 1.jpg
│   │   │   ├── 2.jpg
│   │   │   ├── 212.jpg
│   │   │   ├── 3.jpg
│   │   │   ├── 4.jpg
│   │   │   ├── 5.jpg
│   │   │   ├── 6.jpg
│   │   │   ├── 7.jpg
│   │   │   ├── 8.jpg
│   │   │   ├── Sdcms.js
│   │   │   ├── banner.jpg
│   │   │   ├── banner2.jpg
│   │   │   ├── banner3.gif
│   │   │   ├── banner4.gif
│   │   │   ├── bar1.jpg
│   │   │   ├── bar2.jpg
│   │   │   ├── bar3.jpg
│   │   │   ├── bar4.jpg
│   │   │   ├── bg.jpg
│   │   │   ├── bg1.jpg
│   │   │   ├── bg1.png
│   │   │   ├── bg2.jpg
│   │   │   ├── bg3.jpg
│   │   │   ├── bg4.jpg
│   │   │   ├── bg5.jpg
│   │   │   ├── bg6.jpg
│   │   │   ├── bg7.jpg
│   │   │   ├── bg8.jpg
│   │   │   ├── btn1.jpg
│   │   │   ├── btn2.jpg
│   │   │   ├── btn3.jpg
│   │   │   ├── btn4.jpg
│   │   │   ├── denglu.jpg
│   │   │   ├── denglu.png
│   │   │   ├── easySlider1.7.js
│   │   │   ├── fasong.jpg
│   │   │   ├── icon1.gif
│   │   │   ├── icon1.jpg
│   │   │   ├── icon10.jpg
│   │   │   ├── icon11.jpg
│   │   │   ├── icon2.gif
│   │   │   ├── icon2.jpg
│   │   │   ├── icon3.gif
│   │   │   ├── icon3.jpg
│   │   │   ├── icon4.jpg
│   │   │   ├── icon5.gif
│   │   │   ├── icon5.jpg
│   │   │   ├── icon6.jpg
│   │   │   ├── icon7.jpg
│   │   │   ├── icon8.jpg
│   │   │   ├── icon9.jpg
│   │   │   ├── iepng.js
│   │   │   ├── img.jpg
│   │   │   ├── img2.jpg
│   │   │   ├── img3.jpg
│   │   │   ├── input.jpg
│   │   │   ├── jiantou.jpg
│   │   │   ├── jquery-1.3.2.min.js
│   │   │   ├── jquery.js
│   │   │   ├── jquery.min.js
│   │   │   ├── left.gif
│   │   │   ├── left.jpg
│   │   │   ├── left.png
│   │   │   ├── lib.jpg
│   │   │   ├── lib1.png
│   │   │   ├── lib2.jpg
│   │   │   ├── lib2.png
│   │   │   ├── lib3.jpg
│   │   │   ├── lib4.jpg
│   │   │   ├── lib5.jpg
│   │   │   ├── lib6.jpg
│   │   │   ├── logo.jpg
│   │   │   ├── logo.png
│   │   │   ├── logo2.jpg
│   │   │   ├── more1.jpg
│   │   │   ├── more2.jpg
│   │   │   ├── more3.jpg
│   │   │   ├── more4.jpg
│   │   │   ├── nav_1.jpg
│   │   │   ├── nav_2.jpg
│   │   │   ├── nav_h.jpg
│   │   │   ├── nav_s.jpg
│   │   │   ├── new.jpg
│   │   │   ├── phone.gif
│   │   │   ├── port4.jpg
│   │   │   ├── prot1.gif
│   │   │   ├── prot1.jpg
│   │   │   ├── prot2.gif
│   │   │   ├── prot2.jpg
│   │   │   ├── prot3.gif
│   │   │   ├── prot3.jpg
│   │   │   ├── prot5.jpg
│   │   │   ├── prot6.jpg
│   │   │   ├── putaojiayuan.js
│   │   │   ├── reset.jpg
│   │   │   ├── right.gif
│   │   │   ├── right.png
│   │   │   ├── search.jpg
│   │   │   ├── search1.jpg
│   │   │   ├── search2.jpg
│   │   │   ├── style.css
│   │   │   ├── tab.js
│   │   │   ├── text1.jpg
│   │   │   ├── textarea.jpg
│   │   │   ├── wenhao.jpg
│   │   │   ├── yz.jpg
│   │   │   └── 未标题-1.png
│   │   ├── index.jsp
│   │   ├── indexmusic.jsp
│   │   ├── jquery-1.8.0.min.js
│   │   ├── jquery-easyui-1.3.2
│   │   │   ├── changelog.txt
│   │   │   ├── demo
│   │   │   │   ├── accordion
│   │   │   │   │   ├── _content.html
│   │   │   │   │   ├── actions.html
│   │   │   │   │   ├── ajax.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── datagrid_data1.json
│   │   │   │   │   └── tools.html
│   │   │   │   ├── calendar
│   │   │   │   │   ├── basic.html
│   │   │   │   │   └── firstday.html
│   │   │   │   ├── combo
│   │   │   │   │   └── basic.html
│   │   │   │   ├── combobox
│   │   │   │   │   ├── actions.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── combobox_data1.json
│   │   │   │   │   ├── customformat.html
│   │   │   │   │   ├── dynamicdata.html
│   │   │   │   │   ├── multiple.html
│   │   │   │   │   ├── remotedata.html
│   │   │   │   │   └── remotejsonp.html
│   │   │   │   ├── combogrid
│   │   │   │   │   ├── actions.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── datagrid_data1.json
│   │   │   │   │   ├── initvalue.html
│   │   │   │   │   └── multiple.html
│   │   │   │   ├── combotree
│   │   │   │   │   ├── actions.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── initvalue.html
│   │   │   │   │   ├── multiple.html
│   │   │   │   │   └── tree_data1.json
│   │   │   │   ├── datagrid
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── cellstyle.html
│   │   │   │   │   ├── checkbox.html
│   │   │   │   │   ├── clientpagination.html
│   │   │   │   │   ├── columngroup.html
│   │   │   │   │   ├── complextoolbar.html
│   │   │   │   │   ├── contextmenu.html
│   │   │   │   │   ├── custompager.html
│   │   │   │   │   ├── datagrid_data1.json
│   │   │   │   │   ├── datagrid_data2.json
│   │   │   │   │   ├── footer.html
│   │   │   │   │   ├── formatcolumns.html
│   │   │   │   │   ├── frozencolumns.html
│   │   │   │   │   ├── frozenrows.html
│   │   │   │   │   ├── mergecells.html
│   │   │   │   │   ├── products.json
│   │   │   │   │   ├── rowborder.html
│   │   │   │   │   ├── rowediting.html
│   │   │   │   │   ├── selection.html
│   │   │   │   │   ├── simpletoolbar.html
│   │   │   │   │   └── transform.html
│   │   │   │   ├── datebox
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── dateformat.html
│   │   │   │   │   ├── events.html
│   │   │   │   │   └── validate.html
│   │   │   │   ├── datetimebox
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── initvalue.html
│   │   │   │   │   └── showseconds.html
│   │   │   │   ├── demo.css
│   │   │   │   ├── dialog
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── complextoolbar.html
│   │   │   │   │   └── toolbarbuttons.html
│   │   │   │   ├── draggable
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── constain.html
│   │   │   │   │   └── snap.html
│   │   │   │   ├── droppable
│   │   │   │   │   ├── accept.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   └── sort.html
│   │   │   │   ├── easyloader
│   │   │   │   │   └── basic.html
│   │   │   │   ├── form
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── form_data1.json
│   │   │   │   │   └── load.html
│   │   │   │   ├── layout
│   │   │   │   │   ├── _content.html
│   │   │   │   │   ├── addremove.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── complex.html
│   │   │   │   │   ├── datagrid_data1.json
│   │   │   │   │   ├── full.html
│   │   │   │   │   ├── nestedlayout.html
│   │   │   │   │   ├── nocollapsible.html
│   │   │   │   │   ├── propertygrid_data1.json
│   │   │   │   │   └── tree_data1.json
│   │   │   │   ├── linkbutton
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── iconalign.html
│   │   │   │   │   └── plain.html
│   │   │   │   ├── menu
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── customitem.html
│   │   │   │   │   └── events.html
│   │   │   │   ├── menubutton
│   │   │   │   │   ├── actions.html
│   │   │   │   │   └── basic.html
│   │   │   │   ├── messager
│   │   │   │   │   ├── alert.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── interactive.html
│   │   │   │   │   └── position.html
│   │   │   │   ├── numberbox
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── format.html
│   │   │   │   │   └── range.html
│   │   │   │   ├── numberspinner
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── increment.html
│   │   │   │   │   └── range.html
│   │   │   │   ├── pagination
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── custombuttons.html
│   │   │   │   │   └── simple.html
│   │   │   │   ├── panel
│   │   │   │   │   ├── _content.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── customtools.html
│   │   │   │   │   ├── loadcontent.html
│   │   │   │   │   ├── nestedpanel.html
│   │   │   │   │   └── paneltools.html
│   │   │   │   ├── progressbar
│   │   │   │   │   └── basic.html
│   │   │   │   ├── propertygrid
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── customcolumns.html
│   │   │   │   │   ├── groupformat.html
│   │   │   │   │   └── propertygrid_data1.json
│   │   │   │   ├── resizable
│   │   │   │   │   └── basic.html
│   │   │   │   ├── searchbox
│   │   │   │   │   ├── basic.html
│   │   │   │   │   └── category.html
│   │   │   │   ├── slider
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── formattip.html
│   │   │   │   │   ├── rule.html
│   │   │   │   │   └── vertical.html
│   │   │   │   ├── splitbutton
│   │   │   │   │   ├── actions.html
│   │   │   │   │   └── basic.html
│   │   │   │   ├── tabs
│   │   │   │   │   ├── _content.html
│   │   │   │   │   ├── autoheight.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── hover.html
│   │   │   │   │   ├── nestedtabs.html
│   │   │   │   │   ├── striptools.html
│   │   │   │   │   ├── tabposition.html
│   │   │   │   │   ├── tabstools.html
│   │   │   │   │   └── tree_data1.json
│   │   │   │   ├── timespinner
│   │   │   │   │   ├── actions.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   └── range.html
│   │   │   │   ├── tree
│   │   │   │   │   ├── actions.html
│   │   │   │   │   ├── animation.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── checkbox.html
│   │   │   │   │   ├── contextmenu.html
│   │   │   │   │   ├── dnd.html
│   │   │   │   │   ├── editable.html
│   │   │   │   │   ├── icons.html
│   │   │   │   │   ├── tree_data1.json
│   │   │   │   │   └── tree_data2.json
│   │   │   │   ├── treegrid
│   │   │   │   │   ├── actions.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── contextmenu.html
│   │   │   │   │   ├── editable.html
│   │   │   │   │   ├── footer.html
│   │   │   │   │   ├── reports.html
│   │   │   │   │   ├── treegrid_data1.json
│   │   │   │   │   ├── treegrid_data2.json
│   │   │   │   │   └── treegrid_data3.json
│   │   │   │   ├── validatebox
│   │   │   │   │   └── basic.html
│   │   │   │   └── window
│   │   │   │   ├── basic.html
│   │   │   │   ├── customtools.html
│   │   │   │   ├── inlinewindow.html
│   │   │   │   ├── modalwindow.html
│   │   │   │   └── windowlayout.html
│   │   │   ├── easyloader.js
│   │   │   ├── jquery-1.8.0.min.js
│   │   │   ├── jquery.easyui.min.js
│   │   │   ├── licence_gpl.txt
│   │   │   ├── license_commercial.txt
│   │   │   ├── locale
│   │   │   │   ├── easyui-lang-af.js
│   │   │   │   ├── easyui-lang-ar.js
│   │   │   │   ├── easyui-lang-bg.js
│   │   │   │   ├── easyui-lang-ca.js
│   │   │   │   ├── easyui-lang-cs.js
│   │   │   │   ├── easyui-lang-cz.js
│   │   │   │   ├── easyui-lang-da.js
│   │   │   │   ├── easyui-lang-de.js
│   │   │   │   ├── easyui-lang-el.js
│   │   │   │   ├── easyui-lang-en.js
│   │   │   │   ├── easyui-lang-es.js
│   │   │   │   ├── easyui-lang-fr.js
│   │   │   │   ├── easyui-lang-it.js
│   │   │   │   ├── easyui-lang-jp.js
│   │   │   │   ├── easyui-lang-nl.js
│   │   │   │   ├── easyui-lang-pt_BR.js
│   │   │   │   ├── easyui-lang-ru.js
│   │   │   │   ├── easyui-lang-tr.js
│   │   │   │   ├── easyui-lang-zh_CN.js
│   │   │   │   └── easyui-lang-zh_TW.js
│   │   │   ├── plugins
│   │   │   │   ├── ex.js
│   │   │   │   ├── jquery.accordion.js
│   │   │   │   ├── jquery.calendar.js
│   │   │   │   ├── jquery.combo.js
│   │   │   │   ├── jquery.combobox.js
│   │   │   │   ├── jquery.combogrid.js
│   │   │   │   ├── jquery.combotree.js
│   │   │   │   ├── jquery.datagrid.js
│   │   │   │   ├── jquery.datebox.js
│   │   │   │   ├── jquery.datetimebox.js
│   │   │   │   ├── jquery.dialog.js
│   │   │   │   ├── jquery.draggable.js
│   │   │   │   ├── jquery.droppable.js
│   │   │   │   ├── jquery.form.js
│   │   │   │   ├── jquery.layout.js
│   │   │   │   ├── jquery.linkbutton.js
│   │   │   │   ├── jquery.menu.js
│   │   │   │   ├── jquery.menubutton.js
│   │   │   │   ├── jquery.messager.js
│   │   │   │   ├── jquery.numberbox.js
│   │   │   │   ├── jquery.numberspinner.js
│   │   │   │   ├── jquery.pagination.js
│   │   │   │   ├── jquery.panel.js
│   │   │   │   ├── jquery.parser.js
│   │   │   │   ├── jquery.progressbar.js
│   │   │   │   ├── jquery.propertygrid.js
│   │   │   │   ├── jquery.resizable.js
│   │   │   │   ├── jquery.searchbox.js
│   │   │   │   ├── jquery.slider.js
│   │   │   │   ├── jquery.spinner.js
│   │   │   │   ├── jquery.splitbutton.js
│   │   │   │   ├── jquery.tabs.js
│   │   │   │   ├── jquery.timespinner.js
│   │   │   │   ├── jquery.tree.js
│   │   │   │   ├── jquery.treegrid.js
│   │   │   │   ├── jquery.validatebox.js
│   │   │   │   └── jquery.window.js
│   │   │   ├── readme.txt
│   │   │   ├── src
│   │   │   │   ├── easyloader.js
│   │   │   │   ├── jquery.accordion.js
│   │   │   │   ├── jquery.calendar.js
│   │   │   │   ├── jquery.combobox.js
│   │   │   │   ├── jquery.datebox.js
│   │   │   │   ├── jquery.draggable.js
│   │   │   │   ├── jquery.droppable.js
│   │   │   │   ├── jquery.form.js
│   │   │   │   ├── jquery.linkbutton.js
│   │   │   │   ├── jquery.menu.js
│   │   │   │   ├── jquery.parser.js
│   │   │   │   ├── jquery.progressbar.js
│   │   │   │   ├── jquery.propertygrid.js
│   │   │   │   ├── jquery.resizable.js
│   │   │   │   ├── jquery.slider.js
│   │   │   │   ├── jquery.tabs.js
│   │   │   │   └── jquery.window.js
│   │   │   └── themes
│   │   │   ├── black
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── images
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   ├── validatebox_arrows.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── bootstrap
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── images
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   ├── validatebox_arrows.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── cupertino
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── images
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_nextmonth.gif
│   │   │   │   │   ├── calendar_nextyear.gif
│   │   │   │   │   ├── calendar_prevmonth.gif
│   │   │   │   │   ├── calendar_prevyear.gif
│   │   │   │   │   ├── datagrid_row_collapse.gif
│   │   │   │   │   ├── datagrid_row_expand.gif
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── menu.gif
│   │   │   │   │   ├── menu_downarrow.png
│   │   │   │   │   ├── menu_rightarrow.png
│   │   │   │   │   ├── menu_sep.png
│   │   │   │   │   ├── menu_split_downarrow.png
│   │   │   │   │   ├── messager_error.gif
│   │   │   │   │   ├── messager_info.gif
│   │   │   │   │   ├── messager_question.gif
│   │   │   │   │   ├── messager_warning.gif
│   │   │   │   │   ├── pagination_loading.gif
│   │   │   │   │   ├── panel_loading.gif
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── tabs_close.gif
│   │   │   │   │   ├── tree_arrows.gif
│   │   │   │   │   ├── tree_checkbox_0.gif
│   │   │   │   │   ├── tree_checkbox_1.gif
│   │   │   │   │   ├── tree_checkbox_2.gif
│   │   │   │   │   ├── tree_dnd_no.png
│   │   │   │   │   ├── tree_dnd_yes.png
│   │   │   │   │   ├── tree_elbow.png
│   │   │   │   │   ├── tree_file.gif
│   │   │   │   │   ├── tree_folder.gif
│   │   │   │   │   ├── tree_folder_open.gif
│   │   │   │   │   ├── tree_loading.gif
│   │   │   │   │   ├── ui-bg_diagonals-thick_90_eeeeee_40x40.png
│   │   │   │   │   ├── ui-bg_flat_15_cd0a0a_40x100.png
│   │   │   │   │   ├── ui-bg_glass_100_e4f1fb_1x400.png
│   │   │   │   │   ├── ui-bg_glass_50_3baae3_1x400.png
│   │   │   │   │   ├── ui-bg_glass_80_d7ebf9_1x400.png
│   │   │   │   │   ├── ui-bg_highlight-hard_100_f2f5f7_1x100.png
│   │   │   │   │   ├── ui-bg_highlight-hard_70_000000_1x100.png
│   │   │   │   │   ├── ui-bg_highlight-soft_100_deedf7_1x100.png
│   │   │   │   │   ├── ui-bg_highlight-soft_25_ffef8f_1x100.png
│   │   │   │   │   ├── ui-icons_2694e8_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_3d80b3_256x240.png
│   │   │   │   │   ├── ui-icons_72a7cf_256x240.png
│   │   │   │   │   ├── ui-icons_ffffff_256x240.png
│   │   │   │   │   ├── validatebox_pointer.gif
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── dark-hive
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── images
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_nextmonth.gif
│   │   │   │   │   ├── calendar_nextyear.gif
│   │   │   │   │   ├── calendar_prevmonth.gif
│   │   │   │   │   ├── calendar_prevyear.gif
│   │   │   │   │   ├── datagrid_row_collapse.gif
│   │   │   │   │   ├── datagrid_row_expand.gif
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── menu.gif
│   │   │   │   │   ├── menu_downarrow.png
│   │   │   │   │   ├── menu_rightarrow.png
│   │   │   │   │   ├── menu_sep.png
│   │   │   │   │   ├── menu_split_downarrow.png
│   │   │   │   │   ├── messager_error.gif
│   │   │   │   │   ├── messager_info.gif
│   │   │   │   │   ├── messager_question.gif
│   │   │   │   │   ├── messager_warning.gif
│   │   │   │   │   ├── pagination_loading.gif
│   │   │   │   │   ├── panel_loading.gif
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── tabs_close.gif
│   │   │   │   │   ├── tree_arrows.gif
│   │   │   │   │   ├── tree_checkbox_0.gif
│   │   │   │   │   ├── tree_checkbox_1.gif
│   │   │   │   │   ├── tree_checkbox_2.gif
│   │   │   │   │   ├── tree_dnd_no.png
│   │   │   │   │   ├── tree_dnd_yes.png
│   │   │   │   │   ├── tree_elbow.png
│   │   │   │   │   ├── tree_file.gif
│   │   │   │   │   ├── tree_folder.gif
│   │   │   │   │   ├── tree_folder_open.gif
│   │   │   │   │   ├── tree_loading.gif
│   │   │   │   │   ├── ui-bg_flat_30_cccccc_40x100.png
│   │   │   │   │   ├── ui-bg_flat_50_5c5c5c_40x100.png
│   │   │   │   │   ├── ui-bg_glass_40_ffc73d_1x400.png
│   │   │   │   │   ├── ui-bg_highlight-hard_20_0972a5_1x100.png
│   │   │   │   │   ├── ui-bg_highlight-soft_33_003147_1x100.png
│   │   │   │   │   ├── ui-bg_highlight-soft_35_222222_1x100.png
│   │   │   │   │   ├── ui-bg_highlight-soft_44_444444_1x100.png
│   │   │   │   │   ├── ui-bg_highlight-soft_80_eeeeee_1x100.png
│   │   │   │   │   ├── ui-bg_loop_25_000000_21x21.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_4b8e0b_256x240.png
│   │   │   │   │   ├── ui-icons_a83300_256x240.png
│   │   │   │   │   ├── ui-icons_cccccc_256x240.png
│   │   │   │   │   ├── ui-icons_ffffff_256x240.png
│   │   │   │   │   ├── validatebox_pointer.gif
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── default
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── images
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   ├── validatebox_arrows.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── gray
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── images
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   ├── validatebox_arrows.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── icon.css
│   │   │   ├── icons
│   │   │   │   ├── back.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── cancel.png
│   │   │   │   ├── cut.png
│   │   │   │   ├── edit_add.png
│   │   │   │   ├── edit_remove.png
│   │   │   │   ├── filesave.png
│   │   │   │   ├── help.png
│   │   │   │   ├── mini_add.png
│   │   │   │   ├── mini_edit.png
│   │   │   │   ├── mini_refresh.png
│   │   │   │   ├── no.png
│   │   │   │   ├── ok.png
│   │   │   │   ├── pencil.png
│   │   │   │   ├── print.png
│   │   │   │   ├── redo.png
│   │   │   │   ├── reload.png
│   │   │   │   ├── search.png
│   │   │   │   ├── sum.png
│   │   │   │   ├── tip.png
│   │   │   │   └── undo.png
│   │   │   ├── metro
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── images
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   ├── validatebox_arrows.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── pepper-grinder
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── images
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_nextmonth.gif
│   │   │   │   │   ├── calendar_nextyear.gif
│   │   │   │   │   ├── calendar_prevmonth.gif
│   │   │   │   │   ├── calendar_prevyear.gif
│   │   │   │   │   ├── datagrid_row_collapse.gif
│   │   │   │   │   ├── datagrid_row_expand.gif
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── menu.gif
│   │   │   │   │   ├── menu_downarrow.png
│   │   │   │   │   ├── menu_rightarrow.png
│   │   │   │   │   ├── menu_sep.png
│   │   │   │   │   ├── menu_split_downarrow.png
│   │   │   │   │   ├── messager_error.gif
│   │   │   │   │   ├── messager_info.gif
│   │   │   │   │   ├── messager_question.gif
│   │   │   │   │   ├── messager_warning.gif
│   │   │   │   │   ├── pagination_loading.gif
│   │   │   │   │   ├── panel_loading.gif
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── tabs_close.gif
│   │   │   │   │   ├── tree_arrows.gif
│   │   │   │   │   ├── tree_checkbox_0.gif
│   │   │   │   │   ├── tree_checkbox_1.gif
│   │   │   │   │   ├── tree_checkbox_2.gif
│   │   │   │   │   ├── tree_dnd_no.png
│   │   │   │   │   ├── tree_dnd_yes.png
│   │   │   │   │   ├── tree_elbow.png
│   │   │   │   │   ├── tree_file.gif
│   │   │   │   │   ├── tree_folder.gif
│   │   │   │   │   ├── tree_folder_open.gif
│   │   │   │   │   ├── tree_loading.gif
│   │   │   │   │   ├── ui-bg_diagonal-maze_20_6e4f1c_10x10.png
│   │   │   │   │   ├── ui-bg_diagonal-maze_40_000000_10x10.png
│   │   │   │   │   ├── ui-bg_fine-grain_10_eceadf_60x60.png
│   │   │   │   │   ├── ui-bg_fine-grain_10_f8f7f6_60x60.png
│   │   │   │   │   ├── ui-bg_fine-grain_15_eceadf_60x60.png
│   │   │   │   │   ├── ui-bg_fine-grain_15_f7f3de_60x60.png
│   │   │   │   │   ├── ui-bg_fine-grain_15_ffffff_60x60.png
│   │   │   │   │   ├── ui-bg_fine-grain_65_654b24_60x60.png
│   │   │   │   │   ├── ui-bg_fine-grain_68_b83400_60x60.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_3572ac_256x240.png
│   │   │   │   │   ├── ui-icons_8c291d_256x240.png
│   │   │   │   │   ├── ui-icons_b83400_256x240.png
│   │   │   │   │   ├── ui-icons_fbdb93_256x240.png
│   │   │   │   │   ├── ui-icons_ffffff_256x240.png
│   │   │   │   │   ├── validatebox_pointer.gif
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   └── sunny
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combo.css
│   │   │   ├── combobox.css
│   │   │   ├── datagrid.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── images
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_nextmonth.gif
│   │   │   │   ├── calendar_nextyear.gif
│   │   │   │   ├── calendar_prevmonth.gif
│   │   │   │   ├── calendar_prevyear.gif
│   │   │   │   ├── datagrid_row_collapse.gif
│   │   │   │   ├── datagrid_row_expand.gif
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── menu.gif
│   │   │   │   ├── menu_downarrow.png
│   │   │   │   ├── menu_rightarrow.png
│   │   │   │   ├── menu_sep.png
│   │   │   │   ├── menu_split_downarrow.png
│   │   │   │   ├── messager_error.gif
│   │   │   │   ├── messager_info.gif
│   │   │   │   ├── messager_question.gif
│   │   │   │   ├── messager_warning.gif
│   │   │   │   ├── pagination_loading.gif
│   │   │   │   ├── panel_loading.gif
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── tabs_close.gif
│   │   │   │   ├── tree_arrows.gif
│   │   │   │   ├── tree_checkbox_0.gif
│   │   │   │   ├── tree_checkbox_1.gif
│   │   │   │   ├── tree_checkbox_2.gif
│   │   │   │   ├── tree_dnd_no.png
│   │   │   │   ├── tree_dnd_yes.png
│   │   │   │   ├── tree_elbow.png
│   │   │   │   ├── tree_file.gif
│   │   │   │   ├── tree_folder.gif
│   │   │   │   ├── tree_folder_open.gif
│   │   │   │   ├── tree_loading.gif
│   │   │   │   ├── ui-bg_diagonals-medium_20_d34d17_40x40.png
│   │   │   │   ├── ui-bg_flat_30_cccccc_40x100.png
│   │   │   │   ├── ui-bg_flat_50_5c5c5c_40x100.png
│   │   │   │   ├── ui-bg_gloss-wave_45_817865_500x100.png
│   │   │   │   ├── ui-bg_gloss-wave_60_fece2f_500x100.png
│   │   │   │   ├── ui-bg_gloss-wave_70_ffdd57_500x100.png
│   │   │   │   ├── ui-bg_gloss-wave_90_fff9e5_500x100.png
│   │   │   │   ├── ui-bg_highlight-soft_100_feeebd_1x100.png
│   │   │   │   ├── ui-bg_inset-soft_30_ffffff_1x100.png
│   │   │   │   ├── ui-icons_3d3d3d_256x240.png
│   │   │   │   ├── ui-icons_bd7b00_256x240.png
│   │   │   │   ├── ui-icons_d19405_256x240.png
│   │   │   │   ├── ui-icons_eb990f_256x240.png
│   │   │   │   ├── ui-icons_ed9f26_256x240.png
│   │   │   │   ├── ui-icons_fadc7a_256x240.png
│   │   │   │   ├── ui-icons_ffe180_256x240.png
│   │   │   │   ├── validatebox_pointer.gif
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menu.css
│   │   │   ├── menubutton.css
│   │   │   ├── messager.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── js
│   │   │   ├── administry.js
│   │   │   ├── jquery-1.4.2.min.js
│   │   │   ├── jquery.dataTables.min.js
│   │   │   ├── jquery.nyroModal.pack.js
│   │   │   ├── jquery.sparkline.min.js
│   │   │   ├── jquery.superfish.min.js
│   │   │   ├── jquery.supersubs.min.js
│   │   │   ├── jquery.tagInput.min.js
│   │   │   ├── jquery.tipTip.min.js
│   │   │   ├── jquery.ui.core.min.js
│   │   │   ├── jquery.ui.tabs.min.js
│   │   │   ├── jquery.ui.widget.min.js
│   │   │   ├── jquery.validate_pack.js
│   │   │   ├── jquery.wysiwyg.min.js
│   │   │   └── swfobject.js
│   │   ├── main.jsp
│   │   ├── muscic.jsp
│   │   ├── musicplay.jsp
│   │   ├── resgist.jsp
│   │   ├── uploadMusic.jsp
│   │   └── uploadify
│   │   ├── Uploadify v2.1.0 Manual.pdf
│   │   ├── cancel.png
│   │   ├── check.php
│   │   ├── com
│   │   │   └── adobe
│   │   │   ├── air
│   │   │   │   └── logging
│   │   │   │   └── FileTarget.as
│   │   │   ├── crypto
│   │   │   │   ├── HMAC.as
│   │   │   │   ├── MD5.as
│   │   │   │   ├── MD5Stream.as
│   │   │   │   ├── SHA1.as
│   │   │   │   ├── SHA224.as
│   │   │   │   ├── SHA256.as
│   │   │   │   └── WSSEUsernameToken.as
│   │   │   ├── errors
│   │   │   │   └── IllegalStateError.as
│   │   │   ├── fileformats
│   │   │   │   └── vcard
│   │   │   │   ├── Address.as
│   │   │   │   ├── Email.as
│   │   │   │   ├── Phone.as
│   │   │   │   ├── VCard.as
│   │   │   │   └── VCardParser.as
│   │   │   ├── images
│   │   │   │   ├── BitString.as
│   │   │   │   ├── JPGEncoder.as
│   │   │   │   └── PNGEncoder.as
│   │   │   ├── net
│   │   │   │   ├── DynamicURLLoader.as
│   │   │   │   ├── IURIResolver.as
│   │   │   │   ├── MimeTypeMap.as
│   │   │   │   ├── URI.as
│   │   │   │   ├── URIEncodingBitmap.as
│   │   │   │   └── proxies
│   │   │   │   └── RFC2817Socket.as
│   │   │   ├── protocols
│   │   │   │   └── dict
│   │   │   │   ├── Database.as
│   │   │   │   ├── Definition.as
│   │   │   │   ├── Dict.as
│   │   │   │   ├── DictionaryServer.as
│   │   │   │   ├── MatchStrategy.as
│   │   │   │   ├── Response.as
│   │   │   │   ├── events
│   │   │   │   │   ├── ConnectedEvent.as
│   │   │   │   │   ├── DatabaseEvent.as
│   │   │   │   │   ├── DefinitionEvent.as
│   │   │   │   │   ├── DefinitionHeaderEvent.as
│   │   │   │   │   ├── DictionaryServerEvent.as
│   │   │   │   │   ├── DisconnectedEvent.as
│   │   │   │   │   ├── ErrorEvent.as
│   │   │   │   │   ├── MatchEvent.as
│   │   │   │   │   ├── MatchStrategiesEvent.as
│   │   │   │   │   └── NoMatchEvent.as
│   │   │   │   └── util
│   │   │   │   ├── CompleteResponseEvent.as
│   │   │   │   └── SocketHelper.as
│   │   │   ├── serialization
│   │   │   │   └── json
│   │   │   │   ├── JSON.as
│   │   │   │   ├── JSONDecoder.as
│   │   │   │   ├── JSONEncoder.as
│   │   │   │   ├── JSONParseError.as
│   │   │   │   ├── JSONToken.as
│   │   │   │   ├── JSONTokenType.as
│   │   │   │   └── JSONTokenizer.as
│   │   │   ├── utils
│   │   │   │   ├── ArrayUtil.as
│   │   │   │   ├── DateUtil.as
│   │   │   │   ├── DictionaryUtil.as
│   │   │   │   ├── IntUtil.as
│   │   │   │   ├── NumberFormatter.as
│   │   │   │   ├── StringUtil.as
│   │   │   │   └── XMLUtil.as
│   │   │   └── webapis
│   │   │   ├── ServiceBase.as
│   │   │   ├── URLLoaderBase.as
│   │   │   └── events
│   │   │   └── ServiceEvent.as
│   │   ├── example
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── cancel.png
│   │   │   ├── css
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── default.css
│   │   │   │   └── uploadify.css
│   │   │   ├── index.php
│   │   │   └── scripts
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── check.php
│   │   │   ├── expressInstall.swf
│   │   │   ├── jquery-1.3.2.min.js
│   │   │   ├── jquery.uploadify.v2.1.0.min.js
│   │   │   ├── swfobject.js
│   │   │   ├── uploadify.php
│   │   │   └── uploadify.swf
│   │   ├── expressInstall.swf
│   │   ├── jquery-1.3.2.min.js
│   │   ├── jquery.uploadify.v2.1.0.js
│   │   ├── jquery.uploadify.v2.1.0.min.js
│   │   ├── swfobject.js
│   │   ├── uploadify.allglyphs.swf
│   │   ├── uploadify.css
│   │   ├── uploadify.fla
│   │   ├── uploadify.php
│   │   └── uploadify.swf
│   ├── build
│   │   └── classes
│   │   ├── beans.xml
│   │   ├── com
│   │   │   ├── action
│   │   │   │   ├── AttachmentAction.class
│   │   │   │   ├── CommentAction.class
│   │   │   │   ├── FileAction.class
│   │   │   │   ├── MusicTypeAction.class
│   │   │   │   ├── UserMusicAction.class
│   │   │   │   └── Useraction.class
│   │   │   ├── dao
│   │   │   │   ├── AttachmentDAO.class
│   │   │   │   ├── CommentDAO.class
│   │   │   │   ├── MusicTypeDAO.class
│   │   │   │   ├── UserDAO.class
│   │   │   │   ├── UserMusicDAO.class
│   │   │   │   └── impl
│   │   │   │   ├── AttachmentDaoimpl.class
│   │   │   │   ├── CommentDaoImpl.class
│   │   │   │   ├── MusicTypeDAOimpl.class
│   │   │   │   ├── UserDAOimpl.class
│   │   │   │   └── UserMusicDaoImpl.class
│   │   │   ├── ibatis
│   │   │   │   └── ibatisConfigs
│   │   │   │   ├── AttachmentDAO.xml
│   │   │   │   ├── CommentDAO.xml
│   │   │   │   ├── MusicTypeDAO.xml
│   │   │   │   ├── UserDao.xml
│   │   │   │   └── UserMusicDAO.xml
│   │   │   ├── model
│   │   │   │   ├── Attachment.class
│   │   │   │   ├── Comment.class
│   │   │   │   ├── MusicBean.class
│   │   │   │   ├── MusicType.class
│   │   │   │   ├── User.class
│   │   │   │   └── UserMusic.class
│   │   │   ├── service
│   │   │   │   ├── AttachmentService.class
│   │   │   │   ├── CommentService.class
│   │   │   │   ├── MusicTypeService.class
│   │   │   │   ├── UserMusicService.class
│   │   │   │   └── UserService.class
│   │   │   └── untils
│   │   │   ├── Page.class
│   │   │   ├── PageUntils.class
│   │   │   └── UntilsTest.class
│   │   ├── log4j.properties
│   │   ├── music.xml
│   │   ├── sqlMap-config.xml
│   │   └── struts.xml
│   └── src
│   ├── beans.xml
│   ├── com
│   │   ├── action
│   │   │   ├── AttachmentAction.java
│   │   │   ├── CommentAction.java
│   │   │   ├── FileAction.java
│   │   │   ├── MusicTypeAction.java
│   │   │   ├── UserMusicAction.java
│   │   │   └── Useraction.java
│   │   ├── dao
│   │   │   ├── AttachmentDAO.java
│   │   │   ├── CommentDAO.java
│   │   │   ├── MusicTypeDAO.java
│   │   │   ├── UserDAO.java
│   │   │   ├── UserMusicDAO.java
│   │   │   └── impl
│   │   │   ├── AttachmentDaoimpl.java
│   │   │   ├── CommentDaoImpl.java
│   │   │   ├── MusicTypeDAOimpl.java
│   │   │   ├── UserDAOimpl.java
│   │   │   └── UserMusicDaoImpl.java
│   │   ├── ibatis
│   │   │   └── ibatisConfigs
│   │   │   ├── AttachmentDAO.xml
│   │   │   ├── CommentDAO.xml
│   │   │   ├── MusicTypeDAO.xml
│   │   │   ├── UserDao.xml
│   │   │   └── UserMusicDAO.xml
│   │   ├── model
│   │   │   ├── Attachment.java
│   │   │   ├── Comment.java
│   │   │   ├── MusicBean.java
│   │   │   ├── MusicType.java
│   │   │   ├── User.java
│   │   │   └── UserMusic.java
│   │   ├── service
│   │   │   ├── AttachmentService.java
│   │   │   ├── CommentService.java
│   │   │   ├── MusicTypeService.java
│   │   │   ├── UserMusicService.java
│   │   │   └── UserService.java
│   │   └── untils
│   │   ├── Page.java
│   │   ├── PageUntils.java
│   │   └── UntilsTest.java
│   ├── log4j.properties
│   ├── music.xml
│   ├── sqlMap-config.xml
│   └── struts.xml
├── music.sql
├── 开题报告.doc
├── 正文文档.wps
└── 封面任务书.doc

126 directories, 1212 files

标签:

实例下载地址

java web 音乐分享系统 mysql 毕业设计

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警