实例介绍
springboot新闻管理后台项目案例,是本人根据文档需求开发的一个小型项目,其中包含h-ui,layui前端框架知识,后端包含spring ,springboot,mybatis,maven等综合知识,mysql数据库等项目知识。本项目只能够用于学习交流,不得用于商业途径。
【实例截图】
【核心代码】
news_ssm
└── news_ssm
├── dialogs
│ ├── anchor
│ │ └── anchor.html
│ ├── attachment
│ │ ├── attachment.css
│ │ ├── attachment.html
│ │ ├── attachment.js
│ │ ├── fileTypeImages
│ │ │ ├── icon_chm.gif
│ │ │ ├── icon_default.png
│ │ │ ├── icon_doc.gif
│ │ │ ├── icon_exe.gif
│ │ │ ├── icon_jpg.gif
│ │ │ ├── icon_mp3.gif
│ │ │ ├── icon_mv.gif
│ │ │ ├── icon_pdf.gif
│ │ │ ├── icon_ppt.gif
│ │ │ ├── icon_psd.gif
│ │ │ ├── icon_rar.gif
│ │ │ ├── icon_txt.gif
│ │ │ └── icon_xls.gif
│ │ └── images
│ │ ├── alignicon.gif
│ │ ├── alignicon.png
│ │ ├── bg.png
│ │ ├── file-icons.gif
│ │ ├── file-icons.png
│ │ ├── icons.gif
│ │ ├── icons.png
│ │ ├── image.png
│ │ ├── progress.png
│ │ ├── success.gif
│ │ └── success.png
│ ├── background
│ │ ├── background.css
│ │ ├── background.html
│ │ ├── background.js
│ │ └── images
│ │ ├── bg.png
│ │ └── success.png
│ ├── charts
│ │ ├── chart.config.js
│ │ ├── charts.css
│ │ ├── charts.html
│ │ ├── charts.js
│ │ └── images
│ │ ├── charts0.png
│ │ ├── charts1.png
│ │ ├── charts2.png
│ │ ├── charts3.png
│ │ ├── charts4.png
│ │ └── charts5.png
│ ├── emotion
│ │ ├── emotion.css
│ │ ├── emotion.html
│ │ ├── emotion.js
│ │ └── images
│ │ ├── 0.gif
│ │ ├── bface.gif
│ │ ├── cface.gif
│ │ ├── fface.gif
│ │ ├── jxface2.gif
│ │ ├── neweditor-tab-bg.png
│ │ ├── tface.gif
│ │ ├── wface.gif
│ │ └── yface.gif
│ ├── gmap
│ │ └── gmap.html
│ ├── help
│ │ ├── help.css
│ │ ├── help.html
│ │ └── help.js
│ ├── image
│ │ ├── image.css
│ │ ├── image.html
│ │ ├── image.js
│ │ └── images
│ │ ├── alignicon.jpg
│ │ ├── bg.png
│ │ ├── icons.gif
│ │ ├── icons.png
│ │ ├── image.png
│ │ ├── progress.png
│ │ ├── success.gif
│ │ └── success.png
│ ├── insertframe
│ │ └── insertframe.html
│ ├── internal.js
│ ├── link
│ │ └── link.html
│ ├── map
│ │ ├── map.html
│ │ └── show.html
│ ├── music
│ │ ├── music.css
│ │ ├── music.html
│ │ └── music.js
│ ├── preview
│ │ └── preview.html
│ ├── scrawl
│ │ ├── images
│ │ │ ├── addimg.png
│ │ │ ├── brush.png
│ │ │ ├── delimgH.png
│ │ │ ├── delimg.png
│ │ │ ├── emptyH.png
│ │ │ ├── empty.png
│ │ │ ├── eraser.png
│ │ │ ├── redoH.png
│ │ │ ├── redo.png
│ │ │ ├── scaleH.png
│ │ │ ├── scale.png
│ │ │ ├── size.png
│ │ │ ├── undoH.png
│ │ │ └── undo.png
│ │ ├── scrawl.css
│ │ ├── scrawl.html
│ │ └── scrawl.js
│ ├── searchreplace
│ │ ├── searchreplace.html
│ │ └── searchreplace.js
│ ├── snapscreen
│ │ └── snapscreen.html
│ ├── spechars
│ │ ├── spechars.html
│ │ └── spechars.js
│ ├── table
│ │ ├── dragicon.png
│ │ ├── edittable.css
│ │ ├── edittable.html
│ │ ├── edittable.js
│ │ ├── edittd.html
│ │ └── edittip.html
│ ├── template
│ │ ├── config.js
│ │ ├── images
│ │ │ ├── bg.gif
│ │ │ ├── pre0.png
│ │ │ ├── pre1.png
│ │ │ ├── pre2.png
│ │ │ ├── pre3.png
│ │ │ └── pre4.png
│ │ ├── template.css
│ │ ├── template.html
│ │ └── template.js
│ ├── video
│ │ ├── images
│ │ │ ├── bg.png
│ │ │ ├── center_focus.jpg
│ │ │ ├── file-icons.gif
│ │ │ ├── file-icons.png
│ │ │ ├── icons.gif
│ │ │ ├── icons.png
│ │ │ ├── image.png
│ │ │ ├── left_focus.jpg
│ │ │ ├── none_focus.jpg
│ │ │ ├── progress.png
│ │ │ ├── right_focus.jpg
│ │ │ ├── success.gif
│ │ │ └── success.png
│ │ ├── video.css
│ │ ├── video.html
│ │ └── video.js
│ ├── webapp
│ │ └── webapp.html
│ └── wordimage
│ ├── fClipboard_ueditor.swf
│ ├── imageUploader.swf
│ ├── tangram.js
│ ├── wordimage.html
│ └── wordimage.js
├── lang
│ ├── en
│ │ ├── en.js
│ │ └── images
│ │ ├── addimage.png
│ │ ├── alldeletebtnhoverskin.png
│ │ ├── alldeletebtnupskin.png
│ │ ├── background.png
│ │ ├── button.png
│ │ ├── copy.png
│ │ ├── deletedisable.png
│ │ ├── deleteenable.png
│ │ ├── listbackground.png
│ │ ├── localimage.png
│ │ ├── music.png
│ │ ├── rotateleftdisable.png
│ │ ├── rotateleftenable.png
│ │ ├── rotaterightdisable.png
│ │ ├── rotaterightenable.png
│ │ └── upload.png
│ └── zh-cn
│ ├── images
│ │ ├── copy.png
│ │ ├── localimage.png
│ │ ├── music.png
│ │ └── upload.png
│ └── zh-cn.js
├── mvnw
├── mvnw.cmd
├── pom.xml
├── src
│ ├── main
│ │ ├── java
│ │ │ └── com
│ │ │ └── news
│ │ │ ├── BuylicaiApplication.java
│ │ │ ├── config
│ │ │ │ ├── CustomWebMvcConfigurerAdapter.java
│ │ │ │ ├── LoginHandlerInterceptor.java
│ │ │ │ ├── MyBatisConfig.java
│ │ │ │ ├── NewsdbConfig.java
│ │ │ │ └── UrlFilter.java
│ │ │ ├── controller
│ │ │ │ ├── GroupController.java
│ │ │ │ ├── LoginController.java
│ │ │ │ ├── NewsController.java
│ │ │ │ ├── News_logController.java
│ │ │ │ ├── RoleController.java
│ │ │ │ └── User_InfoController.java
│ │ │ ├── dao
│ │ │ │ ├── Group_InfoDao.java
│ │ │ │ ├── News_InfoDao.java
│ │ │ │ ├── News_logsDao.java
│ │ │ │ ├── Role_InfoDao.java
│ │ │ │ └── User_InfoDao.java
│ │ │ ├── entity
│ │ │ │ ├── Group_Info.java
│ │ │ │ ├── News_Info.java
│ │ │ │ ├── News_log.java
│ │ │ │ ├── Role_Info.java
│ │ │ │ └── User_Info.java
│ │ │ ├── service
│ │ │ │ ├── Group_InfoService.java
│ │ │ │ ├── News_InfoService.java
│ │ │ │ ├── News_logService.java
│ │ │ │ ├── Role_InfoService.java
│ │ │ │ └── User_InfoService.java
│ │ │ ├── ServletInitializer.java
│ │ │ └── utils
│ │ │ ├── JspToHtml.java
│ │ │ ├── MD5Utils.java
│ │ │ ├── MyFileUtis.java
│ │ │ └── PageUtils.java
│ │ ├── resources
│ │ │ ├── application.properties
│ │ │ └── mapper
│ │ │ ├── Group_InfoDao.xml
│ │ │ ├── News_InfoDao.xml
│ │ │ ├── News_logsDao.xml
│ │ │ ├── Role_InfoDao.xml
│ │ │ └── User_InfoDao.xml
│ │ └── webapp
│ │ ├── index.jsp
│ │ └── public
│ │ ├── baiduedit
│ │ │ ├── dialogs
│ │ │ │ ├── anchor
│ │ │ │ │ └── anchor.html
│ │ │ │ ├── attachment
│ │ │ │ │ ├── attachment.css
│ │ │ │ │ ├── attachment.html
│ │ │ │ │ ├── attachment.js
│ │ │ │ │ ├── fileTypeImages
│ │ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ │ ├── icon_default.png
│ │ │ │ │ │ ├── icon_doc.gif
│ │ │ │ │ │ ├── icon_exe.gif
│ │ │ │ │ │ ├── icon_jpg.gif
│ │ │ │ │ │ ├── icon_mp3.gif
│ │ │ │ │ │ ├── icon_mv.gif
│ │ │ │ │ │ ├── icon_pdf.gif
│ │ │ │ │ │ ├── icon_ppt.gif
│ │ │ │ │ │ ├── icon_psd.gif
│ │ │ │ │ │ ├── icon_rar.gif
│ │ │ │ │ │ ├── icon_txt.gif
│ │ │ │ │ │ └── icon_xls.gif
│ │ │ │ │ └── images
│ │ │ │ │ ├── alignicon.gif
│ │ │ │ │ ├── alignicon.png
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ ├── file-icons.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── success.gif
│ │ │ │ │ └── success.png
│ │ │ │ ├── background
│ │ │ │ │ ├── background.css
│ │ │ │ │ ├── background.html
│ │ │ │ │ ├── background.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── bg.png
│ │ │ │ │ └── success.png
│ │ │ │ ├── charts
│ │ │ │ │ ├── chart.config.js
│ │ │ │ │ ├── charts.css
│ │ │ │ │ ├── charts.html
│ │ │ │ │ ├── charts.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── charts0.png
│ │ │ │ │ ├── charts1.png
│ │ │ │ │ ├── charts2.png
│ │ │ │ │ ├── charts3.png
│ │ │ │ │ ├── charts4.png
│ │ │ │ │ └── charts5.png
│ │ │ │ ├── emotion
│ │ │ │ │ ├── emotion.css
│ │ │ │ │ ├── emotion.html
│ │ │ │ │ ├── emotion.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── bface.gif
│ │ │ │ │ ├── cface.gif
│ │ │ │ │ ├── fface.gif
│ │ │ │ │ ├── jxface2.gif
│ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ ├── tface.gif
│ │ │ │ │ ├── wface.gif
│ │ │ │ │ └── yface.gif
│ │ │ │ ├── gmap
│ │ │ │ │ └── gmap.html
│ │ │ │ ├── help
│ │ │ │ │ ├── help.css
│ │ │ │ │ ├── help.html
│ │ │ │ │ └── help.js
│ │ │ │ ├── image
│ │ │ │ │ ├── image.css
│ │ │ │ │ ├── image.html
│ │ │ │ │ ├── image.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── alignicon.jpg
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── success.gif
│ │ │ │ │ └── success.png
│ │ │ │ ├── insertframe
│ │ │ │ │ └── insertframe.html
│ │ │ │ ├── internal.js
│ │ │ │ ├── link
│ │ │ │ │ └── link.html
│ │ │ │ ├── map
│ │ │ │ │ ├── map.html
│ │ │ │ │ └── show.html
│ │ │ │ ├── music
│ │ │ │ │ ├── music.css
│ │ │ │ │ ├── music.html
│ │ │ │ │ └── music.js
│ │ │ │ ├── preview
│ │ │ │ │ └── preview.html
│ │ │ │ ├── scrawl
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── addimg.png
│ │ │ │ │ │ ├── brush.png
│ │ │ │ │ │ ├── delimgH.png
│ │ │ │ │ │ ├── delimg.png
│ │ │ │ │ │ ├── emptyH.png
│ │ │ │ │ │ ├── empty.png
│ │ │ │ │ │ ├── eraser.png
│ │ │ │ │ │ ├── redoH.png
│ │ │ │ │ │ ├── redo.png
│ │ │ │ │ │ ├── scaleH.png
│ │ │ │ │ │ ├── scale.png
│ │ │ │ │ │ ├── size.png
│ │ │ │ │ │ ├── undoH.png
│ │ │ │ │ │ └── undo.png
│ │ │ │ │ ├── scrawl.css
│ │ │ │ │ ├── scrawl.html
│ │ │ │ │ └── scrawl.js
│ │ │ │ ├── searchreplace
│ │ │ │ │ ├── searchreplace.html
│ │ │ │ │ └── searchreplace.js
│ │ │ │ ├── snapscreen
│ │ │ │ │ └── snapscreen.html
│ │ │ │ ├── spechars
│ │ │ │ │ ├── spechars.html
│ │ │ │ │ └── spechars.js
│ │ │ │ ├── table
│ │ │ │ │ ├── dragicon.png
│ │ │ │ │ ├── edittable.css
│ │ │ │ │ ├── edittable.html
│ │ │ │ │ ├── edittable.js
│ │ │ │ │ ├── edittd.html
│ │ │ │ │ └── edittip.html
│ │ │ │ ├── template
│ │ │ │ │ ├── config.js
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── pre0.png
│ │ │ │ │ │ ├── pre1.png
│ │ │ │ │ │ ├── pre2.png
│ │ │ │ │ │ ├── pre3.png
│ │ │ │ │ │ └── pre4.png
│ │ │ │ │ ├── template.css
│ │ │ │ │ ├── template.html
│ │ │ │ │ └── template.js
│ │ │ │ ├── video
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── center_focus.jpg
│ │ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ │ ├── file-icons.png
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ ├── right_focus.jpg
│ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ └── success.png
│ │ │ │ │ ├── video.css
│ │ │ │ │ ├── video.html
│ │ │ │ │ └── video.js
│ │ │ │ ├── webapp
│ │ │ │ │ └── webapp.html
│ │ │ │ └── wordimage
│ │ │ │ ├── fClipboard_ueditor.swf
│ │ │ │ ├── imageUploader.swf
│ │ │ │ ├── tangram.js
│ │ │ │ ├── wordimage.html
│ │ │ │ └── wordimage.js
│ │ │ ├── index.html
│ │ │ ├── lang
│ │ │ │ ├── en
│ │ │ │ │ ├── en.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── addimage.png
│ │ │ │ │ ├── alldeletebtnhoverskin.png
│ │ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ │ ├── background.png
│ │ │ │ │ ├── button.png
│ │ │ │ │ ├── copy.png
│ │ │ │ │ ├── deletedisable.png
│ │ │ │ │ ├── deleteenable.png
│ │ │ │ │ ├── listbackground.png
│ │ │ │ │ ├── localimage.png
│ │ │ │ │ ├── music.png
│ │ │ │ │ ├── rotateleftdisable.png
│ │ │ │ │ ├── rotateleftenable.png
│ │ │ │ │ ├── rotaterightdisable.png
│ │ │ │ │ ├── rotaterightenable.png
│ │ │ │ │ └── upload.png
│ │ │ │ └── zh-cn
│ │ │ │ ├── images
│ │ │ │ │ ├── copy.png
│ │ │ │ │ ├── localimage.png
│ │ │ │ │ ├── music.png
│ │ │ │ │ └── upload.png
│ │ │ │ └── zh-cn.js
│ │ │ ├── themes
│ │ │ │ ├── default
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── ueditor.css
│ │ │ │ │ │ └── ueditor.min.css
│ │ │ │ │ ├── dialogbase.css
│ │ │ │ │ └── images
│ │ │ │ │ ├── anchor.gif
│ │ │ │ │ ├── arrow_down.png
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── arrow_up.png
│ │ │ │ │ ├── button-bg.gif
│ │ │ │ │ ├── cancelbutton.gif
│ │ │ │ │ ├── charts.png
│ │ │ │ │ ├── cursor_h.gif
│ │ │ │ │ ├── cursor_h.png
│ │ │ │ │ ├── cursor_v.gif
│ │ │ │ │ ├── cursor_v.png
│ │ │ │ │ ├── dialog-title-bg.png
│ │ │ │ │ ├── filescan.png
│ │ │ │ │ ├── highlighted.gif
│ │ │ │ │ ├── icons-all.gif
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── loaderror.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── lock.gif
│ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ ├── pagebreak.gif
│ │ │ │ │ ├── scale.png
│ │ │ │ │ ├── sortable.png
│ │ │ │ │ ├── spacer.gif
│ │ │ │ │ ├── sparator_v.png
│ │ │ │ │ ├── table-cell-align.png
│ │ │ │ │ ├── tangram-colorpicker.png
│ │ │ │ │ ├── toolbar_bg.png
│ │ │ │ │ ├── unhighlighted.gif
│ │ │ │ │ ├── upload.png
│ │ │ │ │ ├── videologo.gif
│ │ │ │ │ ├── word.gif
│ │ │ │ │ └── wordpaste.png
│ │ │ │ └── iframe.css
│ │ │ ├── third-party
│ │ │ │ ├── codemirror
│ │ │ │ │ ├── codemirror.css
│ │ │ │ │ └── codemirror.js
│ │ │ │ ├── highcharts
│ │ │ │ │ ├── adapters
│ │ │ │ │ │ ├── mootools-adapter.js
│ │ │ │ │ │ ├── mootools-adapter.src.js
│ │ │ │ │ │ ├── prototype-adapter.js
│ │ │ │ │ │ ├── prototype-adapter.src.js
│ │ │ │ │ │ ├── standalone-framework.js
│ │ │ │ │ │ └── standalone-framework.src.js
│ │ │ │ │ ├── highcharts.js
│ │ │ │ │ ├── highcharts-more.js
│ │ │ │ │ ├── highcharts-more.src.js
│ │ │ │ │ ├── highcharts.src.js
│ │ │ │ │ ├── modules
│ │ │ │ │ │ ├── annotations.js
│ │ │ │ │ │ ├── annotations.src.js
│ │ │ │ │ │ ├── canvas-tools.js
│ │ │ │ │ │ ├── canvas-tools.src.js
│ │ │ │ │ │ ├── data.js
│ │ │ │ │ │ ├── data.src.js
│ │ │ │ │ │ ├── drilldown.js
│ │ │ │ │ │ ├── drilldown.src.js
│ │ │ │ │ │ ├── exporting.js
│ │ │ │ │ │ ├── exporting.src.js
│ │ │ │ │ │ ├── funnel.js
│ │ │ │ │ │ ├── funnel.src.js
│ │ │ │ │ │ ├── heatmap.js
│ │ │ │ │ │ ├── heatmap.src.js
│ │ │ │ │ │ ├── map.js
│ │ │ │ │ │ ├── map.src.js
│ │ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ │ └── no-data-to-display.src.js
│ │ │ │ │ └── themes
│ │ │ │ │ ├── dark-blue.js
│ │ │ │ │ ├── dark-green.js
│ │ │ │ │ ├── gray.js
│ │ │ │ │ ├── grid.js
│ │ │ │ │ └── skies.js
│ │ │ │ ├── jquery-1.10.2.js
│ │ │ │ ├── jquery-1.10.2.min.js
│ │ │ │ ├── jquery-1.10.2.min.map
│ │ │ │ ├── snapscreen
│ │ │ │ │ └── UEditorSnapscreen.exe
│ │ │ │ ├── SyntaxHighlighter
│ │ │ │ │ ├── shCoreDefault.css
│ │ │ │ │ └── shCore.js
│ │ │ │ ├── video-js
│ │ │ │ │ ├── font
│ │ │ │ │ │ ├── vjs.eot
│ │ │ │ │ │ ├── vjs.svg
│ │ │ │ │ │ ├── vjs.ttf
│ │ │ │ │ │ └── vjs.woff
│ │ │ │ │ ├── video.dev.js
│ │ │ │ │ ├── video.js
│ │ │ │ │ ├── video-js.css
│ │ │ │ │ ├── video-js.min.css
│ │ │ │ │ └── video-js.swf
│ │ │ │ ├── webuploader
│ │ │ │ │ ├── Uploader.swf
│ │ │ │ │ ├── webuploader.css
│ │ │ │ │ ├── webuploader.custom.js
│ │ │ │ │ ├── webuploader.custom.min.js
│ │ │ │ │ ├── webuploader.flashonly.js
│ │ │ │ │ ├── webuploader.flashonly.min.js
│ │ │ │ │ ├── webuploader.html5only.js
│ │ │ │ │ ├── webuploader.html5only.min.js
│ │ │ │ │ ├── webuploader.js
│ │ │ │ │ ├── webuploader.min.js
│ │ │ │ │ ├── webuploader.withoutimage.js
│ │ │ │ │ └── webuploader.withoutimage.min.js
│ │ │ │ ├── xss.min.js
│ │ │ │ └── zeroclipboard
│ │ │ │ ├── ZeroClipboard.js
│ │ │ │ ├── ZeroClipboard.min.js
│ │ │ │ └── ZeroClipboard.swf
│ │ │ ├── ueditor.all.js
│ │ │ ├── ueditor.all.min.js
│ │ │ ├── ueditor.config.js
│ │ │ ├── ueditor.parse.js
│ │ │ └── ueditor.parse.min.js
│ │ ├── js
│ │ │ └── jquery-1.9.1.min.js
│ │ └── layui
│ │ ├── css
│ │ │ ├── layui.css
│ │ │ ├── layui.mobile.css
│ │ │ └── modules
│ │ │ ├── code.css
│ │ │ ├── laydate
│ │ │ │ └── default
│ │ │ │ └── laydate.css
│ │ │ └── layer
│ │ │ └── default
│ │ │ ├── icon-ext.png
│ │ │ ├── icon.png
│ │ │ ├── layer.css
│ │ │ ├── loading-0.gif
│ │ │ ├── loading-1.gif
│ │ │ └── loading-2.gif
│ │ ├── font
│ │ │ ├── iconfont.eot
│ │ │ ├── iconfont.svg
│ │ │ ├── iconfont.ttf
│ │ │ └── iconfont.woff
│ │ ├── images
│ │ │ └── face
│ │ │ ├── 0.gif
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.gif
│ │ │ ├── 14.gif
│ │ │ ├── 15.gif
│ │ │ ├── 16.gif
│ │ │ ├── 17.gif
│ │ │ ├── 18.gif
│ │ │ ├── 19.gif
│ │ │ ├── 1.gif
│ │ │ ├── 20.gif
│ │ │ ├── 21.gif
│ │ │ ├── 22.gif
│ │ │ ├── 23.gif
│ │ │ ├── 24.gif
│ │ │ ├── 25.gif
│ │ │ ├── 26.gif
│ │ │ ├── 27.gif
│ │ │ ├── 28.gif
│ │ │ ├── 29.gif
│ │ │ ├── 2.gif
│ │ │ ├── 30.gif
│ │ │ ├── 31.gif
│ │ │ ├── 32.gif
│ │ │ ├── 33.gif
│ │ │ ├── 34.gif
│ │ │ ├── 35.gif
│ │ │ ├── 36.gif
│ │ │ ├── 37.gif
│ │ │ ├── 38.gif
│ │ │ ├── 39.gif
│ │ │ ├── 3.gif
│ │ │ ├── 40.gif
│ │ │ ├── 41.gif
│ │ │ ├── 42.gif
│ │ │ ├── 43.gif
│ │ │ ├── 44.gif
│ │ │ ├── 45.gif
│ │ │ ├── 46.gif
│ │ │ ├── 47.gif
│ │ │ ├── 48.gif
│ │ │ ├── 49.gif
│ │ │ ├── 4.gif
│ │ │ ├── 50.gif
│ │ │ ├── 51.gif
│ │ │ ├── 52.gif
│ │ │ ├── 53.gif
│ │ │ ├── 54.gif
│ │ │ ├── 55.gif
│ │ │ ├── 56.gif
│ │ │ ├── 57.gif
│ │ │ ├── 58.gif
│ │ │ ├── 59.gif
│ │ │ ├── 5.gif
│ │ │ ├── 60.gif
│ │ │ ├── 61.gif
│ │ │ ├── 62.gif
│ │ │ ├── 63.gif
│ │ │ ├── 64.gif
│ │ │ ├── 65.gif
│ │ │ ├── 66.gif
│ │ │ ├── 67.gif
│ │ │ ├── 68.gif
│ │ │ ├── 69.gif
│ │ │ ├── 6.gif
│ │ │ ├── 70.gif
│ │ │ ├── 71.gif
│ │ │ ├── 7.gif
│ │ │ ├── 8.gif
│ │ │ └── 9.gif
│ │ ├── lay
│ │ │ └── modules
│ │ │ ├── carousel.js
│ │ │ ├── code.js
│ │ │ ├── element.js
│ │ │ ├── flow.js
│ │ │ ├── form.js
│ │ │ ├── jquery.js
│ │ │ ├── laydate.js
│ │ │ ├── layedit.js
│ │ │ ├── layer.js
│ │ │ ├── laypage.js
│ │ │ ├── laytpl.js
│ │ │ ├── mobile.js
│ │ │ ├── table.js
│ │ │ ├── tree.js
│ │ │ ├── upload.js
│ │ │ └── util.js
│ │ ├── layui.all.js
│ │ └── layui.js
│ └── test
│ └── java
│ └── com
│ └── news
│ └── NewsApplicationTests.java
├── target
│ ├── classes
│ │ ├── application.properties
│ │ ├── com
│ │ │ └── news
│ │ │ ├── BuylicaiApplication.class
│ │ │ ├── config
│ │ │ │ ├── CustomWebMvcConfigurerAdapter.class
│ │ │ │ ├── LoginHandlerInterceptor.class
│ │ │ │ ├── MyBatisConfig$1.class
│ │ │ │ ├── MyBatisConfig.class
│ │ │ │ ├── NewsdbConfig.class
│ │ │ │ └── UrlFilter.class
│ │ │ ├── controller
│ │ │ │ ├── GroupController.class
│ │ │ │ ├── LoginController.class
│ │ │ │ ├── NewsController.class
│ │ │ │ ├── News_logController.class
│ │ │ │ ├── RoleController.class
│ │ │ │ └── User_InfoController.class
│ │ │ ├── dao
│ │ │ │ ├── Group_InfoDao.class
│ │ │ │ ├── News_InfoDao.class
│ │ │ │ ├── News_logsDao.class
│ │ │ │ ├── Role_InfoDao.class
│ │ │ │ └── User_InfoDao.class
│ │ │ ├── entity
│ │ │ │ ├── Group_Info.class
│ │ │ │ ├── News_Info.class
│ │ │ │ ├── News_log.class
│ │ │ │ ├── Role_Info.class
│ │ │ │ └── User_Info.class
│ │ │ ├── service
│ │ │ │ ├── Group_InfoService.class
│ │ │ │ ├── News_InfoService.class
│ │ │ │ ├── News_logService.class
│ │ │ │ ├── Role_InfoService.class
│ │ │ │ └── User_InfoService.class
│ │ │ ├── ServletInitializer.class
│ │ │ └── utils
│ │ │ ├── JspToHtml.class
│ │ │ ├── MD5Utils.class
│ │ │ ├── MyFileUtis.class
│ │ │ └── PageUtils.class
│ │ └── mapper
│ │ ├── Group_InfoDao.xml
│ │ ├── News_InfoDao.xml
│ │ ├── News_logsDao.xml
│ │ ├── Role_InfoDao.xml
│ │ └── User_InfoDao.xml
│ ├── m2e-wtp
│ │ └── web-resources
│ │ └── META-INF
│ │ ├── MANIFEST.MF
│ │ └── maven
│ │ └── news_ssm
│ │ └── news_ssm
│ │ ├── pom.properties
│ │ └── pom.xml
│ └── test-classes
│ └── com
│ └── news
│ └── NewsApplicationTests.class
├── themes
│ ├── default
│ │ ├── css
│ │ │ ├── ueditor.css
│ │ │ └── ueditor.min.css
│ │ ├── dialogbase.css
│ │ └── images
│ │ ├── anchor.gif
│ │ ├── arrow_down.png
│ │ ├── arrow.png
│ │ ├── arrow_up.png
│ │ ├── button-bg.gif
│ │ ├── cancelbutton.gif
│ │ ├── charts.png
│ │ ├── cursor_h.gif
│ │ ├── cursor_h.png
│ │ ├── cursor_v.gif
│ │ ├── cursor_v.png
│ │ ├── dialog-title-bg.png
│ │ ├── filescan.png
│ │ ├── highlighted.gif
│ │ ├── icons-all.gif
│ │ ├── icons.gif
│ │ ├── icons.png
│ │ ├── loaderror.png
│ │ ├── loading.gif
│ │ ├── lock.gif
│ │ ├── neweditor-tab-bg.png
│ │ ├── pagebreak.gif
│ │ ├── scale.png
│ │ ├── sortable.png
│ │ ├── spacer.gif
│ │ ├── sparator_v.png
│ │ ├── table-cell-align.png
│ │ ├── tangram-colorpicker.png
│ │ ├── toolbar_bg.png
│ │ ├── unhighlighted.gif
│ │ ├── upload.png
│ │ ├── videologo.gif
│ │ ├── word.gif
│ │ └── wordpaste.png
│ └── iframe.css
├── third-party
│ ├── codemirror
│ │ ├── codemirror.css
│ │ └── codemirror.js
│ ├── highcharts
│ │ ├── adapters
│ │ │ ├── mootools-adapter.js
│ │ │ ├── mootools-adapter.src.js
│ │ │ ├── prototype-adapter.js
│ │ │ ├── prototype-adapter.src.js
│ │ │ ├── standalone-framework.js
│ │ │ └── standalone-framework.src.js
│ │ ├── highcharts.js
│ │ ├── highcharts-more.js
│ │ ├── highcharts-more.src.js
│ │ ├── highcharts.src.js
│ │ ├── modules
│ │ │ ├── annotations.js
│ │ │ ├── annotations.src.js
│ │ │ ├── canvas-tools.js
│ │ │ ├── canvas-tools.src.js
│ │ │ ├── data.js
│ │ │ ├── data.src.js
│ │ │ ├── drilldown.js
│ │ │ ├── drilldown.src.js
│ │ │ ├── exporting.js
│ │ │ ├── exporting.src.js
│ │ │ ├── funnel.js
│ │ │ ├── funnel.src.js
│ │ │ ├── heatmap.js
│ │ │ ├── heatmap.src.js
│ │ │ ├── map.js
│ │ │ ├── map.src.js
│ │ │ ├── no-data-to-display.js
│ │ │ └── no-data-to-display.src.js
│ │ └── themes
│ │ ├── dark-blue.js
│ │ ├── dark-green.js
│ │ ├── gray.js
│ │ ├── grid.js
│ │ └── skies.js
│ ├── jquery-1.10.2.js
│ ├── jquery-1.10.2.min.js
│ ├── jquery-1.10.2.min.map
│ ├── snapscreen
│ │ └── UEditorSnapscreen.exe
│ ├── SyntaxHighlighter
│ │ ├── shCoreDefault.css
│ │ └── shCore.js
│ ├── video-js
│ │ ├── font
│ │ │ ├── vjs.eot
│ │ │ ├── vjs.svg
│ │ │ ├── vjs.ttf
│ │ │ └── vjs.woff
│ │ ├── video.dev.js
│ │ ├── video.js
│ │ ├── video-js.css
│ │ ├── video-js.min.css
│ │ └── video-js.swf
│ ├── webuploader
│ │ ├── Uploader.swf
│ │ ├── webuploader.css
│ │ ├── webuploader.custom.js
│ │ ├── webuploader.custom.min.js
│ │ ├── webuploader.flashonly.js
│ │ ├── webuploader.flashonly.min.js
│ │ ├── webuploader.html5only.js
│ │ ├── webuploader.html5only.min.js
│ │ ├── webuploader.js
│ │ ├── webuploader.min.js
│ │ ├── webuploader.withoutimage.js
│ │ └── webuploader.withoutimage.min.js
│ ├── xss.min.js
│ └── zeroclipboard
│ ├── ZeroClipboard.js
│ ├── ZeroClipboard.min.js
│ └── ZeroClipboard.swf
└── WebContent
├── home.jsp
├── index.jsp
├── META-INF
│ └── MANIFEST.MF
├── public
│ ├── baiduedit
│ │ ├── dialogs
│ │ │ ├── anchor
│ │ │ │ └── anchor.html
│ │ │ ├── attachment
│ │ │ │ ├── attachment.css
│ │ │ │ ├── attachment.html
│ │ │ │ ├── attachment.js
│ │ │ │ ├── fileTypeImages
│ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ ├── icon_default.png
│ │ │ │ │ ├── icon_doc.gif
│ │ │ │ │ ├── icon_exe.gif
│ │ │ │ │ ├── icon_jpg.gif
│ │ │ │ │ ├── icon_mp3.gif
│ │ │ │ │ ├── icon_mv.gif
│ │ │ │ │ ├── icon_pdf.gif
│ │ │ │ │ ├── icon_ppt.gif
│ │ │ │ │ ├── icon_psd.gif
│ │ │ │ │ ├── icon_rar.gif
│ │ │ │ │ ├── icon_txt.gif
│ │ │ │ │ └── icon_xls.gif
│ │ │ │ └── images
│ │ │ │ ├── alignicon.gif
│ │ │ │ ├── alignicon.png
│ │ │ │ ├── bg.png
│ │ │ │ ├── file-icons.gif
│ │ │ │ ├── file-icons.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── image.png
│ │ │ │ ├── progress.png
│ │ │ │ ├── success.gif
│ │ │ │ └── success.png
│ │ │ ├── background
│ │ │ │ ├── background.css
│ │ │ │ ├── background.html
│ │ │ │ ├── background.js
│ │ │ │ └── images
│ │ │ │ ├── bg.png
│ │ │ │ └── success.png
│ │ │ ├── charts
│ │ │ │ ├── chart.config.js
│ │ │ │ ├── charts.css
│ │ │ │ ├── charts.html
│ │ │ │ ├── charts.js
│ │ │ │ └── images
│ │ │ │ ├── charts0.png
│ │ │ │ ├── charts1.png
│ │ │ │ ├── charts2.png
│ │ │ │ ├── charts3.png
│ │ │ │ ├── charts4.png
│ │ │ │ └── charts5.png
│ │ │ ├── emotion
│ │ │ │ ├── emotion.css
│ │ │ │ ├── emotion.html
│ │ │ │ ├── emotion.js
│ │ │ │ └── images
│ │ │ │ ├── 0.gif
│ │ │ │ ├── bface.gif
│ │ │ │ ├── cface.gif
│ │ │ │ ├── fface.gif
│ │ │ │ ├── jxface2.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── tface.gif
│ │ │ │ ├── wface.gif
│ │ │ │ └── yface.gif
│ │ │ ├── gmap
│ │ │ │ └── gmap.html
│ │ │ ├── help
│ │ │ │ ├── help.css
│ │ │ │ ├── help.html
│ │ │ │ └── help.js
│ │ │ ├── image
│ │ │ │ ├── image.css
│ │ │ │ ├── image.html
│ │ │ │ ├── image.js
│ │ │ │ └── images
│ │ │ │ ├── alignicon.jpg
│ │ │ │ ├── bg.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── image.png
│ │ │ │ ├── progress.png
│ │ │ │ ├── success.gif
│ │ │ │ └── success.png
│ │ │ ├── insertframe
│ │ │ │ └── insertframe.html
│ │ │ ├── internal.js
│ │ │ ├── link
│ │ │ │ └── link.html
│ │ │ ├── map
│ │ │ │ ├── map.html
│ │ │ │ └── show.html
│ │ │ ├── music
│ │ │ │ ├── music.css
│ │ │ │ ├── music.html
│ │ │ │ └── music.js
│ │ │ ├── preview
│ │ │ │ └── preview.html
│ │ │ ├── scrawl
│ │ │ │ ├── images
│ │ │ │ │ ├── addimg.png
│ │ │ │ │ ├── brush.png
│ │ │ │ │ ├── delimgH.png
│ │ │ │ │ ├── delimg.png
│ │ │ │ │ ├── emptyH.png
│ │ │ │ │ ├── empty.png
│ │ │ │ │ ├── eraser.png
│ │ │ │ │ ├── redoH.png
│ │ │ │ │ ├── redo.png
│ │ │ │ │ ├── scaleH.png
│ │ │ │ │ ├── scale.png
│ │ │ │ │ ├── size.png
│ │ │ │ │ ├── undoH.png
│ │ │ │ │ └── undo.png
│ │ │ │ ├── scrawl.css
│ │ │ │ ├── scrawl.html
│ │ │ │ └── scrawl.js
│ │ │ ├── searchreplace
│ │ │ │ ├── searchreplace.html
│ │ │ │ └── searchreplace.js
│ │ │ ├── snapscreen
│ │ │ │ └── snapscreen.html
│ │ │ ├── spechars
│ │ │ │ ├── spechars.html
│ │ │ │ └── spechars.js
│ │ │ ├── table
│ │ │ │ ├── dragicon.png
│ │ │ │ ├── edittable.css
│ │ │ │ ├── edittable.html
│ │ │ │ ├── edittable.js
│ │ │ │ ├── edittd.html
│ │ │ │ └── edittip.html
│ │ │ ├── template
│ │ │ │ ├── config.js
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── pre0.png
│ │ │ │ │ ├── pre1.png
│ │ │ │ │ ├── pre2.png
│ │ │ │ │ ├── pre3.png
│ │ │ │ │ └── pre4.png
│ │ │ │ ├── template.css
│ │ │ │ ├── template.html
│ │ │ │ └── template.js
│ │ │ ├── video
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── center_focus.jpg
│ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ ├── file-icons.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── right_focus.jpg
│ │ │ │ │ ├── success.gif
│ │ │ │ │ └── success.png
│ │ │ │ ├── video.css
│ │ │ │ ├── video.html
│ │ │ │ └── video.js
│ │ │ ├── webapp
│ │ │ │ └── webapp.html
│ │ │ └── wordimage
│ │ │ ├── fClipboard_ueditor.swf
│ │ │ ├── imageUploader.swf
│ │ │ ├── tangram.js
│ │ │ ├── wordimage.html
│ │ │ └── wordimage.js
│ │ ├── index.html
│ │ ├── jsp
│ │ │ ├── config.json
│ │ │ ├── controller.jsp
│ │ │ └── lib
│ │ │ ├── commons-codec-1.9.jar
│ │ │ ├── commons-fileupload-1.3.1.jar
│ │ │ ├── commons-io-2.4.jar
│ │ │ ├── json.jar
│ │ │ └── ueditor-1.1.2.jar
│ │ ├── lang
│ │ │ ├── en
│ │ │ │ ├── en.js
│ │ │ │ └── images
│ │ │ │ ├── addimage.png
│ │ │ │ ├── alldeletebtnhoverskin.png
│ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ ├── background.png
│ │ │ │ ├── button.png
│ │ │ │ ├── copy.png
│ │ │ │ ├── deletedisable.png
│ │ │ │ ├── deleteenable.png
│ │ │ │ ├── listbackground.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ ├── rotateleftdisable.png
│ │ │ │ ├── rotateleftenable.png
│ │ │ │ ├── rotaterightdisable.png
│ │ │ │ ├── rotaterightenable.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn
│ │ │ ├── images
│ │ │ │ ├── copy.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn.js
│ │ ├── themes
│ │ │ ├── default
│ │ │ │ ├── css
│ │ │ │ │ ├── ueditor.css
│ │ │ │ │ └── ueditor.min.css
│ │ │ │ ├── dialogbase.css
│ │ │ │ └── images
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── arrow_down.png
│ │ │ │ ├── arrow.png
│ │ │ │ ├── arrow_up.png
│ │ │ │ ├── button-bg.gif
│ │ │ │ ├── cancelbutton.gif
│ │ │ │ ├── charts.png
│ │ │ │ ├── cursor_h.gif
│ │ │ │ ├── cursor_h.png
│ │ │ │ ├── cursor_v.gif
│ │ │ │ ├── cursor_v.png
│ │ │ │ ├── dialog-title-bg.png
│ │ │ │ ├── filescan.png
│ │ │ │ ├── highlighted.gif
│ │ │ │ ├── icons-all.gif
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── loaderror.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── lock.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── pagebreak.gif
│ │ │ │ ├── scale.png
│ │ │ │ ├── sortable.png
│ │ │ │ ├── spacer.gif
│ │ │ │ ├── sparator_v.png
│ │ │ │ ├── table-cell-align.png
│ │ │ │ ├── tangram-colorpicker.png
│ │ │ │ ├── toolbar_bg.png
│ │ │ │ ├── unhighlighted.gif
│ │ │ │ ├── upload.png
│ │ │ │ ├── videologo.gif
│ │ │ │ ├── word.gif
│ │ │ │ └── wordpaste.png
│ │ │ └── iframe.css
│ │ ├── third-party
│ │ │ ├── codemirror
│ │ │ │ ├── codemirror.css
│ │ │ │ └── codemirror.js
│ │ │ ├── highcharts
│ │ │ │ ├── adapters
│ │ │ │ │ ├── mootools-adapter.js
│ │ │ │ │ ├── mootools-adapter.src.js
│ │ │ │ │ ├── prototype-adapter.js
│ │ │ │ │ ├── prototype-adapter.src.js
│ │ │ │ │ ├── standalone-framework.js
│ │ │ │ │ └── standalone-framework.src.js
│ │ │ │ ├── highcharts.js
│ │ │ │ ├── highcharts-more.js
│ │ │ │ ├── highcharts-more.src.js
│ │ │ │ ├── highcharts.src.js
│ │ │ │ ├── modules
│ │ │ │ │ ├── annotations.js
│ │ │ │ │ ├── annotations.src.js
│ │ │ │ │ ├── canvas-tools.js
│ │ │ │ │ ├── canvas-tools.src.js
│ │ │ │ │ ├── data.js
│ │ │ │ │ ├── data.src.js
│ │ │ │ │ ├── drilldown.js
│ │ │ │ │ ├── drilldown.src.js
│ │ │ │ │ ├── exporting.js
│ │ │ │ │ ├── exporting.src.js
│ │ │ │ │ ├── funnel.js
│ │ │ │ │ ├── funnel.src.js
│ │ │ │ │ ├── heatmap.js
│ │ │ │ │ ├── heatmap.src.js
│ │ │ │ │ ├── map.js
│ │ │ │ │ ├── map.src.js
│ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ └── no-data-to-display.src.js
│ │ │ │ └── themes
│ │ │ │ ├── dark-blue.js
│ │ │ │ ├── dark-green.js
│ │ │ │ ├── gray.js
│ │ │ │ ├── grid.js
│ │ │ │ └── skies.js
│ │ │ ├── jquery-1.10.2.js
│ │ │ ├── jquery-1.10.2.min.js
│ │ │ ├── jquery-1.10.2.min.map
│ │ │ ├── snapscreen
│ │ │ │ └── UEditorSnapscreen.exe
│ │ │ ├── SyntaxHighlighter
│ │ │ │ ├── shCoreDefault.css
│ │ │ │ └── shCore.js
│ │ │ ├── video-js
│ │ │ │ ├── font
│ │ │ │ │ ├── vjs.eot
│ │ │ │ │ ├── vjs.svg
│ │ │ │ │ ├── vjs.ttf
│ │ │ │ │ └── vjs.woff
│ │ │ │ ├── video.dev.js
│ │ │ │ ├── video.js
│ │ │ │ ├── video-js.css
│ │ │ │ ├── video-js.min.css
│ │ │ │ └── video-js.swf
│ │ │ ├── webuploader
│ │ │ │ ├── Uploader.swf
│ │ │ │ ├── webuploader.css
│ │ │ │ ├── webuploader.custom.js
│ │ │ │ ├── webuploader.custom.min.js
│ │ │ │ ├── webuploader.flashonly.js
│ │ │ │ ├── webuploader.flashonly.min.js
│ │ │ │ ├── webuploader.html5only.js
│ │ │ │ ├── webuploader.html5only.min.js
│ │ │ │ ├── webuploader.js
│ │ │ │ ├── webuploader.min.js
│ │ │ │ ├── webuploader.withoutimage.js
│ │ │ │ └── webuploader.withoutimage.min.js
│ │ │ ├── xss.min.js
│ │ │ └── zeroclipboard
│ │ │ ├── ZeroClipboard.js
│ │ │ ├── ZeroClipboard.min.js
│ │ │ └── ZeroClipboard.swf
│ │ ├── ueditor.all.js
│ │ ├── ueditor.all.min.js
│ │ ├── ueditor.config.js
│ │ ├── ueditor.parse.js
│ │ └── ueditor.parse.min.js
│ ├── H-UI
│ │ ├── lib
│ │ │ ├── layer
│ │ │ │ └── 2.4
│ │ │ │ ├── layer.js
│ │ │ │ └── skin
│ │ │ │ ├── default
│ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ └── loading-2.gif
│ │ │ │ └── layer.css
│ │ │ ├── laypage
│ │ │ │ └── 1.2
│ │ │ │ ├── laypage.js
│ │ │ │ └── skin
│ │ │ │ └── laypage.css
│ │ │ └── zTree
│ │ │ └── v3
│ │ │ ├── api
│ │ │ │ ├── API_cn.html
│ │ │ │ ├── apiCss
│ │ │ │ │ ├── api.js
│ │ │ │ │ ├── common.css
│ │ │ │ │ ├── common_ie6.css
│ │ │ │ │ ├── img
│ │ │ │ │ │ ├── apiMenu.gif
│ │ │ │ │ │ ├── apiMenu.png
│ │ │ │ │ │ ├── background.jpg
│ │ │ │ │ │ ├── chinese.png
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ ├── contact-bg.png
│ │ │ │ │ │ ├── english.png
│ │ │ │ │ │ ├── header-bg.png
│ │ │ │ │ │ ├── lightbulb.png
│ │ │ │ │ │ ├── overlay_arrow.gif
│ │ │ │ │ │ ├── overlay_arrow.png
│ │ │ │ │ │ ├── overlay_bg.png
│ │ │ │ │ │ ├── overlay_close_IE6.gif
│ │ │ │ │ │ ├── zTreeStandard.gif
│ │ │ │ │ │ └── zTreeStandard.png
│ │ │ │ │ ├── jquery-1.6.2.min.js
│ │ │ │ │ ├── jquery.ztree.core-3.5.js
│ │ │ │ │ └── zTreeStyleForApi.css
│ │ │ │ ├── API_en.html
│ │ │ │ ├── cn
│ │ │ │ │ ├── fn.zTree.destroy.html
│ │ │ │ │ ├── fn.zTree.getZTreeObj.html
│ │ │ │ │ ├── fn.zTree.init.html
│ │ │ │ │ ├── fn.zTree._z.html
│ │ │ │ │ ├── setting.async.autoParam.html
│ │ │ │ │ ├── setting.async.contentType.html
│ │ │ │ │ ├── setting.async.dataFilter.html
│ │ │ │ │ ├── setting.async.dataType.html
│ │ │ │ │ ├── setting.async.enable.html
│ │ │ │ │ ├── setting.async.otherParam.html
│ │ │ │ │ ├── setting.async.type.html
│ │ │ │ │ ├── setting.async.url.html
│ │ │ │ │ ├── setting.callback.beforeAsync.html
│ │ │ │ │ ├── setting.callback.beforeCheck.html
│ │ │ │ │ ├── setting.callback.beforeClick.html
│ │ │ │ │ ├── setting.callback.beforeCollapse.html
│ │ │ │ │ ├── setting.callback.beforeDblClick.html
│ │ │ │ │ ├── setting.callback.beforeDrag.html
│ │ │ │ │ ├── setting.callback.beforeDragOpen.html
│ │ │ │ │ ├── setting.callback.beforeDrop.html
│ │ │ │ │ ├── setting.callback.beforeEditName.html
│ │ │ │ │ ├── setting.callback.beforeExpand.html
│ │ │ │ │ ├── setting.callback.beforeMouseDown.html
│ │ │ │ │ ├── setting.callback.beforeMouseUp.html
│ │ │ │ │ ├── setting.callback.beforeRemove.html
│ │ │ │ │ ├── setting.callback.beforeRename.html
│ │ │ │ │ ├── setting.callback.beforeRightClick.html
│ │ │ │ │ ├── setting.callback.onAsyncError.html
│ │ │ │ │ ├── setting.callback.onAsyncSuccess.html
│ │ │ │ │ ├── setting.callback.onCheck.html
│ │ │ │ │ ├── setting.callback.onClick.html
│ │ │ │ │ ├── setting.callback.onCollapse.html
│ │ │ │ │ ├── setting.callback.onDblClick.html
│ │ │ │ │ ├── setting.callback.onDrag.html
│ │ │ │ │ ├── setting.callback.onDragMove.html
│ │ │ │ │ ├── setting.callback.onDrop.html
│ │ │ │ │ ├── setting.callback.onExpand.html
│ │ │ │ │ ├── setting.callback.onMouseDown.html
│ │ │ │ │ ├── setting.callback.onMouseUp.html
│ │ │ │ │ ├── setting.callback.onNodeCreated.html
│ │ │ │ │ ├── setting.callback.onRemove.html
│ │ │ │ │ ├── setting.callback.onRename.html
│ │ │ │ │ ├── setting.callback.onRightClick.html
│ │ │ │ │ ├── setting.check.autoCheckTrigger.html
│ │ │ │ │ ├── setting.check.chkboxType.html
│ │ │ │ │ ├── setting.check.chkDisabledInherit.html
│ │ │ │ │ ├── setting.check.chkStyle.html
│ │ │ │ │ ├── setting.check.enable.html
│ │ │ │ │ ├── setting.check.nocheckInherit.html
│ │ │ │ │ ├── setting.check.radioType.html
│ │ │ │ │ ├── setting.data.keep.leaf.html
│ │ │ │ │ ├── setting.data.keep.parent.html
│ │ │ │ │ ├── setting.data.key.checked.html
│ │ │ │ │ ├── setting.data.key.children.html
│ │ │ │ │ ├── setting.data.key.name.html
│ │ │ │ │ ├── setting.data.key.title.html
│ │ │ │ │ ├── setting.data.key.url.html
│ │ │ │ │ ├── setting.data.simpleData.enable.html
│ │ │ │ │ ├── setting.data.simpleData.idKey.html
│ │ │ │ │ ├── setting.data.simpleData.pIdKey.html
│ │ │ │ │ ├── setting.data.simpleData.rootPId.html
│ │ │ │ │ ├── setting.edit.drag.autoExpandTrigger.html
│ │ │ │ │ ├── setting.edit.drag.autoOpenTime.html
│ │ │ │ │ ├── setting.edit.drag.borderMax.html
│ │ │ │ │ ├── setting.edit.drag.borderMin.html
│ │ │ │ │ ├── setting.edit.drag.inner.html
│ │ │ │ │ ├── setting.edit.drag.isCopy.html
│ │ │ │ │ ├── setting.edit.drag.isMove.html
│ │ │ │ │ ├── setting.edit.drag.maxShowNodeNum.html
│ │ │ │ │ ├── setting.edit.drag.minMoveSize.html
│ │ │ │ │ ├── setting.edit.drag.next.html
│ │ │ │ │ ├── setting.edit.drag.prev.html
│ │ │ │ │ ├── setting.edit.editNameSelectAll.html
│ │ │ │ │ ├── setting.edit.enable.html
│ │ │ │ │ ├── setting.edit.removeTitle.html
│ │ │ │ │ ├── setting.edit.renameTitle.html
│ │ │ │ │ ├── setting.edit.showRemoveBtn.html
│ │ │ │ │ ├── setting.edit.showRenameBtn.html
│ │ │ │ │ ├── setting.treeId.html
│ │ │ │ │ ├── setting.treeObj.html
│ │ │ │ │ ├── setting.view.addDiyDom.html
│ │ │ │ │ ├── setting.view.addHoverDom.html
│ │ │ │ │ ├── setting.view.autoCancelSelected.html
│ │ │ │ │ ├── setting.view.dblClickExpand.html
│ │ │ │ │ ├── setting.view.expandSpeed.html
│ │ │ │ │ ├── setting.view.fontCss.html
│ │ │ │ │ ├── setting.view.nameIsHTML.html
│ │ │ │ │ ├── setting.view.removeHoverDom.html
│ │ │ │ │ ├── setting.view.selectedMulti.html
│ │ │ │ │ ├── setting.view.showIcon.html
│ │ │ │ │ ├── setting.view.showLine.html
│ │ │ │ │ ├── setting.view.showTitle.html
│ │ │ │ │ ├── setting.view.txtSelectedEnable.html
│ │ │ │ │ ├── treeNode.check_Child_State.html
│ │ │ │ │ ├── treeNode.checked.html
│ │ │ │ │ ├── treeNode.checkedOld.html
│ │ │ │ │ ├── treeNode.check_Focus.html
│ │ │ │ │ ├── treeNode.children.html
│ │ │ │ │ ├── treeNode.chkDisabled.html
│ │ │ │ │ ├── treeNode.click.html
│ │ │ │ │ ├── treeNode.diy.html
│ │ │ │ │ ├── treeNode.editNameFlag.html
│ │ │ │ │ ├── treeNode.getCheckStatus.html
│ │ │ │ │ ├── treeNode.getNextNode.html
│ │ │ │ │ ├── treeNode.getParentNode.html
│ │ │ │ │ ├── treeNode.getPreNode.html
│ │ │ │ │ ├── treeNode.halfCheck.html
│ │ │ │ │ ├── treeNode.iconClose.html
│ │ │ │ │ ├── treeNode.icon.html
│ │ │ │ │ ├── treeNode.iconOpen.html
│ │ │ │ │ ├── treeNode.iconSkin.html
│ │ │ │ │ ├── treeNode.isAjaxing.html
│ │ │ │ │ ├── treeNode.isFirstNode.html
│ │ │ │ │ ├── treeNode.isHidden.html
│ │ │ │ │ ├── treeNode.isHover.html
│ │ │ │ │ ├── treeNode.isLastNode.html
│ │ │ │ │ ├── treeNode.isParent.html
│ │ │ │ │ ├── treeNode.level.html
│ │ │ │ │ ├── treeNode.name.html
│ │ │ │ │ ├── treeNode.nocheck.html
│ │ │ │ │ ├── treeNode.open.html
│ │ │ │ │ ├── treeNode.parentTId.html
│ │ │ │ │ ├── treeNode.target.html
│ │ │ │ │ ├── treeNode.tId.html
│ │ │ │ │ ├── treeNode.url.html
│ │ │ │ │ ├── treeNode.zAsync.html
│ │ │ │ │ ├── zTreeObj.addNodes.html
│ │ │ │ │ ├── zTreeObj.cancelEditName.html
│ │ │ │ │ ├── zTreeObj.cancelSelectedNode.html
│ │ │ │ │ ├── zTreeObj.checkAllNodes.html
│ │ │ │ │ ├── zTreeObj.checkNode.html
│ │ │ │ │ ├── zTreeObj.copyNode.html
│ │ │ │ │ ├── zTreeObj.destroy.html
│ │ │ │ │ ├── zTreeObj.editName.html
│ │ │ │ │ ├── zTreeObj.expandAll.html
│ │ │ │ │ ├── zTreeObj.expandNode.html
│ │ │ │ │ ├── zTreeObj.getChangeCheckedNodes.html
│ │ │ │ │ ├── zTreeObj.getCheckedNodes.html
│ │ │ │ │ ├── zTreeObj.getNodeByParam.html
│ │ │ │ │ ├── zTreeObj.getNodeByTId.html
│ │ │ │ │ ├── zTreeObj.getNodeIndex.html
│ │ │ │ │ ├── zTreeObj.getNodesByFilter.html
│ │ │ │ │ ├── zTreeObj.getNodesByParamFuzzy.html
│ │ │ │ │ ├── zTreeObj.getNodesByParam.html
│ │ │ │ │ ├── zTreeObj.getNodes.html
│ │ │ │ │ ├── zTreeObj.getSelectedNodes.html
│ │ │ │ │ ├── zTreeObj.hideNode.html
│ │ │ │ │ ├── zTreeObj.hideNodes.html
│ │ │ │ │ ├── zTreeObj.moveNode.html
│ │ │ │ │ ├── zTreeObj.reAsyncChildNodes.html
│ │ │ │ │ ├── zTreeObj.refresh.html
│ │ │ │ │ ├── zTreeObj.removeChildNodes.html
│ │ │ │ │ ├── zTreeObj.removeNode.html
│ │ │ │ │ ├── zTreeObj.selectNode.html
│ │ │ │ │ ├── zTreeObj.setChkDisabled.html
│ │ │ │ │ ├── zTreeObj.setEditable.html
│ │ │ │ │ ├── zTreeObj.setting.html
│ │ │ │ │ ├── zTreeObj.showNode.html
│ │ │ │ │ ├── zTreeObj.showNodes.html
│ │ │ │ │ ├── zTreeObj.transformToArray.html
│ │ │ │ │ ├── zTreeObj.transformTozTreeNodes.html
│ │ │ │ │ └── zTreeObj.updateNode.html
│ │ │ │ └── en
│ │ │ │ ├── fn.zTree.destroy.html
│ │ │ │ ├── fn.zTree.getZTreeObj.html
│ │ │ │ ├── fn.zTree.init.html
│ │ │ │ ├── fn.zTree._z.html
│ │ │ │ ├── setting.async.autoParam.html
│ │ │ │ ├── setting.async.contentType.html
│ │ │ │ ├── setting.async.dataFilter.html
│ │ │ │ ├── setting.async.dataType.html
│ │ │ │ ├── setting.async.enable.html
│ │ │ │ ├── setting.async.otherParam.html
│ │ │ │ ├── setting.async.type.html
│ │ │ │ ├── setting.async.url.html
│ │ │ │ ├── setting.callback.beforeAsync.html
│ │ │ │ ├── setting.callback.beforeCheck.html
│ │ │ │ ├── setting.callback.beforeClick.html
│ │ │ │ ├── setting.callback.beforeCollapse.html
│ │ │ │ ├── setting.callback.beforeDblClick.html
│ │ │ │ ├── setting.callback.beforeDrag.html
│ │ │ │ ├── setting.callback.beforeDragOpen.html
│ │ │ │ ├── setting.callback.beforeDrop.html
│ │ │ │ ├── setting.callback.beforeEditName.html
│ │ │ │ ├── setting.callback.beforeExpand.html
│ │ │ │ ├── setting.callback.beforeMouseDown.html
│ │ │ │ ├── setting.callback.beforeMouseUp.html
│ │ │ │ ├── setting.callback.beforeRemove.html
│ │ │ │ ├── setting.callback.beforeRename.html
│ │ │ │ ├── setting.callback.beforeRightClick.html
│ │ │ │ ├── setting.callback.onAsyncError.html
│ │ │ │ ├── setting.callback.onAsyncSuccess.html
│ │ │ │ ├── setting.callback.onCheck.html
│ │ │ │ ├── setting.callback.onClick.html
│ │ │ │ ├── setting.callback.onCollapse.html
│ │ │ │ ├── setting.callback.onDblClick.html
│ │ │ │ ├── setting.callback.onDrag.html
│ │ │ │ ├── setting.callback.onDragMove.html
│ │ │ │ ├── setting.callback.onDrop.html
│ │ │ │ ├── setting.callback.onExpand.html
│ │ │ │ ├── setting.callback.onMouseDown.html
│ │ │ │ ├── setting.callback.onMouseUp.html
│ │ │ │ ├── setting.callback.onNodeCreated.html
│ │ │ │ ├── setting.callback.onRemove.html
│ │ │ │ ├── setting.callback.onRename.html
│ │ │ │ ├── setting.callback.onRightClick.html
│ │ │ │ ├── setting.check.autoCheckTrigger.html
│ │ │ │ ├── setting.check.chkboxType.html
│ │ │ │ ├── setting.check.chkDisabledInherit.html
│ │ │ │ ├── setting.check.chkStyle.html
│ │ │ │ ├── setting.check.enable.html
│ │ │ │ ├── setting.check.nocheckInherit.html
│ │ │ │ ├── setting.check.radioType.html
│ │ │ │ ├── setting.data.keep.leaf.html
│ │ │ │ ├── setting.data.keep.parent.html
│ │ │ │ ├── setting.data.key.checked.html
│ │ │ │ ├── setting.data.key.children.html
│ │ │ │ ├── setting.data.key.name.html
│ │ │ │ ├── setting.data.key.title.html
│ │ │ │ ├── setting.data.key.url.html
│ │ │ │ ├── setting.data.simpleData.enable.html
│ │ │ │ ├── setting.data.simpleData.idKey.html
│ │ │ │ ├── setting.data.simpleData.pIdKey.html
│ │ │ │ ├── setting.data.simpleData.rootPId.html
│ │ │ │ ├── setting.edit.drag.autoExpandTrigger.html
│ │ │ │ ├── setting.edit.drag.autoOpenTime.html
│ │ │ │ ├── setting.edit.drag.borderMax.html
│ │ │ │ ├── setting.edit.drag.borderMin.html
│ │ │ │ ├── setting.edit.drag.inner.html
│ │ │ │ ├── setting.edit.drag.isCopy.html
│ │ │ │ ├── setting.edit.drag.isMove.html
│ │ │ │ ├── setting.edit.drag.maxShowNodeNum.html
│ │ │ │ ├── setting.edit.drag.minMoveSize.html
│ │ │ │ ├── setting.edit.drag.next.html
│ │ │ │ ├── setting.edit.drag.prev.html
│ │ │ │ ├── setting.edit.editNameSelectAll.html
│ │ │ │ ├── setting.edit.enable.html
│ │ │ │ ├── setting.edit.removeTitle.html
│ │ │ │ ├── setting.edit.renameTitle.html
│ │ │ │ ├── setting.edit.showRemoveBtn.html
│ │ │ │ ├── setting.edit.showRenameBtn.html
│ │ │ │ ├── setting.treeId.html
│ │ │ │ ├── setting.treeObj.html
│ │ │ │ ├── setting.view.addDiyDom.html
│ │ │ │ ├── setting.view.addHoverDom.html
│ │ │ │ ├── setting.view.autoCancelSelected.html
│ │ │ │ ├── setting.view.dblClickExpand.html
│ │ │ │ ├── setting.view.expandSpeed.html
│ │ │ │ ├── setting.view.fontCss.html
│ │ │ │ ├── setting.view.nameIsHTML.html
│ │ │ │ ├── setting.view.removeHoverDom.html
│ │ │ │ ├── setting.view.selectedMulti.html
│ │ │ │ ├── setting.view.showIcon.html
│ │ │ │ ├── setting.view.showLine.html
│ │ │ │ ├── setting.view.showTitle.html
│ │ │ │ ├── setting.view.txtSelectedEnable.html
│ │ │ │ ├── treeNode.check_Child_State.html
│ │ │ │ ├── treeNode.checked.html
│ │ │ │ ├── treeNode.checkedOld.html
│ │ │ │ ├── treeNode.check_Focus.html
│ │ │ │ ├── treeNode.children.html
│ │ │ │ ├── treeNode.chkDisabled.html
│ │ │ │ ├── treeNode.click.html
│ │ │ │ ├── treeNode.diy.html
│ │ │ │ ├── treeNode.editNameFlag.html
│ │ │ │ ├── treeNode.getCheckStatus.html
│ │ │ │ ├── treeNode.getNextNode.html
│ │ │ │ ├── treeNode.getParentNode.html
│ │ │ │ ├── treeNode.getPreNode.html
│ │ │ │ ├── treeNode.halfCheck.html
│ │ │ │ ├── treeNode.iconClose.html
│ │ │ │ ├── treeNode.icon.html
│ │ │ │ ├── treeNode.iconOpen.html
│ │ │ │ ├── treeNode.iconSkin.html
│ │ │ │ ├── treeNode.isAjaxing.html
│ │ │ │ ├── treeNode.isFirstNode.html
│ │ │ │ ├── treeNode.isHidden.html
│ │ │ │ ├── treeNode.isHover.html
│ │ │ │ ├── treeNode.isLastNode.html
│ │ │ │ ├── treeNode.isParent.html
│ │ │ │ ├── treeNode.level.html
│ │ │ │ ├── treeNode.name.html
│ │ │ │ ├── treeNode.nocheck.html
│ │ │ │ ├── treeNode.open.html
│ │ │ │ ├── treeNode.parentTId.html
│ │ │ │ ├── treeNode.target.html
│ │ │ │ ├── treeNode.tId.html
│ │ │ │ ├── treeNode.url.html
│ │ │ │ ├── treeNode.zAsync.html
│ │ │ │ ├── zTreeObj.addNodes.html
│ │ │ │ ├── zTreeObj.cancelEditName.html
│ │ │ │ ├── zTreeObj.cancelSelectedNode.html
│ │ │ │ ├── zTreeObj.checkAllNodes.html
│ │ │ │ ├── zTreeObj.checkNode.html
│ │ │ │ ├── zTreeObj.copyNode.html
│ │ │ │ ├── zTreeObj.destroy.html
│ │ │ │ ├── zTreeObj.editName.html
│ │ │ │ ├── zTreeObj.expandAll.html
│ │ │ │ ├── zTreeObj.expandNode.html
│ │ │ │ ├── zTreeObj.getChangeCheckedNodes.html
│ │ │ │ ├── zTreeObj.getCheckedNodes.html
│ │ │ │ ├── zTreeObj.getNodeByParam.html
│ │ │ │ ├── zTreeObj.getNodeByTId.html
│ │ │ │ ├── zTreeObj.getNodeIndex.html
│ │ │ │ ├── zTreeObj.getNodesByFilter.html
│ │ │ │ ├── zTreeObj.getNodesByParamFuzzy.html
│ │ │ │ ├── zTreeObj.getNodesByParam.html
│ │ │ │ ├── zTreeObj.getNodes.html
│ │ │ │ ├── zTreeObj.getSelectedNodes.html
│ │ │ │ ├── zTreeObj.hideNode.html
│ │ │ │ ├── zTreeObj.hideNodes.html
│ │ │ │ ├── zTreeObj.moveNode.html
│ │ │ │ ├── zTreeObj.reAsyncChildNodes.html
│ │ │ │ ├── zTreeObj.refresh.html
│ │ │ │ ├── zTreeObj.removeChildNodes.html
│ │ │ │ ├── zTreeObj.removeNode.html
│ │ │ │ ├── zTreeObj.selectNode.html
│ │ │ │ ├── zTreeObj.setChkDisabled.html
│ │ │ │ ├── zTreeObj.setEditable.html
│ │ │ │ ├── zTreeObj.setting.html
│ │ │ │ ├── zTreeObj.showNode.html
│ │ │ │ ├── zTreeObj.showNodes.html
│ │ │ │ ├── zTreeObj.transformToArray.html
│ │ │ │ ├── zTreeObj.transformTozTreeNodes.html
│ │ │ │ └── zTreeObj.updateNode.html
│ │ │ ├── css
│ │ │ │ ├── metroStyle
│ │ │ │ │ ├── img
│ │ │ │ │ │ ├── line_conn.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── metro.gif
│ │ │ │ │ │ └── metro.png
│ │ │ │ │ └── metroStyle.css
│ │ │ │ └── zTreeStyle
│ │ │ │ ├── img
│ │ │ │ │ ├── diy
│ │ │ │ │ │ ├── 1_close.png
│ │ │ │ │ │ ├── 1_open.png
│ │ │ │ │ │ ├── 2.png
│ │ │ │ │ │ ├── 3.png
│ │ │ │ │ │ ├── 4.png
│ │ │ │ │ │ ├── 5.png
│ │ │ │ │ │ ├── 6.png
│ │ │ │ │ │ ├── 7.png
│ │ │ │ │ │ ├── 8.png
│ │ │ │ │ │ └── 9.png
│ │ │ │ │ ├── line_conn.gif
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── zTreeStandard.gif
│ │ │ │ │ └── zTreeStandard.png
│ │ │ │ └── zTreeStyle.css
│ │ │ └── js
│ │ │ ├── jquery.ztree.all-3.5.js
│ │ │ ├── jquery.ztree.all-3.5.min.js
│ │ │ ├── jquery.ztree.core-3.5.js
│ │ │ ├── jquery.ztree.core-3.5.min.js
│ │ │ ├── jquery.ztree.excheck-3.5.js
│ │ │ ├── jquery.ztree.excheck-3.5.min.js
│ │ │ ├── jquery.ztree.exedit-3.5.js
│ │ │ ├── jquery.ztree.exedit-3.5.min.js
│ │ │ ├── jquery.ztree.exedit.js
│ │ │ ├── jquery.ztree.exhide-3.5.js
│ │ │ └── jquery.ztree.exhide-3.5.min.js
│ │ └── static
│ │ ├── h-ui
│ │ │ ├── css
│ │ │ │ ├── H-ui.css
│ │ │ │ ├── H-ui.ie.css
│ │ │ │ ├── H-ui.min.css
│ │ │ │ └── H-ui.reset.css
│ │ │ ├── images
│ │ │ │ ├── acrossTab
│ │ │ │ │ ├── acrossTab-bg.png
│ │ │ │ │ ├── acrossTab-close.png
│ │ │ │ │ └── acrossTab.png
│ │ │ │ ├── dataTable
│ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ ├── sort_both.png
│ │ │ │ │ └── sort_desc.png
│ │ │ │ ├── dropDown
│ │ │ │ │ └── icon-jt.png
│ │ │ │ ├── face
│ │ │ │ │ ├── 201.gif
│ │ │ │ │ ├── 202.gif
│ │ │ │ │ ├── 203.gif
│ │ │ │ │ ├── 204.gif
│ │ │ │ │ ├── 205.gif
│ │ │ │ │ ├── 206.gif
│ │ │ │ │ ├── 207.gif
│ │ │ │ │ ├── 208.gif
│ │ │ │ │ ├── 209.gif
│ │ │ │ │ ├── 210.gif
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── 100.gif
│ │ │ │ │ ├── 101.gif
│ │ │ │ │ ├── 102.gif
│ │ │ │ │ ├── 103.gif
│ │ │ │ │ ├── 104.gif
│ │ │ │ │ ├── 105.gif
│ │ │ │ │ ├── 106.gif
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 11.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 15.gif
│ │ │ │ │ ├── 16.gif
│ │ │ │ │ ├── 18.gif
│ │ │ │ │ ├── 19.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 20.gif
│ │ │ │ │ ├── 21.gif
│ │ │ │ │ ├── 22.gif
│ │ │ │ │ ├── 23.gif
│ │ │ │ │ ├── 24.gif
│ │ │ │ │ ├── 25.gif
│ │ │ │ │ ├── 26.gif
│ │ │ │ │ ├── 27.gif
│ │ │ │ │ ├── 28.gif
│ │ │ │ │ ├── 29.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 30.gif
│ │ │ │ │ ├── 31.gif
│ │ │ │ │ ├── 32.gif
│ │ │ │ │ ├── 33.gif
│ │ │ │ │ ├── 34.gif
│ │ │ │ │ ├── 35.gif
│ │ │ │ │ ├── 36.gif
│ │ │ │ │ ├── 37.gif
│ │ │ │ │ ├── 38.gif
│ │ │ │ │ ├── 39.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 40.gif
│ │ │ │ │ ├── 41.gif
│ │ │ │ │ ├── 42.gif
│ │ │ │ │ ├── 43.gif
│ │ │ │ │ ├── 44.gif
│ │ │ │ │ ├── 45.gif
│ │ │ │ │ ├── 46.gif
│ │ │ │ │ ├── 47.gif
│ │ │ │ │ ├── 48.gif
│ │ │ │ │ ├── 49.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 50.gif
│ │ │ │ │ ├── 51.gif
│ │ │ │ │ ├── 52.gif
│ │ │ │ │ ├── 53.gif
│ │ │ │ │ ├── 54.gif
│ │ │ │ │ ├── 55.gif
│ │ │ │ │ ├── 56.gif
│ │ │ │ │ ├── 57.gif
│ │ │ │ │ ├── 58.gif
│ │ │ │ │ ├── 59.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 60.gif
│ │ │ │ │ ├── 61.gif
│ │ │ │ │ ├── 62.gif
│ │ │ │ │ ├── 63.gif
│ │ │ │ │ ├── 64.gif
│ │ │ │ │ ├── 65.gif
│ │ │ │ │ ├── 66.gif
│ │ │ │ │ ├── 67.gif
│ │ │ │ │ ├── 68.gif
│ │ │ │ │ ├── 69.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 70.gif
│ │ │ │ │ ├── 71.gif
│ │ │ │ │ ├── 72.gif
│ │ │ │ │ ├── 73.gif
│ │ │ │ │ ├── 74.gif
│ │ │ │ │ ├── 75.gif
│ │ │ │ │ ├── 76.gif
│ │ │ │ │ ├── 77.gif
│ │ │ │ │ ├── 78.gif
│ │ │ │ │ ├── 79.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 80.gif
│ │ │ │ │ ├── 81.gif
│ │ │ │ │ ├── 82.gif
│ │ │ │ │ ├── 83.gif
│ │ │ │ │ ├── 84.gif
│ │ │ │ │ ├── 85.gif
│ │ │ │ │ ├── 86.gif
│ │ │ │ │ ├── 87.gif
│ │ │ │ │ ├── 88.gif
│ │ │ │ │ ├── 89.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ ├── 90.gif
│ │ │ │ │ ├── 91.gif
│ │ │ │ │ ├── 92.gif
│ │ │ │ │ ├── 93.gif
│ │ │ │ │ ├── 94.gif
│ │ │ │ │ ├── 95.gif
│ │ │ │ │ ├── 96.gif
│ │ │ │ │ ├── 97.gif
│ │ │ │ │ ├── 98.gif
│ │ │ │ │ ├── 99.gif
│ │ │ │ │ └── 9.gif
│ │ │ │ ├── Hui-tags
│ │ │ │ │ └── empty.png
│ │ │ │ ├── iCheck
│ │ │ │ │ ├── aero@2x.png
│ │ │ │ │ ├── aero.png
│ │ │ │ │ ├── blue@2x.png
│ │ │ │ │ ├── blue.png
│ │ │ │ │ ├── green@2x.png
│ │ │ │ │ ├── green.png
│ │ │ │ │ ├── grey@2x.png
│ │ │ │ │ ├── grey.png
│ │ │ │ │ ├── minimal@2x.png
│ │ │ │ │ ├── minimal.png
│ │ │ │ │ ├── orange@2x.png
│ │ │ │ │ ├── orange.png
│ │ │ │ │ ├── pink@2x.png
│ │ │ │ │ ├── pink.png
│ │ │ │ │ ├── purple@2x.png
│ │ │ │ │ ├── purple.png
│ │ │ │ │ ├── red@2x.png
│ │ │ │ │ ├── red.png
│ │ │ │ │ ├── yellow@2x.png
│ │ │ │ │ └── yellow.png
│ │ │ │ ├── iconpic-arrow.png
│ │ │ │ ├── jselect
│ │ │ │ │ └── iconpic-arrow-down2.png
│ │ │ │ ├── loading
│ │ │ │ │ ├── loading-b.gif
│ │ │ │ │ └── loading-s.gif
│ │ │ │ ├── rollpic
│ │ │ │ │ └── unslider-arrow.png
│ │ │ │ ├── star
│ │ │ │ │ ├── iconpic-star-S-default.png
│ │ │ │ │ └── iconpic-star-S.png
│ │ │ │ ├── steps
│ │ │ │ │ ├── step_arrow-active.png
│ │ │ │ │ ├── step_arrow.png
│ │ │ │ │ ├── step_bg-active.png
│ │ │ │ │ └── step_bg.png
│ │ │ │ ├── ucnter
│ │ │ │ │ ├── avatar-default.jpg
│ │ │ │ │ ├── avatar-default-S.gif
│ │ │ │ │ ├── avatar.png
│ │ │ │ │ └── noavatar_small.gif
│ │ │ │ ├── validform
│ │ │ │ │ ├── iconpic-error.png
│ │ │ │ │ ├── iconpic-right.png
│ │ │ │ │ └── iconpic-warning.png
│ │ │ │ └── verticalTab
│ │ │ │ ├── tab_bg.png
│ │ │ │ ├── tabNav-active.png
│ │ │ │ ├── tabNav-hover.png
│ │ │ │ ├── tabNav.png
│ │ │ │ ├── tabNav_right-active.png
│ │ │ │ ├── tabNav_right-hover.png
│ │ │ │ └── tabNav_right.png
│ │ │ └── js
│ │ │ ├── H-ui.js
│ │ │ └── H-ui.min.js
│ │ └── h-ui.admin
│ │ ├── css
│ │ │ ├── H-ui.admin.css
│ │ │ ├── H-ui.login.css
│ │ │ └── style.css
│ │ ├── images
│ │ │ ├── acrossTab
│ │ │ │ └── acrossTab-2.png
│ │ │ ├── admin-login-bg.jpg
│ │ │ ├── admin-loginform-bg.png
│ │ │ ├── cn.gif
│ │ │ ├── loading.gif
│ │ │ ├── logo.png
│ │ │ └── um.gif
│ │ ├── js
│ │ │ ├── de_DE.txt
│ │ │ └── H-ui.admin.js
│ │ └── skin
│ │ ├── blue
│ │ │ ├── acrossTab-bg.png
│ │ │ ├── acrossTab.png
│ │ │ ├── icon_arrow.png
│ │ │ └── skin.css
│ │ ├── default
│ │ │ ├── acrossTab-bg.png
│ │ │ ├── acrossTab.png
│ │ │ ├── icon_arrow.png
│ │ │ └── skin.css
│ │ ├── green
│ │ │ ├── acrossTab-bg.png
│ │ │ ├── acrossTab.png
│ │ │ ├── icon_arrow.png
│ │ │ └── skin.css
│ │ ├── orange
│ │ │ ├── acrossTab-bg.png
│ │ │ ├── acrossTab.png
│ │ │ ├── icon_arrow.png
│ │ │ └── skin.css
│ │ ├── red
│ │ │ ├── acrossTab-bg.png
│ │ │ ├── acrossTab.png
│ │ │ ├── icon_arrow.png
│ │ │ └── skin.css
│ │ └── yellow
│ │ ├── acrossTab-bg.png
│ │ ├── acrossTab.png
│ │ ├── icon_arrow.png
│ │ └── skin.css
│ ├── js
│ │ └── jquery-1.9.1.min.js
│ └── layui
│ ├── css
│ │ ├── layui.css
│ │ ├── layui.mobile.css
│ │ └── modules
│ │ ├── code.css
│ │ ├── laydate
│ │ │ └── default
│ │ │ └── laydate.css
│ │ └── layer
│ │ └── default
│ │ ├── icon-ext.png
│ │ ├── icon.png
│ │ ├── layer.css
│ │ ├── loading-0.gif
│ │ ├── loading-1.gif
│ │ └── loading-2.gif
│ ├── font
│ │ ├── iconfont.eot
│ │ ├── iconfont.svg
│ │ ├── iconfont.ttf
│ │ └── iconfont.woff
│ ├── images
│ │ └── face
│ │ ├── 0.gif
│ │ ├── 10.gif
│ │ ├── 11.gif
│ │ ├── 12.gif
│ │ ├── 13.gif
│ │ ├── 14.gif
│ │ ├── 15.gif
│ │ ├── 16.gif
│ │ ├── 17.gif
│ │ ├── 18.gif
│ │ ├── 19.gif
│ │ ├── 1.gif
│ │ ├── 20.gif
│ │ ├── 21.gif
│ │ ├── 22.gif
│ │ ├── 23.gif
│ │ ├── 24.gif
│ │ ├── 25.gif
│ │ ├── 26.gif
│ │ ├── 27.gif
│ │ ├── 28.gif
│ │ ├── 29.gif
│ │ ├── 2.gif
│ │ ├── 30.gif
│ │ ├── 31.gif
│ │ ├── 32.gif
│ │ ├── 33.gif
│ │ ├── 34.gif
│ │ ├── 35.gif
│ │ ├── 36.gif
│ │ ├── 37.gif
│ │ ├── 38.gif
│ │ ├── 39.gif
│ │ ├── 3.gif
│ │ ├── 40.gif
│ │ ├── 41.gif
│ │ ├── 42.gif
│ │ ├── 43.gif
│ │ ├── 44.gif
│ │ ├── 45.gif
│ │ ├── 46.gif
│ │ ├── 47.gif
│ │ ├── 48.gif
│ │ ├── 49.gif
│ │ ├── 4.gif
│ │ ├── 50.gif
│ │ ├── 51.gif
│ │ ├── 52.gif
│ │ ├── 53.gif
│ │ ├── 54.gif
│ │ ├── 55.gif
│ │ ├── 56.gif
│ │ ├── 57.gif
│ │ ├── 58.gif
│ │ ├── 59.gif
│ │ ├── 5.gif
│ │ ├── 60.gif
│ │ ├── 61.gif
│ │ ├── 62.gif
│ │ ├── 63.gif
│ │ ├── 64.gif
│ │ ├── 65.gif
│ │ ├── 66.gif
│ │ ├── 67.gif
│ │ ├── 68.gif
│ │ ├── 69.gif
│ │ ├── 6.gif
│ │ ├── 70.gif
│ │ ├── 71.gif
│ │ ├── 7.gif
│ │ ├── 8.gif
│ │ └── 9.gif
│ ├── lay
│ │ └── modules
│ │ ├── carousel.js
│ │ ├── code.js
│ │ ├── element.js
│ │ ├── flow.js
│ │ ├── form.js
│ │ ├── jquery.js
│ │ ├── laydate.js
│ │ ├── layedit.js
│ │ ├── layer.js
│ │ ├── laypage.js
│ │ ├── laytpl.js
│ │ ├── mobile.js
│ │ ├── table.js
│ │ ├── tree.js
│ │ ├── upload.js
│ │ └── util.js
│ ├── layui.all.js
│ └── layui.js
├── WEB-INF
│ ├── lib
│ │ ├── commons-codec-1.9.jar
│ │ ├── commons-fileupload-1.3.1.jar
│ │ ├── commons-io-2.4.jar
│ │ ├── json.jar
│ │ ├── ueditor-1.1.2.jar
│ │ └── ueditor.jar
│ └── pages
│ ├── group
│ │ ├── addgroup.jsp
│ │ └── grouplist.jsp
│ ├── login_in.jsp
│ ├── logs
│ │ └── logslist.jsp
│ ├── news
│ │ ├── editlist.jsp
│ │ ├── mynewslist.jsp
│ │ ├── news.jsp
│ │ ├── newslist.jsp
│ │ ├── shenhelist.jsp
│ │ └── shnews.jsp
│ ├── pageutil.jsp
│ ├── roles
│ │ ├── addrole.jsp
│ │ ├── prentroles.jsp
│ │ └── rolelist.jsp
│ ├── user
│ │ ├── adduser.jsp
│ │ ├── myself.jsp
│ │ ├── upmypic.jsp
│ │ └── userlist.jsp
│ └── zhuce.jsp
└── 项目说明
├── news_ssm.sql
└── 管理后台+用户权限分配.docx
296 directories, 1738 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论