├── .gitignore
├── src
└── main
│ ├── webapp
│ ├── upload
│ │ └── test.txt
│ ├── resources
│ │ ├── ueditor
│ │ │ ├── themes
│ │ │ │ ├── iframe.css
│ │ │ │ └── default
│ │ │ │ │ └── images
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── lock.gif
│ │ │ │ │ ├── scale.png
│ │ │ │ │ ├── word.gif
│ │ │ │ │ ├── anchor.gif
│ │ │ │ │ ├── arrow_up.png
│ │ │ │ │ ├── charts.png
│ │ │ │ │ ├── cursor_h.gif
│ │ │ │ │ ├── cursor_h.png
│ │ │ │ │ ├── cursor_v.gif
│ │ │ │ │ ├── cursor_v.png
│ │ │ │ │ ├── filescan.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── sortable.png
│ │ │ │ │ ├── spacer.gif
│ │ │ │ │ ├── upload.png
│ │ │ │ │ ├── arrow_down.png
│ │ │ │ │ ├── button-bg.gif
│ │ │ │ │ ├── icons-all.gif
│ │ │ │ │ ├── loaderror.png
│ │ │ │ │ ├── pagebreak.gif
│ │ │ │ │ ├── sparator_v.png
│ │ │ │ │ ├── toolbar_bg.png
│ │ │ │ │ ├── videologo.gif
│ │ │ │ │ ├── wordpaste.png
│ │ │ │ │ ├── cancelbutton.gif
│ │ │ │ │ ├── highlighted.gif
│ │ │ │ │ ├── unhighlighted.gif
│ │ │ │ │ ├── dialog-title-bg.png
│ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ ├── table-cell-align.png
│ │ │ │ │ └── tangram-colorpicker.png
│ │ │ ├── lang
│ │ │ │ ├── en
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── copy.png
│ │ │ │ │ │ ├── music.png
│ │ │ │ │ │ ├── button.png
│ │ │ │ │ │ ├── upload.png
│ │ │ │ │ │ ├── addimage.png
│ │ │ │ │ │ ├── background.png
│ │ │ │ │ │ ├── localimage.png
│ │ │ │ │ │ ├── deleteenable.png
│ │ │ │ │ │ ├── deletedisable.png
│ │ │ │ │ │ ├── listbackground.png
│ │ │ │ │ │ ├── rotateleftdisable.png
│ │ │ │ │ │ ├── rotateleftenable.png
│ │ │ │ │ │ ├── rotaterightenable.png
│ │ │ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ │ │ ├── rotaterightdisable.png
│ │ │ │ │ │ └── alldeletebtnhoverskin.png
│ │ │ │ └── zh-cn
│ │ │ │ │ └── images
│ │ │ │ │ ├── copy.png
│ │ │ │ │ ├── music.png
│ │ │ │ │ ├── upload.png
│ │ │ │ │ └── localimage.png
│ │ │ ├── dialogs
│ │ │ │ ├── table
│ │ │ │ │ ├── dragicon.png
│ │ │ │ │ └── edittip.html
│ │ │ │ ├── emotion
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── 0.gif
│ │ │ │ │ │ ├── bface.gif
│ │ │ │ │ │ ├── cface.gif
│ │ │ │ │ │ ├── fface.gif
│ │ │ │ │ │ ├── jxface2.gif
│ │ │ │ │ │ ├── tface.gif
│ │ │ │ │ │ ├── wface.gif
│ │ │ │ │ │ ├── yface.gif
│ │ │ │ │ │ └── neweditor-tab-bg.png
│ │ │ │ ├── image
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── alignicon.jpg
│ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ └── success.png
│ │ │ │ ├── video
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ ├── success.png
│ │ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ │ ├── file-icons.png
│ │ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ │ ├── right_focus.jpg
│ │ │ │ │ │ └── center_focus.jpg
│ │ │ │ ├── scrawl
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── brush.png
│ │ │ │ │ │ ├── empty.png
│ │ │ │ │ │ ├── redo.png
│ │ │ │ │ │ ├── redoH.png
│ │ │ │ │ │ ├── scale.png
│ │ │ │ │ │ ├── size.png
│ │ │ │ │ │ ├── undo.png
│ │ │ │ │ │ ├── undoH.png
│ │ │ │ │ │ ├── addimg.png
│ │ │ │ │ │ ├── delimg.png
│ │ │ │ │ │ ├── delimgH.png
│ │ │ │ │ │ ├── emptyH.png
│ │ │ │ │ │ ├── eraser.png
│ │ │ │ │ │ └── scaleH.png
│ │ │ │ ├── template
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── pre0.png
│ │ │ │ │ │ ├── pre1.png
│ │ │ │ │ │ ├── pre2.png
│ │ │ │ │ │ ├── pre3.png
│ │ │ │ │ │ └── pre4.png
│ │ │ │ │ ├── template.html
│ │ │ │ │ └── template.css
│ │ │ │ ├── attachment
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── alignicon.gif
│ │ │ │ │ │ ├── alignicon.png
│ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ ├── success.png
│ │ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ │ └── file-icons.png
│ │ │ │ │ └── fileTypeImages
│ │ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ └── icon_default.png
│ │ │ │ ├── background
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ └── success.png
│ │ │ │ ├── charts
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── charts0.png
│ │ │ │ │ │ ├── charts1.png
│ │ │ │ │ │ ├── charts2.png
│ │ │ │ │ │ ├── charts3.png
│ │ │ │ │ │ ├── charts4.png
│ │ │ │ │ │ └── charts5.png
│ │ │ │ ├── wordimage
│ │ │ │ │ ├── imageUploader.swf
│ │ │ │ │ └── fClipboard_ueditor.swf
│ │ │ │ ├── help
│ │ │ │ │ └── help.css
│ │ │ │ ├── spechars
│ │ │ │ │ └── spechars.html
│ │ │ │ └── music
│ │ │ │ │ └── music.html
│ │ │ └── third-party
│ │ │ │ ├── video-js
│ │ │ │ ├── font
│ │ │ │ │ ├── vjs.eot
│ │ │ │ │ ├── vjs.ttf
│ │ │ │ │ └── vjs.woff
│ │ │ │ └── video-js.swf
│ │ │ │ ├── webuploader
│ │ │ │ ├── Uploader.swf
│ │ │ │ └── webuploader.css
│ │ │ │ ├── snapscreen
│ │ │ │ └── UEditorSnapscreen.exe
│ │ │ │ ├── zeroclipboard
│ │ │ │ └── ZeroClipboard.swf
│ │ │ │ └── highcharts
│ │ │ │ └── modules
│ │ │ │ └── heatmap.js
│ │ ├── assets2
│ │ │ ├── css
│ │ │ │ ├── canvas-bg-3.css
│ │ │ │ ├── canvas-bg-2.css
│ │ │ │ ├── ribbons
│ │ │ │ │ ├── awwwards_honorable_black_left.png
│ │ │ │ │ ├── awwwards_honorable_black_right.png
│ │ │ │ │ ├── awwwards_honorable_green_left.png
│ │ │ │ │ ├── awwwards_honorable_green_right.png
│ │ │ │ │ ├── awwwards_honorable_white_left.png
│ │ │ │ │ └── awwwards_honorable_white_right.png
│ │ │ │ ├── canvas-bg-5.css
│ │ │ │ ├── canvas-bg-4.css
│ │ │ │ ├── canvas-bg-1.css
│ │ │ │ ├── icons-style.css
│ │ │ │ ├── loader-style.css
│ │ │ │ ├── open-sans.css
│ │ │ │ └── mail.css
│ │ │ ├── img
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── bg2.jpg
│ │ │ │ ├── bg3.jpg
│ │ │ │ ├── bg3.png
│ │ │ │ ├── bg4.jpg
│ │ │ │ ├── bg5.jpg
│ │ │ │ ├── bg8.jpg
│ │ │ │ ├── bg9.jpg
│ │ │ │ ├── bg10.jpg
│ │ │ │ ├── bg11.jpg
│ │ │ │ ├── bg12.jpg
│ │ │ │ ├── bg13.jpg
│ │ │ │ ├── giftly.png
│ │ │ │ ├── minus.png
│ │ │ │ ├── plus.png
│ │ │ │ ├── small-bg.jpg
│ │ │ │ ├── credit
│ │ │ │ │ ├── visa.png
│ │ │ │ │ ├── paypal2.png
│ │ │ │ │ ├── mastercard.png
│ │ │ │ │ └── american-express.png
│ │ │ │ ├── insta-pic.jpg
│ │ │ │ ├── insta-pic2.jpg
│ │ │ │ ├── search-dark.png
│ │ │ │ ├── small-bg10.jpg
│ │ │ │ ├── small-bg11.jpg
│ │ │ │ ├── small-bg12.jpg
│ │ │ │ ├── small-bg13.jpg
│ │ │ │ ├── small-bg2.jpg
│ │ │ │ ├── small-bg5.jpg
│ │ │ │ ├── small-bg8.jpg
│ │ │ │ ├── small-bg9.jpg
│ │ │ │ ├── search-white.png
│ │ │ │ ├── people-q-c-350-250-5.jpg
│ │ │ │ ├── people-q-c-350-250-7.jpg
│ │ │ │ └── people-q-c-350-250-8.jpg
│ │ │ ├── font
│ │ │ │ ├── maki.eot
│ │ │ │ ├── maki.ttf
│ │ │ │ ├── maki.woff
│ │ │ │ ├── entypo.eot
│ │ │ │ ├── entypo.ttf
│ │ │ │ ├── entypo.woff
│ │ │ │ ├── dripicons.eot
│ │ │ │ ├── dripicons.ttf
│ │ │ │ ├── dripicons.woff
│ │ │ │ ├── BebasNeue-webfont.eot
│ │ │ │ ├── BebasNeue-webfont.ttf
│ │ │ │ ├── BebasNeue-webfont.woff
│ │ │ │ ├── weathericons-regular-webfont.eot
│ │ │ │ ├── weathericons-regular-webfont.ttf
│ │ │ │ └── weathericons-regular-webfont.woff
│ │ │ ├── ico
│ │ │ │ └── minus.png
│ │ │ ├── js
│ │ │ │ ├── calendar
│ │ │ │ │ └── img
│ │ │ │ │ │ └── tick.png
│ │ │ │ ├── iCheck
│ │ │ │ │ ├── flat
│ │ │ │ │ │ ├── aero.png
│ │ │ │ │ │ ├── blue.png
│ │ │ │ │ │ ├── flat.png
│ │ │ │ │ │ ├── green.png
│ │ │ │ │ │ ├── grey.png
│ │ │ │ │ │ ├── pink.png
│ │ │ │ │ │ ├── red.png
│ │ │ │ │ │ ├── aero@2x.png
│ │ │ │ │ │ ├── blue@2x.png
│ │ │ │ │ │ ├── flat@2x.png
│ │ │ │ │ │ ├── grey@2x.png
│ │ │ │ │ │ ├── orange.png
│ │ │ │ │ │ ├── pink@2x.png
│ │ │ │ │ │ ├── purple.png
│ │ │ │ │ │ ├── red@2x.png
│ │ │ │ │ │ ├── yellow.png
│ │ │ │ │ │ ├── green@2x.png
│ │ │ │ │ │ ├── orange@2x.png
│ │ │ │ │ │ ├── purple@2x.png
│ │ │ │ │ │ └── yellow@2x.png
│ │ │ │ │ └── line
│ │ │ │ │ │ ├── line.png
│ │ │ │ │ │ └── line@2x.png
│ │ │ │ ├── tree
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── file.gif
│ │ │ │ │ │ ├── folder.gif
│ │ │ │ │ │ ├── ajax-loader.gif
│ │ │ │ │ │ ├── treeview-red.gif
│ │ │ │ │ │ ├── folder-closed.gif
│ │ │ │ │ │ ├── treeview-black.gif
│ │ │ │ │ │ ├── treeview-gray.gif
│ │ │ │ │ │ ├── treeview-default.gif
│ │ │ │ │ │ ├── treeview-red-line.gif
│ │ │ │ │ │ ├── treeview-black-line.gif
│ │ │ │ │ │ ├── treeview-famfamfam.gif
│ │ │ │ │ │ ├── treeview-gray-line.gif
│ │ │ │ │ │ ├── treeview-default-line.gif
│ │ │ │ │ │ └── treeview-famfamfam-line.gif
│ │ │ │ │ └── treetable
│ │ │ │ │ │ └── stylesheets
│ │ │ │ │ │ └── jquery.treetable.css
│ │ │ │ ├── dataTable
│ │ │ │ │ ├── img
│ │ │ │ │ │ ├── minus.png
│ │ │ │ │ │ └── plus.png
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── jquery.dataTables
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ │ │ ├── sort_both.png
│ │ │ │ │ │ │ ├── sort_desc.png
│ │ │ │ │ │ │ ├── sort_asc_disabled.png
│ │ │ │ │ │ │ └── sort_desc_disabled.png
│ │ │ │ │ └── css
│ │ │ │ │ │ └── datatables.responsive.css
│ │ │ │ ├── validate
│ │ │ │ │ ├── img
│ │ │ │ │ │ └── valid.png
│ │ │ │ │ └── validate.css
│ │ │ │ ├── gage
│ │ │ │ │ └── raphael.2.1.0.min.js
│ │ │ │ ├── idealform
│ │ │ │ │ └── img
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── datepicker.png
│ │ │ │ │ │ ├── radiocheck.png
│ │ │ │ │ │ └── validation.png
│ │ │ │ ├── footable
│ │ │ │ │ └── css
│ │ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── footable.eot
│ │ │ │ │ │ ├── footable.ttf
│ │ │ │ │ │ ├── footable.woff
│ │ │ │ │ │ └── footable (1).eot
│ │ │ │ │ │ └── footable-demos.css
│ │ │ │ ├── upload
│ │ │ │ │ └── demos
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ └── images
│ │ │ │ │ │ │ └── dark-bg.png
│ │ │ │ │ │ └── js
│ │ │ │ │ │ └── demo.min.js
│ │ │ │ ├── dropZone
│ │ │ │ │ └── downloads
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── spritemap.png
│ │ │ │ │ │ └── spritemap@2x.png
│ │ │ │ ├── colorPicker
│ │ │ │ │ └── img
│ │ │ │ │ │ └── bootstrap-colorpicker
│ │ │ │ │ │ ├── hue.png
│ │ │ │ │ │ ├── alpha.png
│ │ │ │ │ │ └── saturation.png
│ │ │ │ ├── textEditor
│ │ │ │ │ └── sceditor
│ │ │ │ │ │ └── minified
│ │ │ │ │ │ └── themes
│ │ │ │ │ │ └── famfamfam.png
│ │ │ │ ├── preloader.js
│ │ │ │ ├── clock
│ │ │ │ │ └── date.js
│ │ │ │ ├── chart
│ │ │ │ │ ├── realTime.js
│ │ │ │ │ ├── barChart.js
│ │ │ │ │ ├── polarChart.js
│ │ │ │ │ ├── lineChart.js
│ │ │ │ │ └── radarChart.js
│ │ │ │ ├── stackable
│ │ │ │ │ └── stacktable.css
│ │ │ │ ├── progress-bar
│ │ │ │ │ └── number-pb.css
│ │ │ │ └── toggle_close.js
│ │ │ └── fonts
│ │ │ │ ├── open-sans-light.woff
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular (1).eot
│ │ ├── images
│ │ │ ├── fav.png
│ │ │ ├── slide1.jpg
│ │ │ ├── slide2.jpg
│ │ │ ├── slide3.jpg
│ │ │ ├── user1.png
│ │ │ ├── user2.png
│ │ │ ├── user3.png
│ │ │ ├── card-1.jpeg
│ │ │ ├── card-2.jpeg
│ │ │ ├── bank
│ │ │ │ ├── 中国农业银行.png
│ │ │ │ ├── 中国建设银行.png
│ │ │ │ ├── 中国银行.png
│ │ │ │ ├── 交通银行.png
│ │ │ │ ├── 微信支付.png
│ │ │ │ ├── 招商银行.png
│ │ │ │ ├── 支付宝支付.png
│ │ │ │ ├── 中国邮政储蓄银行.png
│ │ │ │ └── 支付平台-银联.png
│ │ │ ├── card-1.jpeg.jpg
│ │ │ ├── card-2.jpeg.jpg
│ │ │ ├── doctor.jpeg.jpg
│ │ │ └── logo-dark.png
│ │ ├── fonts
│ │ │ ├── themify.eot
│ │ │ ├── themify.ttf
│ │ │ ├── themify.woff
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ ├── My97DatePicker
│ │ │ ├── 开发包
│ │ │ │ ├── readme.txt
│ │ │ │ ├── lang
│ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ ├── zh-tw.js
│ │ │ │ │ └── en.js
│ │ │ │ └── skin
│ │ │ │ │ ├── datePicker.gif
│ │ │ │ │ ├── default
│ │ │ │ │ ├── img.gif
│ │ │ │ │ └── datepicker.css
│ │ │ │ │ ├── whyGreen
│ │ │ │ │ ├── bg.jpg
│ │ │ │ │ ├── img.gif
│ │ │ │ │ └── datepicker.css
│ │ │ │ │ └── WdatePicker.css
│ │ │ ├── skin
│ │ │ │ ├── datePicker.gif
│ │ │ │ ├── default
│ │ │ │ │ └── img.gif
│ │ │ │ ├── whyGreen
│ │ │ │ │ ├── bg.jpg
│ │ │ │ │ └── img.gif
│ │ │ │ └── WdatePicker.css
│ │ │ └── lang
│ │ │ │ ├── en.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh-tw.js
│ │ ├── js
│ │ │ ├── custom-datatables.js
│ │ │ └── validate
│ │ │ │ └── messages_zh.js
│ │ └── charts
│ │ │ └── css
│ │ │ └── morris.css
│ ├── jsp
│ │ └── static
│ │ │ ├── toLogin.jsp
│ │ │ ├── myInfo.js
│ │ │ ├── crossBtnControl.js
│ │ │ ├── foot.jsp
│ │ │ ├── logout.jsp
│ │ │ └── utils.js
│ └── WEB-INF
│ │ └── pages
│ │ └── common
│ │ └── include.jsp
│ ├── resources
│ ├── mapper
│ │ ├── ConfigDao.xml
│ │ ├── UserDao.xml
│ │ └── TokenDao.xml
│ ├── config.properties
│ ├── spring
│ │ └── spring.xml
│ └── log4j.properties
│ └── java
│ └── com
│ ├── dao
│ ├── ConfigDao.java
│ ├── UserDao.java
│ ├── TokenDao.java
│ ├── CommonDao.java
│ ├── XueshengDao.java
│ ├── BanjixinxiDao.java
│ ├── SushexinxiDao.java
│ ├── BaoxiuxinxiDao.java
│ ├── QueqinxinxiDao.java
│ ├── SushefenpeiDao.java
│ ├── LaifangdengjiDao.java
│ ├── SushelouxinxiDao.java
│ ├── YuanxijianjieDao.java
│ ├── TongzhigonggaoDao.java
│ ├── TongzhileixingDao.java
│ ├── WeishengpingbiDao.java
│ └── SusheguanliyuanDao.java
│ ├── annotation
│ ├── IgnoreAuth.java
│ ├── LoginUser.java
│ └── APPLoginUser.java
│ ├── config
│ ├── AlipayConfig.java
│ └── MyMetaObjectHandler.java
│ ├── service
│ ├── ConfigService.java
│ ├── UserService.java
│ ├── CommonService.java
│ ├── TokenService.java
│ ├── impl
│ │ └── ConfigServiceImpl.java
│ ├── XueshengService.java
│ ├── BanjixinxiService.java
│ ├── SushexinxiService.java
│ ├── BaoxiuxinxiService.java
│ ├── QueqinxinxiService.java
│ ├── SushefenpeiService.java
│ ├── LaifangdengjiService.java
│ ├── YuanxijianjieService.java
│ ├── SushelouxinxiService.java
│ ├── TongzhigonggaoService.java
│ ├── TongzhileixingService.java
│ └── WeishengpingbiService.java
│ ├── utils
│ ├── MD5Util.java
│ ├── FileUtil.java
│ ├── JQPageInfo.java
│ ├── R.java
│ ├── SQLFilter.java
│ ├── HttpClientUtils.java
│ └── ValidatorUtils.java
│ ├── entity
│ ├── vo
│ │ ├── TongzhileixingVO.java
│ │ └── YuanxijianjieVO.java
│ ├── model
│ │ ├── TongzhileixingModel.java
│ │ └── YuanxijianjieModel.java
│ ├── view
│ │ ├── XueshengView.java
│ │ ├── BanjixinxiView.java
│ │ ├── SushexinxiView.java
│ │ ├── BaoxiuxinxiView.java
│ │ ├── QueqinxinxiView.java
│ │ ├── SushefenpeiView.java
│ │ ├── LaifangdengjiView.java
│ │ ├── SushelouxinxiView.java
│ │ ├── YuanxijianjieView.java
│ │ ├── TongzhigonggaoView.java
│ │ ├── TongzhileixingView.java
│ │ ├── WeishengpingbiView.java
│ │ └── SusheguanliyuanView.java
│ ├── EIException.java
│ └── ConfigEntity.java
│ └── model
│ └── enums
│ └── TypeEnum.java
├── .settings
├── org.eclipse.wst.jsdt.ui.superType.name
├── org.eclipse.wst.validation.prefs
├── org.eclipse.wst.jsdt.ui.superType.container
├── org.eclipse.m2e.core.prefs
├── org.eclipse.core.resources.prefs
├── org.eclipse.wst.common.project.facet.core.xml
├── org.eclipse.jdt.core.prefs
├── .jsdtscope
└── org.eclipse.wst.common.component
└── .idea
├── vcs.xml
├── .gitignore
├── encodings.xml
├── compiler.xml
├── misc.xml
└── jarRepositories.xml
/.gitignore:
--------------------------------------------------------------------------------
1 | /target/
2 |
--------------------------------------------------------------------------------
/src/main/webapp/upload/test.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.settings/org.eclipse.wst.jsdt.ui.superType.name:
--------------------------------------------------------------------------------
1 | Window
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/iframe.css:
--------------------------------------------------------------------------------
1 | /*可以在这里添加你自己的css*/
2 |
--------------------------------------------------------------------------------
/.settings/org.eclipse.wst.validation.prefs:
--------------------------------------------------------------------------------
1 | disabled=06target
2 | eclipse.preferences.version=1
3 |
--------------------------------------------------------------------------------
/.settings/org.eclipse.wst.jsdt.ui.superType.container:
--------------------------------------------------------------------------------
1 | org.eclipse.wst.jsdt.launching.baseBrowserLibrary
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/css/canvas-bg-3.css:
--------------------------------------------------------------------------------
1 | #canvas {
2 | position: fixed;
3 | left: 0;
4 | top: 0;
5 | }
--------------------------------------------------------------------------------
/.settings/org.eclipse.m2e.core.prefs:
--------------------------------------------------------------------------------
1 | activeProfiles=
2 | eclipse.preferences.version=1
3 | resolveWorkspaceProjects=true
4 | version=1
5 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/fav.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/fav.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/fonts/themify.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/fonts/themify.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/fonts/themify.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/fonts/themify.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/slide1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/slide1.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/slide2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/slide2.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/slide3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/slide3.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/user1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/user1.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/user2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/user2.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/user3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/user3.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/bg.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/bg2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/bg2.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/bg3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/bg3.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/bg3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/bg3.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/bg4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/bg4.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/bg5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/bg5.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/bg8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/bg8.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/bg9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/bg9.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/fonts/themify.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/fonts/themify.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/card-1.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/card-1.jpeg
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/card-2.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/card-2.jpeg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/css/canvas-bg-2.css:
--------------------------------------------------------------------------------
1 | #canvas {
2 | background: rgba(0,0,0,1);
3 | position: absolute;
4 | left: 0;
5 | top: 0;
6 | }
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/font/maki.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/font/maki.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/font/maki.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/font/maki.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/font/maki.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/font/maki.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/ico/minus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/ico/minus.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/bg10.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/bg10.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/bg11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/bg11.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/bg12.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/bg12.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/bg13.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/bg13.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/giftly.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/giftly.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/minus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/minus.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/plus.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/bank/中国农业银行.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/bank/中国农业银行.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/bank/中国建设银行.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/bank/中国建设银行.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/bank/中国银行.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/bank/中国银行.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/bank/交通银行.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/bank/交通银行.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/bank/微信支付.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/bank/微信支付.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/bank/招商银行.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/bank/招商银行.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/bank/支付宝支付.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/bank/支付宝支付.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/card-1.jpeg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/card-1.jpeg.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/card-2.jpeg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/card-2.jpeg.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/doctor.jpeg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/doctor.jpeg.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/logo-dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/logo-dark.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/font/entypo.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/font/entypo.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/font/entypo.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/font/entypo.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/font/entypo.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/font/entypo.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/small-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/small-bg.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/bank/中国邮政储蓄银行.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/bank/中国邮政储蓄银行.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/images/bank/支付平台-银联.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/images/bank/支付平台-银联.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/font/dripicons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/font/dripicons.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/font/dripicons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/font/dripicons.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/font/dripicons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/font/dripicons.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/credit/visa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/credit/visa.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/insta-pic.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/insta-pic.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/insta-pic2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/insta-pic2.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/search-dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/search-dark.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/small-bg10.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/small-bg10.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/small-bg11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/small-bg11.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/small-bg12.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/small-bg12.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/small-bg13.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/small-bg13.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/small-bg2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/small-bg2.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/small-bg5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/small-bg5.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/small-bg8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/small-bg8.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/small-bg9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/small-bg9.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/开发包/readme.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/My97DatePicker/开发包/readme.txt
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/search-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/search-white.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/开发包/lang/zh-cn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/My97DatePicker/开发包/lang/zh-cn.js
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/开发包/lang/zh-tw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/My97DatePicker/开发包/lang/zh-tw.js
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/credit/paypal2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/credit/paypal2.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/calendar/img/tick.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/calendar/img/tick.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/aero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/aero.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/blue.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/flat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/flat.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/green.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/grey.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/pink.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/red.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/line/line.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/line/line.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/tree/images/file.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/tree/images/file.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/copy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/copy.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/music.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/music.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/skin/datePicker.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/My97DatePicker/skin/datePicker.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/font/BebasNeue-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/font/BebasNeue-webfont.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/font/BebasNeue-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/font/BebasNeue-webfont.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/fonts/open-sans-light.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/fonts/open-sans-light.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/credit/mastercard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/credit/mastercard.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/dataTable/img/minus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/dataTable/img/minus.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/dataTable/img/plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/dataTable/img/plus.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/aero@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/aero@2x.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/blue@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/blue@2x.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/flat@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/flat@2x.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/grey@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/grey@2x.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/orange.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/pink@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/pink@2x.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/purple.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/red@2x.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/yellow.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/line/line@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/line/line@2x.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/tree/images/folder.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/tree/images/folder.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/validate/img/valid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/validate/img/valid.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/table/dragicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/table/dragicon.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/button.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/upload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/upload.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/zh-cn/images/copy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/zh-cn/images/copy.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/skin/default/img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/My97DatePicker/skin/default/img.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/skin/whyGreen/bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/My97DatePicker/skin/whyGreen/bg.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/skin/whyGreen/img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/My97DatePicker/skin/whyGreen/img.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/font/BebasNeue-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/font/BebasNeue-webfont.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/people-q-c-350-250-5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/people-q-c-350-250-5.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/people-q-c-350-250-7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/people-q-c-350-250-7.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/people-q-c-350-250-8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/people-q-c-350-250-8.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/gage/raphael.2.1.0.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/gage/raphael.2.1.0.min.js
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/green@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/green@2x.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/orange@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/orange@2x.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/purple@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/purple@2x.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/iCheck/flat/yellow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/yellow@2x.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/idealform/img/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/idealform/img/loading.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/0.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/0.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/addimage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/addimage.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/background.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/localimage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/localimage.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/zh-cn/images/music.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/zh-cn/images/music.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/zh-cn/images/upload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/zh-cn/images/upload.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/开发包/skin/datePicker.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/My97DatePicker/开发包/skin/datePicker.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/开发包/skin/default/img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/My97DatePicker/开发包/skin/default/img.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/开发包/skin/whyGreen/bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/My97DatePicker/开发包/skin/whyGreen/bg.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/img/credit/american-express.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/img/credit/american-express.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/idealform/img/datepicker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/idealform/img/datepicker.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/idealform/img/radiocheck.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/idealform/img/radiocheck.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/idealform/img/validation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/idealform/img/validation.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/tree/images/ajax-loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/tree/images/ajax-loader.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/tree/images/treeview-red.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-red.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/icons.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/icons.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/icons.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/image.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/brush.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/brush.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/empty.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/redo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/redo.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/redoH.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/redoH.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/scale.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/scale.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/size.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/size.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/undo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/undo.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/undoH.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/undoH.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/template/images/bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/bg.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/icons.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/icons.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/icons.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/image.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/deleteenable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/deleteenable.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/arrow.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/icons.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/icons.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/icons.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/lock.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/lock.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/scale.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/scale.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/word.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/word.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/开发包/skin/whyGreen/img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/My97DatePicker/开发包/skin/whyGreen/img.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/footable/css/fonts/footable.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/footable/css/fonts/footable.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/footable/css/fonts/footable.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/footable/css/fonts/footable.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/tree/images/folder-closed.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/tree/images/folder-closed.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/tree/images/treeview-black.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-black.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/tree/images/treeview-gray.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-gray.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/background/images/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/background/images/bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/charts/images/charts0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts0.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/charts/images/charts1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts1.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/charts/images/charts2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts2.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/charts/images/charts3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts3.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/charts/images/charts4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts4.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/charts/images/charts5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts5.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/bface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/bface.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/cface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/cface.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/fface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/fface.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/jxface2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/jxface2.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/tface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/tface.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/wface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/wface.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/yface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/yface.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/alignicon.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/alignicon.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/progress.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/progress.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/success.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/success.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/success.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/addimg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/addimg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/delimg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/delimg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/delimgH.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/delimgH.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/emptyH.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/emptyH.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/eraser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/eraser.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/scaleH.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/scaleH.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/template/images/pre0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/pre0.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/template/images/pre1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/pre1.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/template/images/pre2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/pre2.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/template/images/pre3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/pre3.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/template/images/pre4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/pre4.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/progress.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/progress.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/success.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/success.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/success.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/deletedisable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/deletedisable.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/listbackground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/listbackground.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/zh-cn/images/localimage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/zh-cn/images/localimage.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/anchor.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/anchor.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/arrow_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/arrow_up.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/charts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/charts.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/cursor_h.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/cursor_h.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/cursor_h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/cursor_h.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/cursor_v.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/cursor_v.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/cursor_v.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/cursor_v.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/filescan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/filescan.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/loading.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/sortable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/sortable.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/spacer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/spacer.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/upload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/upload.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/video-js/video-js.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/third-party/video-js/video-js.swf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/footable/css/fonts/footable.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/footable/css/fonts/footable.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/tree/images/treeview-default.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-default.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/tree/images/treeview-red-line.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-red-line.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/icons.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/icons.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/icons.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/image.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/file-icons.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/file-icons.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/file-icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/file-icons.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/left_focus.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/left_focus.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/none_focus.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/none_focus.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/right_focus.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/right_focus.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/wordimage/imageUploader.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/wordimage/imageUploader.swf
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/rotateleftdisable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/rotateleftdisable.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/rotateleftenable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/rotateleftenable.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/rotaterightenable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/rotaterightenable.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/arrow_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/arrow_down.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/button-bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/button-bg.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/icons-all.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/icons-all.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/loaderror.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/loaderror.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/pagebreak.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/pagebreak.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/sparator_v.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/sparator_v.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/toolbar_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/toolbar_bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/videologo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/videologo.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/wordpaste.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/wordpaste.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/webuploader/Uploader.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/third-party/webuploader/Uploader.swf
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/开发包/skin/default/datepicker.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/My97DatePicker/开发包/skin/default/datepicker.css
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/开发包/skin/whyGreen/datepicker.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/My97DatePicker/开发包/skin/whyGreen/datepicker.css
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/font/weathericons-regular-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/font/weathericons-regular-webfont.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/font/weathericons-regular-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/font/weathericons-regular-webfont.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/font/weathericons-regular-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/font/weathericons-regular-webfont.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/footable/css/fonts/footable (1).eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/footable/css/fonts/footable (1).eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/tree/images/treeview-black-line.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-black-line.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/tree/images/treeview-famfamfam.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-famfamfam.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/tree/images/treeview-gray-line.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-gray-line.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/upload/demos/css/images/dark-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/upload/demos/css/images/dark-bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/alignicon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/alignicon.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/alignicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/alignicon.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/progress.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/progress.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/success.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/success.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/success.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/background/images/success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/background/images/success.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/center_focus.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/center_focus.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/alldeletebtnupskin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/alldeletebtnupskin.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/rotaterightdisable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/rotaterightdisable.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/cancelbutton.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/cancelbutton.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/highlighted.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/highlighted.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/unhighlighted.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/unhighlighted.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/tree/images/treeview-default-line.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-default-line.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/file-icons.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/file-icons.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/file-icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/file-icons.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/wordimage/fClipboard_ueditor.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/wordimage/fClipboard_ueditor.swf
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/alldeletebtnhoverskin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/lang/en/images/alldeletebtnhoverskin.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/dialog-title-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/dialog-title-bg.png
--------------------------------------------------------------------------------
/.idea/vcs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | encoding//src/main/java=UTF-8
3 | encoding//src/main/resources=UTF-8
4 | encoding//src/test/java=UTF-8
5 | encoding/=UTF-8
6 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular (1).eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular (1).eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/dropZone/downloads/images/spritemap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/dropZone/downloads/images/spritemap.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/tree/images/treeview-famfamfam-line.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-famfamfam-line.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/neweditor-tab-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/neweditor-tab-bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/neweditor-tab-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/neweditor-tab-bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/table-cell-align.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/table-cell-align.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/snapscreen/UEditorSnapscreen.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/third-party/snapscreen/UEditorSnapscreen.exe
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/zeroclipboard/ZeroClipboard.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/third-party/zeroclipboard/ZeroClipboard.swf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_black_left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_black_left.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_black_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_black_right.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_green_left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_green_left.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_green_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_green_right.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_white_left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_white_left.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_white_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_white_right.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/dropZone/downloads/images/spritemap@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/dropZone/downloads/images/spritemap@2x.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/tangram-colorpicker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/themes/default/images/tangram-colorpicker.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/colorPicker/img/bootstrap-colorpicker/hue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/colorPicker/img/bootstrap-colorpicker/hue.png
--------------------------------------------------------------------------------
/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Editor-based HTTP Client requests
5 | /httpRequests/
6 | # Datasource local storage ignored files
7 | /dataSources/
8 | /dataSources.local.xml
9 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/colorPicker/img/bootstrap-colorpicker/alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/colorPicker/img/bootstrap-colorpicker/alpha.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_default.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/css/canvas-bg-5.css:
--------------------------------------------------------------------------------
1 | html, body {
2 | margin: 0;
3 | padding: 0;
4 | }
5 |
6 | #canvas {
7 | position: fixed;
8 | left: 0;
9 | top: 0;
10 | background: #000000;
11 | }
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_asc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_asc.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/textEditor/sceditor/minified/themes/famfamfam.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/textEditor/sceditor/minified/themes/famfamfam.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/colorPicker/img/bootstrap-colorpicker/saturation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/colorPicker/img/bootstrap-colorpicker/saturation.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_both.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_both.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_desc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_desc.png
--------------------------------------------------------------------------------
/src/main/resources/mapper/ConfigDao.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_asc_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_asc_disabled.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_desc_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/small-bears/Dormitory/HEAD/src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_desc_disabled.png
--------------------------------------------------------------------------------
/src/main/webapp/jsp/static/toLogin.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" contentType="text/html; charset=UTF-8"
2 | pageEncoding="UTF-8"%>
3 |
4 | alert('token过期或未登录!')
5 | window.location.href="${pageContext.request.contextPath}/jsp/login.jsp"
--------------------------------------------------------------------------------
/src/main/java/com/dao/ConfigDao.java:
--------------------------------------------------------------------------------
1 |
2 | package com.dao;
3 |
4 | import com.baomidou.mybatisplus.mapper.BaseMapper;
5 | import com.entity.ConfigEntity;
6 |
7 | /**
8 | * 配置
9 | */
10 | public interface ConfigDao extends BaseMapper {
11 |
12 | }
13 |
--------------------------------------------------------------------------------
/src/main/java/com/annotation/IgnoreAuth.java:
--------------------------------------------------------------------------------
1 | package com.annotation;
2 |
3 | import java.lang.annotation.*;
4 |
5 | /**
6 | * 忽略Token验证
7 | */
8 | @Target(ElementType.METHOD)
9 | @Retention(RetentionPolicy.RUNTIME)
10 | @Documented
11 | public @interface IgnoreAuth {
12 |
13 | }
14 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/skin/WdatePicker.css:
--------------------------------------------------------------------------------
1 | .Wdate{
2 | border:#999 1px solid;
3 | height:20px;
4 | background:#fff url(datePicker.gif) no-repeat right;
5 | }
6 | .Wdate::-ms-clear{display:none;}
7 |
8 | .WdateFmtErr{
9 | font-weight:bold;
10 | color:red;
11 | }
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/开发包/skin/WdatePicker.css:
--------------------------------------------------------------------------------
1 | .Wdate{
2 | border:#999 1px solid;
3 | height:20px;
4 | background:#fff url(datePicker.gif) no-repeat right;
5 | }
6 | .Wdate::-ms-clear{display:none;}
7 |
8 | .WdateFmtErr{
9 | font-weight:bold;
10 | color:red;
11 | }
--------------------------------------------------------------------------------
/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/css/canvas-bg-4.css:
--------------------------------------------------------------------------------
1 | html, body {
2 | margin: 0;
3 | padding: 0;
4 | }
5 |
6 | #canvas {
7 | position: fixed;
8 | left: 0;
9 | top: 0;
10 | background: radial-gradient(ellipse farthest-corner at center top, #000d4d 0%, #000105 100%);;
11 | }
--------------------------------------------------------------------------------
/.settings/org.eclipse.wst.common.project.facet.core.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/src/main/resources/config.properties:
--------------------------------------------------------------------------------
1 | validationQuery=SELECT 1
2 |
3 | jdbc_url=jdbc:mysql://127.0.0.1:3306/jspml0t14?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false
4 | jdbc_username=root
5 | jdbc_password=root
6 |
7 | #jdbc_url=jdbc:sqlserver://127.0.0.1:1433;DatabaseName=jspml0t14
8 | #jdbc_username=sa
9 | #jdbc_password=123456
10 |
11 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/preloader.js:
--------------------------------------------------------------------------------
1 | $(window).load(function() { // makes sure the whole site is loaded
2 | $('#status').fadeOut(); // will first fade out the loading animation
3 | $('#preloader').fadeOut(); // will fade out the white DIV that covers the website.
4 | $('body').delay(350).css({
5 | 'overflow': 'visible'
6 | });
7 | })
--------------------------------------------------------------------------------
/src/main/java/com/config/AlipayConfig.java:
--------------------------------------------------------------------------------
1 | package com.config;
2 |
3 | import java.io.FileWriter;
4 | import java.io.IOException;
5 |
6 | /* *
7 | *类名:AlipayConfig
8 | *功能:基础配置类
9 | *详细:设置帐户有关信息及返回路径
10 | *修改日期:2017-04-05
11 | *说明:
12 | *以下代码只是为了方便商户测试而提供的样例代码,商户可以根据自己网站的需要,按照技术文档编写,并非一定要使用该代码。
13 | *该代码仅供学习和研究支付宝接口使用,只是提供一个参考。
14 | */
15 |
16 | public class AlipayConfig {
17 | }
18 |
19 |
--------------------------------------------------------------------------------
/src/main/java/com/service/ConfigService.java:
--------------------------------------------------------------------------------
1 |
2 | package com.service;
3 |
4 | import java.util.Map;
5 |
6 | import com.baomidou.mybatisplus.service.IService;
7 | import com.entity.ConfigEntity;
8 | import com.utils.PageUtils;
9 |
10 |
11 | /**
12 | * 系统用户
13 | */
14 | public interface ConfigService extends IService {
15 | PageUtils queryPage(Map params);
16 | }
17 |
--------------------------------------------------------------------------------
/src/main/java/com/utils/MD5Util.java:
--------------------------------------------------------------------------------
1 | package com.utils;
2 |
3 | import cn.hutool.crypto.digest.DigestUtil;
4 |
5 | public class MD5Util {
6 |
7 | /**
8 | * @param text明文
9 | * @param key密钥
10 | * @return 密文
11 | */
12 | // 带秘钥加密
13 | public static String md5(String text) {
14 | // 加密后的字符串
15 | String md5str = DigestUtil.md5Hex(text);
16 | return md5str;
17 | }
18 |
19 | }
20 |
--------------------------------------------------------------------------------
/src/main/java/com/annotation/LoginUser.java:
--------------------------------------------------------------------------------
1 | package com.annotation;
2 |
3 | import java.lang.annotation.ElementType;
4 | import java.lang.annotation.Retention;
5 | import java.lang.annotation.RetentionPolicy;
6 | import java.lang.annotation.Target;
7 |
8 | /**
9 | * 登录用户信息
10 | */
11 | @Target(ElementType.PARAMETER)
12 | @Retention(RetentionPolicy.RUNTIME)
13 | public @interface LoginUser {
14 |
15 | }
16 |
--------------------------------------------------------------------------------
/src/main/java/com/annotation/APPLoginUser.java:
--------------------------------------------------------------------------------
1 | package com.annotation;
2 |
3 | import java.lang.annotation.ElementType;
4 | import java.lang.annotation.Retention;
5 | import java.lang.annotation.RetentionPolicy;
6 | import java.lang.annotation.Target;
7 |
8 | /**
9 | * 登录用户信息
10 | */
11 | @Target(ElementType.PARAMETER)
12 | @Retention(RetentionPolicy.RUNTIME)
13 | public @interface APPLoginUser {
14 |
15 | }
16 |
--------------------------------------------------------------------------------
/src/main/resources/mapper/UserDao.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
12 |
13 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/js/custom-datatables.js:
--------------------------------------------------------------------------------
1 | (function ($) {
2 | "use strict"; // Start of use strict
3 | /* ====================
4 | Data tables
5 | =======================*/
6 | // Payents datatable
7 | $('#tableId').DataTable({
8 | "order": [],
9 | "columnDefs": [{
10 | "targets": 'no-sort',
11 | "orderable": false,
12 | }]
13 | });
14 |
15 | })(jQuery);
16 |
--------------------------------------------------------------------------------
/src/main/resources/mapper/TokenDao.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
12 |
13 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/help/help.css:
--------------------------------------------------------------------------------
1 | .wrapper{width: 370px;margin: 10px auto;zoom: 1;}
2 | .tabbody{height: 360px;}
3 | .tabbody .panel{width:100%;height: 360px;position: absolute;background: #fff;}
4 | .tabbody .panel h1{font-size:26px;margin: 5px 0 0 5px;}
5 | .tabbody .panel p{font-size:12px;margin: 5px 0 0 5px;}
6 | .tabbody table{width:90%;line-height: 20px;margin: 5px 0 0 5px;;}
7 | .tabbody table thead{font-weight: bold;line-height: 25px;}
--------------------------------------------------------------------------------
/src/main/webapp/resources/charts/css/morris.css:
--------------------------------------------------------------------------------
1 | .morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
2 | .morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}
3 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/css/canvas-bg-1.css:
--------------------------------------------------------------------------------
1 | #canvas {
2 | position: fixed;
3 | top: 0;
4 | left: 0;
5 | width: 100%;
6 | margin: 0;
7 | overflow: hidden;
8 | background: hsla(0, 5%, 5%, 1);
9 | background-repeat: no-repeat;
10 | background-attachment: fixed;
11 | background-image: linear-gradient(to right top, hsla(0, 5%, 15%, 0.5), hsla(0, 5%, 5%, 1));
12 | background-image: -moz-linear-gradient(to right top, hsla(0, 5%, 15%, 0.5), hsla(0, 5%, 5%, 1));
13 | }
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/clock/date.js:
--------------------------------------------------------------------------------
1 | var monthNames = ["January", "February", "March", "April", "May", "June",
2 | "July", "August", "September", "October", "November", "December"
3 | ];
4 | var dayNames = ["Sun, ", "Mon, ", "Tue, ", "Wed, ", "Thu, ", "Fri, ", "Sat, "]
5 |
6 | var newDate = new Date();
7 | newDate.setDate(newDate.getDate() + 1);
8 | $('#Date').html(dayNames[newDate.getDay()] + " " + newDate.getDate() + ' ' + monthNames[newDate.getMonth()] + ' ' + newDate.getFullYear());
9 |
--------------------------------------------------------------------------------
/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4 | org.eclipse.jdt.core.compiler.compliance=1.7
5 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
6 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7 | org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
8 | org.eclipse.jdt.core.compiler.release=disabled
9 | org.eclipse.jdt.core.compiler.source=1.7
10 |
--------------------------------------------------------------------------------
/.idea/compiler.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/highcharts/modules/heatmap.js:
--------------------------------------------------------------------------------
1 | (function(b){var k=b.seriesTypes,l=b.each;k.heatmap=b.extendClass(k.map,{colorKey:"z",useMapGeometry:!1,pointArrayMap:["y","z"],translate:function(){var c=this,b=c.options,i=Number.MAX_VALUE,j=Number.MIN_VALUE;c.generatePoints();l(c.data,function(a){var e=a.x,f=a.y,d=a.z,g=(b.colsize||1)/2,h=(b.rowsize||1)/2;a.path=["M",e-g,f-h,"L",e+g,f-h,"L",e+g,f+h,"L",e-g,f+h,"Z"];a.shapeType="path";a.shapeArgs={d:c.translatePath(a.path)};typeof d==="number"&&(d>j?j=d:d0)e=e.slice(1);while(e.length0?e[e.length-1]:50;var r=n+Math.random()*10-5;if(r<0)r=0;if(r>100)r=100;e.push(r)}var i=[];for(var s=0;s2e3)r=2e3;$(this).val(""+r)}});var i={series:{shadowSize:0},yaxis:{min:0,max:100},xaxis:{min:0,max:100}};var s=$.plot($("#placeholder"),[n()],i);o()})
--------------------------------------------------------------------------------
/src/main/webapp/jsp/static/myInfo.js:
--------------------------------------------------------------------------------
1 | //设置用户个人中心入口
2 | if(window.sessionStorage.getItem('role') != '管理员'){
3 | var accountTableName = window.sessionStorage.getItem('accountTableName');
4 | $('#myinfo').attr('href','#');
5 | $('#myinfo').on('click', function(e) {
6 | e.preventDefault();
7 | http(accountTableName+'/session','GET',{},(res)=>{
8 | if(res.code == 0){
9 | window.sessionStorage.setItem('id',res.data.id);
10 | window.sessionStorage.setItem('onlyme',true);
11 | window.location.href = baseUrl + 'jsp/modules/' + accountTableName + '/user-info.jsp';
12 | }
13 | });
14 | });
15 | }
16 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/js/footable/css/footable-demos.css:
--------------------------------------------------------------------------------
1 |
2 | .demo-container {
3 | margin:10px;
4 | }
5 | code {
6 | background: #ddd;
7 | padding:2px 5px;
8 | }
9 | .status-metro {
10 | border-radius: 3px;
11 | color: #FFFFFF;
12 | display: inline-block;
13 | padding: 2px 5px;
14 | font-size: 11px;
15 | }
16 | .status-metro.status-active {
17 | background: #86C440;
18 | }
19 | .status-metro.status-disabled {
20 | background: #999999;
21 | }
22 | .status-metro.status-suspended {
23 | background: #DF2135;
24 | }
25 | .foo-setup li {
26 | margin-bottom:30px;
27 | }
28 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/css/icons-style.css:
--------------------------------------------------------------------------------
1 | .entypo li, .entypo-tooltip li {
2 | float: left;
3 | height: 10%;
4 | padding: 0.5em;
5 | position: relative;
6 | text-align: center;
7 | -webkit-transition: all 0.5s ease;
8 | -moz-transition: all 0.5s ease;
9 | -o-transition: all 0.5s ease;
10 | -ms-transition: all 0.5s ease;
11 | transition: all 0.5s ease;
12 | width: 10%;
13 | list-style: none;
14 | font-size: 20px;
15 | color: #363E49;
16 | }
17 | .entypo li:hover, .entypo-tooltip li:hover{
18 | color:#000;
19 | cursor: pointer;
20 |
21 | }
22 |
23 |
--------------------------------------------------------------------------------
/src/main/java/com/dao/UserDao.java:
--------------------------------------------------------------------------------
1 |
2 | package com.dao;
3 |
4 | import java.util.List;
5 |
6 | import org.apache.ibatis.annotations.Param;
7 |
8 | import com.baomidou.mybatisplus.mapper.BaseMapper;
9 | import com.baomidou.mybatisplus.mapper.Wrapper;
10 | import com.baomidou.mybatisplus.plugins.pagination.Pagination;
11 | import com.entity.UserEntity;
12 |
13 | /**
14 | * 用户
15 | */
16 | public interface UserDao extends BaseMapper {
17 |
18 | List selectListView(@Param("ew") Wrapper wrapper);
19 |
20 | List selectListView(Pagination page,@Param("ew") Wrapper wrapper);
21 |
22 | }
23 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/css/loader-style.css:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | @import "../js/skin-select/skin-select.css";
5 |
6 | @import "font-awesome.css";
7 | @import "entypo-icon.css";
8 | @import "maki-icons.css";
9 | @import "weather-icons.min.css";
10 | @import "dripicon.css";
11 | @import "open-sans.css";
12 | @import "awwwards.css";
13 |
14 |
15 |
16 |
17 |
18 | @import "../js/pnotify/jquery.pnotify.default.css";
19 | @import "../js/tip/tooltipster.css";
20 |
21 |
22 |
23 |
24 |
25 | @import "../js/pace/themes/pace-theme-center-simple.css";
26 | @import "../js/slidebars/slidebars.css";
27 | @import "../js/gage/jquery.easy-pie-chart.css";
28 |
--------------------------------------------------------------------------------
/.idea/misc.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/src/main/java/com/dao/TokenDao.java:
--------------------------------------------------------------------------------
1 |
2 | package com.dao;
3 |
4 | import java.util.List;
5 |
6 | import org.apache.ibatis.annotations.Param;
7 |
8 | import com.baomidou.mybatisplus.mapper.BaseMapper;
9 | import com.baomidou.mybatisplus.mapper.Wrapper;
10 | import com.baomidou.mybatisplus.plugins.pagination.Pagination;
11 | import com.entity.TokenEntity;
12 |
13 | /**
14 | * token
15 | */
16 | public interface TokenDao extends BaseMapper {
17 |
18 | List selectListView(@Param("ew") Wrapper wrapper);
19 |
20 | List selectListView(Pagination page,@Param("ew") Wrapper wrapper);
21 |
22 | }
23 |
--------------------------------------------------------------------------------
/src/main/java/com/entity/vo/TongzhileixingVO.java:
--------------------------------------------------------------------------------
1 | package com.entity.vo;
2 |
3 | import com.entity.TongzhileixingEntity;
4 |
5 | import com.baomidou.mybatisplus.annotations.TableName;
6 | import com.fasterxml.jackson.annotation.JsonFormat;
7 | import java.util.Date;
8 | import org.springframework.format.annotation.DateTimeFormat;
9 |
10 | import java.io.Serializable;
11 |
12 |
13 | /**
14 | * 通知类型
15 | * 手机端接口返回实体辅助类
16 | * (主要作用去除一些不必要的字段)
17 | * @author
18 | * @email
19 | * @date 2022-01-30 17:38:15
20 | */
21 | public class TongzhileixingVO implements Serializable {
22 | private static final long serialVersionUID = 1L;
23 |
24 |
25 | }
26 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets2/css/open-sans.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Open Sans';
3 | font-style: normal;
4 | font-weight: 300;
5 | src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/open-sans-light.woff) format('woff');
6 | }
7 | @font-face {
8 | font-family: 'Open Sans';
9 | font-style: normal;
10 | font-weight: 400;
11 | src: local('Open Sans'), local('OpenSans'), url(../fonts/open-sans-normal.woff) format('woff');
12 | }
13 | @font-face {
14 | font-family: 'Open Sans';
15 | font-style: normal;
16 | font-weight: 700;
17 | src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/open-sans-bold.woff) format('woff');
18 | }
--------------------------------------------------------------------------------
/.settings/.jsdtscope:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/pages/common/include.jsp:
--------------------------------------------------------------------------------
1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %>
2 | <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/src/main/java/com/service/UserService.java:
--------------------------------------------------------------------------------
1 |
2 | package com.service;
3 |
4 | import java.util.List;
5 | import java.util.Map;
6 |
7 | import org.apache.ibatis.annotations.Param;
8 |
9 | import com.baomidou.mybatisplus.mapper.Wrapper;
10 | import com.baomidou.mybatisplus.service.IService;
11 | import com.entity.UserEntity;
12 | import com.utils.PageUtils;
13 |
14 |
15 | /**
16 | * 系统用户
17 | */
18 | public interface UserService extends IService {
19 | PageUtils queryPage(Map params);
20 |
21 | List selectListView(Wrapper wrapper);
22 |
23 | PageUtils queryPage(Map params,Wrapper wrapper);
24 |
25 | }
26 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/webuploader/webuploader.css:
--------------------------------------------------------------------------------
1 | .webuploader-container {
2 | position: relative;
3 | }
4 | .webuploader-element-invisible {
5 | position: absolute !important;
6 | clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
7 | clip: rect(1px,1px,1px,1px);
8 | }
9 | .webuploader-pick {
10 | position: relative;
11 | display: inline-block;
12 | cursor: pointer;
13 | background: #00b7ee;
14 | padding: 10px 15px;
15 | color: #fff;
16 | text-align: center;
17 | border-radius: 3px;
18 | overflow: hidden;
19 | }
20 | .webuploader-pick-hover {
21 | background: #00a2d4;
22 | }
23 |
24 | .webuploader-pick-disable {
25 | opacity: 0.6;
26 | pointer-events:none;
27 | }
28 |
29 |
--------------------------------------------------------------------------------
/src/main/java/com/config/MyMetaObjectHandler.java:
--------------------------------------------------------------------------------
1 | package com.config;
2 |
3 | import java.util.Date;
4 |
5 | import org.apache.ibatis.reflection.MetaObject;
6 |
7 | import com.baomidou.mybatisplus.mapper.MetaObjectHandler;
8 |
9 | /**
10 | * 自定义填充处理器
11 | */
12 | public class MyMetaObjectHandler extends MetaObjectHandler {
13 |
14 | @Override
15 | public void insertFill(MetaObject metaObject) {
16 | this.setFieldValByName("ctime", new Date(), metaObject);
17 | }
18 |
19 | @Override
20 | public boolean openUpdateFill() {
21 | return false;
22 | }
23 |
24 | @Override
25 | public void updateFill(MetaObject metaObject) {
26 | // 关闭更新填充、这里不执行
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/src/main/java/com/entity/model/TongzhileixingModel.java:
--------------------------------------------------------------------------------
1 | package com.entity.model;
2 |
3 | import com.entity.TongzhileixingEntity;
4 |
5 | import com.baomidou.mybatisplus.annotations.TableName;
6 | import com.fasterxml.jackson.annotation.JsonFormat;
7 | import java.util.Date;
8 | import org.springframework.format.annotation.DateTimeFormat;
9 | import java.io.Serializable;
10 |
11 |
12 | /**
13 | * 通知类型
14 | * 接收传参的实体类
15 | *(实际开发中配合移动端接口开发手动去掉些没用的字段, 后端一般用entity就够用了)
16 | * 取自ModelAndView 的model名称
17 | * @author
18 | * @email
19 | * @date 2022-01-30 17:38:15
20 | */
21 | public class TongzhileixingModel implements Serializable {
22 | private static final long serialVersionUID = 1L;
23 |
24 |
25 | }
26 |
--------------------------------------------------------------------------------
/src/main/java/com/service/CommonService.java:
--------------------------------------------------------------------------------
1 | package com.service;
2 |
3 | import java.util.List;
4 | import java.util.Map;
5 |
6 | public interface CommonService {
7 | List getOption(Map params);
8 |
9 | Map getFollowByOption(Map params);
10 |
11 | void sh(Map params);
12 |
13 | int remindCount(Map params);
14 |
15 | Map selectCal(Map params);
16 |
17 | List