卷 杂盘 的文件夹 PATH 列表
卷序列号为 000000E6 CA93:5784
F:\TEST\源码
│ jspm人事管理系统.docx
│ jspm人事管理系统.pptx
│ jspm人事管理系统lw+ppt(1).rar
│ jsp开发说明.docx
│
└─jspmkw986
│ .classpath
│ .gitignore
│ .project
│ pom.xml
│
├─.settings
│ .jsdtscope
│ org.eclipse.core.resources.prefs
│ org.eclipse.jdt.core.prefs
│ org.eclipse.m2e.core.prefs
│ org.eclipse.wst.common.component
│ org.eclipse.wst.common.project.facet.core.xml
│ org.eclipse.wst.jsdt.ui.superType.container
│ org.eclipse.wst.jsdt.ui.superType.name
│ org.eclipse.wst.validation.prefs
│
├─db
│ jspmkw986.sql
│
├─src
│ └─main
│ ├─java
│ │ └─com
│ │ ├─annotation
│ │ │ APPLoginUser.java
│ │ │ IgnoreAuth.java
│ │ │ LoginUser.java
│ │ │
│ │ ├─config
│ │ │ MyMetaObjectHandler.java
│ │ │
│ │ ├─controller
│ │ │ BumenjingliController.java
│ │ │ BumenleixingController.java
│ │ │ BumenxinxiController.java
│ │ │ CommonController.java
│ │ │ ConfigController.java
│ │ │ FileController.java
│ │ │ GongzichaxunController.java
│ │ │ QiandaoController.java
│ │ │ QingjiashenqingController.java
│ │ │ UserController.java
│ │ │ YuangongController.java
│ │ │ YuangongkaoqinController.java
│ │ │
│ │ ├─dao
│ │ │ BumenjingliDao.java
│ │ │ BumenleixingDao.java
│ │ │ BumenxinxiDao.java
│ │ │ CommonDao.java
│ │ │ ConfigDao.java
│ │ │ GongzichaxunDao.java
│ │ │ QiandaoDao.java
│ │ │ QingjiashenqingDao.java
│ │ │ TokenDao.java
│ │ │ UserDao.java
│ │ │ YuangongDao.java
│ │ │ YuangongkaoqinDao.java
│ │ │
│ │ ├─entity
│ │ │ │ BumenjingliEntity.java
│ │ │ │ BumenleixingEntity.java
│ │ │ │ BumenxinxiEntity.java
│ │ │ │ ConfigEntity.java
│ │ │ │ EIException.java
│ │ │ │ GongzichaxunEntity.java
│ │ │ │ QiandaoEntity.java
│ │ │ │ QingjiashenqingEntity.java
│ │ │ │ TokenEntity.java
│ │ │ │ UserEntity.java
│ │ │ │ YuangongEntity.java
│ │ │ │ YuangongkaoqinEntity.java
│ │ │ │
│ │ │ ├─model
│ │ │ │ BumenjingliModel.java
│ │ │ │ BumenleixingModel.java
│ │ │ │ BumenxinxiModel.java
│ │ │ │ GongzichaxunModel.java
│ │ │ │ QiandaoModel.java
│ │ │ │ QingjiashenqingModel.java
│ │ │ │ YuangongkaoqinModel.java
│ │ │ │ YuangongModel.java
│ │ │ │
│ │ │ ├─view
│ │ │ │ BumenjingliView.java
│ │ │ │ BumenleixingView.java
│ │ │ │ BumenxinxiView.java
│ │ │ │ GongzichaxunView.java
│ │ │ │ QiandaoView.java
│ │ │ │ QingjiashenqingView.java
│ │ │ │ YuangongkaoqinView.java
│ │ │ │ YuangongView.java
│ │ │ │
│ │ │ └─vo
│ │ │ BumenjingliVO.java
│ │ │ BumenleixingVO.java
│ │ │ BumenxinxiVO.java
│ │ │ GongzichaxunVO.java
│ │ │ QiandaoVO.java
│ │ │ QingjiashenqingVO.java
│ │ │ YuangongkaoqinVO.java
│ │ │ YuangongVO.java
│ │ │
│ │ ├─interceptor
│ │ │ AuthorizationInterceptor.java
│ │ │
│ │ ├─model
│ │ │ └─enums
│ │ │ TypeEnum.java
│ │ │
│ │ ├─service
│ │ │ │ BumenjingliService.java
│ │ │ │ BumenleixingService.java
│ │ │ │ BumenxinxiService.java
│ │ │ │ CommonService.java
│ │ │ │ ConfigService.java
│ │ │ │ GongzichaxunService.java
│ │ │ │ QiandaoService.java
│ │ │ │ QingjiashenqingService.java
│ │ │ │ TokenService.java
│ │ │ │ UserService.java
│ │ │ │ YuangongkaoqinService.java
│ │ │ │ YuangongService.java
│ │ │ │
│ │ │ └─impl
│ │ │ BumenjingliServiceImpl.java
│ │ │ BumenleixingServiceImpl.java
│ │ │ BumenxinxiServiceImpl.java
│ │ │ CommonServiceImpl.java
│ │ │ ConfigServiceImpl.java
│ │ │ GongzichaxunServiceImpl.java
│ │ │ QiandaoServiceImpl.java
│ │ │ QingjiashenqingServiceImpl.java
│ │ │ TokenServiceImpl.java
│ │ │ UserServiceImpl.java
│ │ │ YuangongkaoqinServiceImpl.java
│ │ │ YuangongServiceImpl.java
│ │ │
│ │ └─utils
│ │ BaiduUtil.java
│ │ CommonUtil.java
│ │ FileUtil.java
│ │ HttpClientUtils.java
│ │ JQPageInfo.java
│ │ MD5Util.java
│ │ MPUtil.java
│ │ PageUtils.java
│ │ Query.java
│ │ R.java
│ │ SpringContextUtils.java
│ │ SQLFilter.java
│ │ ValidatorUtils.java
│ │
│ ├─resources
│ │ │ config.properties
│ │ │ log4j.properties
│ │ │
│ │ ├─doc
│ │ │ sys_user.sql
│ │ │
│ │ ├─mapper
│ │ │ BumenjingliDao.xml
│ │ │ BumenleixingDao.xml
│ │ │ BumenxinxiDao.xml
│ │ │ CommonDao.xml
│ │ │ ConfigDao.xml
│ │ │ GongzichaxunDao.xml
│ │ │ QiandaoDao.xml
│ │ │ QingjiashenqingDao.xml
│ │ │ TokenDao.xml
│ │ │ UserDao.xml
│ │ │ YuangongDao.xml
│ │ │ YuangongkaoqinDao.xml
│ │ │
│ │ ├─mybatis
│ │ │ mybatis-config.xml
│ │ │
│ │ └─spring
│ │ spring-mvc.xml
│ │ spring-mybatis.xml
│ │ spring.xml
│ │
│ └─webapp
│ │ index.jsp
│ │ index.jsp.bak
│ │ muban.jpg.bak
│ │ muban2.jpg
│ │
│ ├─jsp
│ │ │ login.jsp
│ │ │ pay.jsp
│ │ │
│ │ ├─modules
│ │ │ ├─bumenjingli
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │ register.jsp
│ │ │ │
│ │ │ ├─bumenleixing
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │
│ │ │ ├─bumenxinxi
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │
│ │ │ ├─center
│ │ │ │ info.jsp
│ │ │ │ updatePassword.jsp
│ │ │ │
│ │ │ ├─config
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │
│ │ │ ├─gongzichaxun
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │
│ │ │ ├─qiandao
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │
│ │ │ ├─qingjiashenqing
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │
│ │ │ ├─users
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │
│ │ │ ├─yuangong
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │ register.jsp
│ │ │ │
│ │ │ └─yuangongkaoqin
│ │ │ add-or-update.jsp
│ │ │ graph.jsp
│ │ │ info.jsp
│ │ │ list.jsp
│ │ │
│ │ ├─static
│ │ │ crossBtnControl.js
│ │ │ foot.jsp
│ │ │ getRoleButtons.js
│ │ │ head.jsp
│ │ │ logout.jsp
│ │ │ myInfo.js
│ │ │ setMenu.js
│ │ │ toLogin.jsp
│ │ │ topNav.jsp
│ │ │ topNav.jsp.bak
│ │ │
│ │ └─utils
│ │ baseUrl.jsp
│ │ menu.jsp
│ │
│ ├─resources
│ │ ├─assets2
│ │ │ ├─css
│ │ │ │ │ awwwards.css
│ │ │ │ │ bootstrap.css
│ │ │ │ │ dripicon.css
│ │ │ │ │ entypo-icon.css
│ │ │ │ │ extra-pages.css
│ │ │ │ │ font-awesome.css
│ │ │ │ │ icons-style.css
│ │ │ │ │ loader-style.css
│ │ │ │ │ mail.css
│ │ │ │ │ maki-icons.css
│ │ │ │ │ media.css
│ │ │ │ │ open-sans.css
│ │ │ │ │ profile.css
│ │ │ │ │ signin.css
│ │ │ │ │ social.css
│ │ │ │ │ style.css
│ │ │ │ │ weather-icons.min.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
│ │ │ │
│ │ │ ├─font
│ │ │ │ BebasNeue-webfont.eot
│ │ │ │ BebasNeue-webfont.svg
│ │ │ │ BebasNeue-webfont.ttf
│ │ │ │ BebasNeue-webfont.woff
│ │ │ │ dripicons.eot
│ │ │ │ dripicons.svg
│ │ │ │ dripicons.ttf
│ │ │ │ dripicons.woff
│ │ │ │ entypo.eot
│ │ │ │ entypo.ttf
│ │ │ │ entypo.woff
│ │ │ │ maki.eot
│ │ │ │ maki.ttf
│ │ │ │ maki.woff
│ │ │ │ weathericons-regular-webfont.eot
│ │ │ │ weathericons-regular-webfont.svg
│ │ │ │ weathericons-regular-webfont.ttf
│ │ │ │ weathericons-regular-webfont.woff
│ │ │ │
│ │ │ ├─fonts
│ │ │ │ fontawesome-webfont.eot
│ │ │ │ fontawesome-webfont.svg
│ │ │ │ fontawesome-webfont.ttf
│ │ │ │ fontawesome-webfont.woff
│ │ │ │ glyphicons-halflings-regular (1).eot
│ │ │ │ glyphicons-halflings-regular.eot
│ │ │ │ glyphicons-halflings-regular.svg
│ │ │ │ glyphicons-halflings-regular.ttf
│ │ │ │ glyphicons-halflings-regular.woff
│ │ │ │ open-sans-light.woff
│ │ │ │
│ │ │ ├─ico
│ │ │ │ minus.png
│ │ │ │
│ │ │ ├─img
│ │ │ │ │ bg.jpg
│ │ │ │ │ bg10.jpg
│ │ │ │ │ bg11.jpg
│ │ │ │ │ bg12.jpg
│ │ │ │ │ bg13.jpg
│ │ │ │ │ bg2.jpg
│ │ │ │ │ bg3.jpg
│ │ │ │ │ bg3.png
│ │ │ │ │ bg4.jpg
│ │ │ │ │ bg5.jpg
│ │ │ │ │ bg8.jpg
│ │ │ │ │ bg9.jpg
│ │ │ │ │ giftly.png
│ │ │ │ │ insta-pic.jpg
│ │ │ │ │ insta-pic2.jpg
│ │ │ │ │ minus.png
│ │ │ │ │ people-q-c-350-250-5.jpg
│ │ │ │ │ people-q-c-350-250-7.jpg
│ │ │ │ │ people-q-c-350-250-8.jpg
│ │ │ │ │ plus.png
│ │ │ │ │ search-dark.png
│ │ │ │ │ search-white.png
│ │ │ │ │ small-bg.jpg
│ │ │ │ │ small-bg10.jpg
│ │ │ │ │ small-bg11.jpg
│ │ │ │ │ small-bg12.jpg
│ │ │ │ │ small-bg13.jpg
│ │ │ │ │ small-bg2.jpg
│ │ │ │ │ small-bg5.jpg
│ │ │ │ │ small-bg8.jpg
│ │ │ │ │ small-bg9.jpg
│ │ │ │ │
│ │ │ │ └─credit
│ │ │ │ american-express.png
│ │ │ │ mastercard.png
│ │ │ │ paypal2.png
│ │ │ │ visa.png
│ │ │ │
│ │ │ └─js
│ │ │ │ app.js
│ │ │ │ bootstrap.js
│ │ │ │ jhere-custom.js
│ │ │ │ jquery.js
│ │ │ │ jquery.min.js
│ │ │ │ load.js
│ │ │ │ main.js
│ │ │ │ preloader.js
│ │ │ │ toggle_close.js
│ │ │ │
│ │ │ ├─button
│ │ │ │ │ progressbutton.jquery.js
│ │ │ │ │
│ │ │ │ └─ladda
│ │ │ │ ladda.min.css
│ │ │ │ ladda.min.js
│ │ │ │ spin.min.js
│ │ │ │
│ │ │ ├─calendar
│ │ │ │ │ app.js
│ │ │ │ │ calendar.js
│ │ │ │ │
│ │ │ │ ├─css
│ │ │ │ │ calendar.css
│ │ │ │ │
│ │ │ │ ├─img
│ │ │ │ │ tick.png
│ │ │ │ │
│ │ │ │ ├─jstimezonedetect
│ │ │ │ │ jstz.min.js
│ │ │ │ │
│ │ │ │ ├─language
│ │ │ │ │ de-DE.js
│ │ │ │ │ el-GR.js
│ │ │ │ │ es-ES.js
│ │ │ │ │ es-MX.js
│ │ │ │ │ fr-FR.js
│ │ │ │ │ it-IT.js
│ │ │ │ │ pl-PL.js
│ │ │ │ │ pt-BR.js
│ │ │ │ │ ru-RU.js
│ │ │ │ │ sv-SE.js
│ │ │ │ │
│ │ │ │ └─underscore
│ │ │ │ underscore-min.js
│ │ │ │
│ │ │ ├─chart
│ │ │ │ barChart.js
│ │ │ │ chart-float-stacking.js
│ │ │ │ chart.js
│ │ │ │ jquery.flot.js
│ │ │ │ jquery.flot.resize.js
│ │ │ │ jquery.flot2.js
│ │ │ │ jquery.sparkline.js
│ │ │ │ lineChart.js
│ │ │ │ polarChart.js
│ │ │ │ radarChart.js
│ │ │ │ realTime.js
│ │ │ │
│ │ │ ├─clock
│ │ │ │ date.js
│ │ │ │ jquery.clock.js
│ │ │ │
│ │ │ ├─colorPicker
│ │ │ │ │ bootstrap-colorpicker.css
│ │ │ │ │ bootstrap-colorpicker.min.js
│ │ │ │ │
│ │ │ │ └─img
│ │ │ │ └─bootstrap-colorpicker
│ │ │ │ alpha.png
│ │ │ │ hue.png
│ │ │ │ saturation.png
│ │ │ │
│ │ │ ├─countdown
│ │ │ │ jquery.countdown.js
│ │ │ │
│ │ │ ├─custom
│ │ │ │ scriptbreaker-multiple-accordion-1.js
│ │ │ │
│ │ │ ├─dataTable
│ │ │ │ ├─css
│ │ │ │ │ datatables.responsive.css
│ │ │ │ │
│ │ │ │ ├─img
│ │ │ │ │ minus.png
│ │ │ │ │ plus.png
│ │ │ │ │
│ │ │ │ └─lib
│ │ │ │ └─jquery.dataTables
│ │ │ │ ├─css
│ │ │ │ │ DT_bootstrap.css
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ sort_asc.png
│ │ │ │ sort_asc_disabled.png
│ │ │ │ sort_both.png
│ │ │ │ sort_desc.png
│ │ │ │ sort_desc_disabled.png
│ │ │ │
│ │ │ ├─datepicker
│ │ │ │ bootstrap-datepicker.js
│ │ │ │ bootstrap-datetimepicker.js
│ │ │ │ clockface.css
│ │ │ │ clockface.js
│ │ │ │ datepicker.css
│ │ │ │
│ │ │ ├─dropZone
│ │ │ │ ├─downloads
│ │ │ │ │ ├─css
│ │ │ │ │ │ dropzone.css
│ │ │ │ │ │
│ │ │ │ │ └─images
│ │ │ │ │ spritemap.png
│ │ │ │ │ spritemap@2x.png
│ │ │ │ │
│ │ │ │ └─lib
│ │ │ │ dropzone.js
│ │ │ │
│ │ │ ├─flatvideo
│ │ │ │ jquery.fitvids.js
│ │ │ │
│ │ │ ├─footable
│ │ │ │ ├─css
│ │ │ │ │ │ footable-demos.css
│ │ │ │ │ │ footable.core.css
│ │ │ │ │ │ footable.standalone.css
│ │ │ │ │ │
│ │ │ │ │ └─fonts
│ │ │ │ │ footable (1).eot
│ │ │ │ │ footable.eot
│ │ │ │ │ footable.svg
│ │ │ │ │ footable.ttf
│ │ │ │ │ footable.woff
│ │ │ │ │
│ │ │ │ └─js
│ │ │ │ footable.filter.js
│ │ │ │ footable.js
│ │ │ │ footable.paginate.js
│ │ │ │ footable.sort.js
│ │ │ │
│ │ │ ├─gage
│ │ │ │ jquery.easy-pie-chart.css
│ │ │ │ jquery.easypiechart.min.js
│ │ │ │ justgage.js
│ │ │ │ raphael.2.1.0.min.js
│ │ │ │
│ │ │ ├─iCheck
│ │ │ │ │ jquery.icheck.js
│ │ │ │ │
│ │ │ │ ├─flat
│ │ │ │ │ aero.png
│ │ │ │ │ aero@2x.png
│ │ │ │ │ all.css
│ │ │ │ │ blue.png
│ │ │ │ │ blue@2x.png
│ │ │ │ │ flat.png
│ │ │ │ │ flat@2x.png
│ │ │ │ │ green.png
│ │ │ │ │ green@2x.png
│ │ │ │ │ grey.png
│ │ │ │ │ grey@2x.png
│ │ │ │ │ orange.png
│ │ │ │ │ orange@2x.png
│ │ │ │ │ pink.png
│ │ │ │ │ pink@2x.png
│ │ │ │ │ purple.png
│ │ │ │ │ purple@2x.png
│ │ │ │ │ red.png
│ │ │ │ │ red@2x.png
│ │ │ │ │ yellow.png
│ │ │ │ │ yellow@2x.png
│ │ │ │ │
│ │ │ │ └─line
│ │ │ │ all.css
│ │ │ │ line.png
│ │ │ │ line@2x.png
│ │ │ │
│ │ │ ├─idealform
│ │ │ │ │ jquery.idealforms.js
│ │ │ │ │
│ │ │ │ ├─css
│ │ │ │ │ jquery.idealforms.css
│ │ │ │ │
│ │ │ │ └─img
│ │ │ │ datepicker.png
│ │ │ │ loading.gif
│ │ │ │ radiocheck.png
│ │ │ │ validation.png
│ │ │ │
│ │ │ ├─inputMask
│ │ │ │ jquery.maskedinput.js
│ │ │ │
│ │ │ ├─map
│ │ │ │ gmap3.js
│ │ │ │
│ │ │ ├─nano
│ │ │ │ jquery.nanoscroller.js
│ │ │ │
│ │ │ ├─newsticker
│ │ │ │ jquery.newsTicker.js
│ │ │ │
│ │ │ ├─pace
│ │ │ │ │ pace.js
│ │ │ │ │
│ │ │ │ └─themes
│ │ │ │ pace-theme-center-simple.css
│ │ │ │
│ │ │ ├─pnotify
│ │ │ │ jquery.pnotify.default.css
│ │ │ │ jquery.pnotify.min.js
│ │ │ │
│ │ │ ├─progress-bar
│ │ │ │ │ number-pb.css
│ │ │ │ │ number-pb.js
│ │ │ │ │ progress-app.js
│ │ │ │ │
│ │ │ │ └─src
│ │ │ │ jquery.velocity.min.js
│ │ │ │
│ │ │ ├─search
│ │ │ │ jquery.quicksearch.js
│ │ │ │
│ │ │ ├─skin-select
│ │ │ │ jquery.cookie.js
│ │ │ │ skin-select.css
│ │ │ │ skin-select.js
│ │ │ │
│ │ │ ├─slidebars
│ │ │ │ slidebars.css
│ │ │ │ slidebars.min.js
│ │ │ │
│ │ │ ├─speed
│ │ │ │ canvasgauge-coustom.js
│ │ │ │
│ │ │ ├─stackable
│ │ │ │ responsive-table.css
│ │ │ │ stacktable.css
│ │ │ │ stacktable.js
│ │ │ │
│ │ │ ├─switch
│ │ │ │ bootstrap-switch.css
│ │ │ │ bootstrap-switch.js
│ │ │ │
│ │ │ ├─tabs
│ │ │ │ acc-wizard.min.css
│ │ │ │
│ │ │ ├─tag
│ │ │ │ jquery.tagsinput.css
│ │ │ │ jquery.tagsinput.js
│ │ │ │
│ │ │ ├─textEditor
│ │ │ │ │ editor.css
│ │ │ │ │
│ │ │ │ ├─dist
│ │ │ │ │ wysihtml5-0.4.0pre.js
│ │ │ │ │
│ │ │ │ ├─lib
│ │ │ │ │ └─js
│ │ │ │ │ wysihtml5-0.3.0.js
│ │ │ │ │
│ │ │ │ ├─parser_rules
│ │ │ │ │ advanced.js
│ │ │ │ │
│ │ │ │ ├─sceditor
│ │ │ │ │ └─minified
│ │ │ │ │ │ jquery.sceditor.bbcode.min.js
│ │ │ │ │ │
│ │ │ │ │ └─themes
│ │ │ │ │ famfamfam.png
│ │ │ │ │ square.min.css
│ │ │ │ │
│ │ │ │ └─src
│ │ │ │ bootstrap-wysihtml5.css
│ │ │ │ bootstrap3-wysihtml5.js
│ │ │ │
│ │ │ ├─timepicker
│ │ │ │ bootstrap-timepicker.css
│ │ │ │ bootstrap-timepicker.js
│ │ │ │
│ │ │ ├─tip
│ │ │ │ jquery.tooltipster.js
│ │ │ │ tooltipster.css
│ │ │ │
│ │ │ ├─tree
│ │ │ │ │ jquery.treeview.css
│ │ │ │ │ jquery.treeview.js
│ │ │ │ │
│ │ │ │ ├─images
│ │ │ │ │ ajax-loader.gif
│ │ │ │ │ file.gif
│ │ │ │ │ folder-closed.gif
│ │ │ │ │ folder.gif
│ │ │ │ │ treeview-black-line.gif
│ │ │ │ │ treeview-black.gif
│ │ │ │ │ treeview-default-line.gif
│ │ │ │ │ treeview-default.gif
│ │ │ │ │ treeview-famfamfam-line.gif
│ │ │ │ │ treeview-famfamfam.gif
│ │ │ │ │ treeview-gray-line.gif
│ │ │ │ │ treeview-gray.gif
│ │ │ │ │ treeview-red-line.gif
│ │ │ │ │ treeview-red.gif
│ │ │ │ │
│ │ │ │ ├─lib
│ │ │ │ │ jquery.cookie.js
│ │ │ │ │
│ │ │ │ ├─tabelizer
│ │ │ │ │ jquery-ui-1.10.4.custom.min.js
│ │ │ │ │ jquery.tabelizer.js
│ │ │ │ │ tabelizer.min.css
│ │ │ │ │
│ │ │ │ └─treetable
│ │ │ │ ├─javascripts
│ │ │ │ │ └─src
│ │ │ │ │ jquery.treetable.js
│ │ │ │ │
│ │ │ │ ├─stylesheets
│ │ │ │ │ jquery.treetable.css
│ │ │ │ │ jquery.treetable.theme.default.css
│ │ │ │ │
│ │ │ │ └─vendor
│ │ │ │ jquery-ui.js
│ │ │ │
│ │ │ ├─upload
│ │ │ │ ├─demos
│ │ │ │ │ ├─css
│ │ │ │ │ │ │ demo.css
│ │ │ │ │ │ │ uploader.css
│ │ │ │ │ │ │
│ │ │ │ │ │ └─images
│ │ │ │ │ │ dark-bg.png
│ │ │ │ │ │
│ │ │ │ │ └─js
│ │ │ │ │ demo.min.js
│ │ │ │ │
│ │ │ │ └─src
│ │ │ │ dmuploader.min.js
│ │ │ │
│ │ │ ├─validate
│ │ │ │ │ jquery.validate.min.js
│ │ │ │ │ validate.css
│ │ │ │ │
│ │ │ │ └─img
│ │ │ │ valid.png
│ │ │ │
│ │ │ └─wizard
│ │ │ │ jquery.stepy.css
│ │ │ │ jquery.stepy.js
│ │ │ │
│ │ │ ├─build
│ │ │ │ jquery.steps.js
│ │ │ │
│ │ │ ├─css
│ │ │ │ jquery.steps.css
│ │ │ │
│ │ │ └─lib
│ │ │ jquery.cookie-1.3.1.js
│ │ │ modernizr-2.6.2.min.js
│ │ │
│ │ ├─charts
│ │ │ ├─css
│ │ │ │ morris.css
│ │ │ │
│ │ │ └─js
│ │ │ jquery.flot.min.js
│ │ │ jquery.flot.time.min.js
│ │ │ morris.min.js
│ │ │ raphael-min.js
│ │ │
│ │ ├─css
│ │ │ animate.css
│ │ │ blue.css
│ │ │ bootstrap.min.css
│ │ │ font-awesome.min.css
│ │ │ green.css
│ │ │ jquery-jvectormap.css
│ │ │ red.css
│ │ │ responsive.css
│ │ │ styles.css
│ │ │ styles.css.bak
│ │ │ themify-icons.css
│ │ │ violet.css
│ │ │ yellow.css
│ │ │
│ │ ├─datatable
│ │ │ dataTables.bootstrap4.min.css
│ │ │ dataTables.bootstrap4.min.js
│ │ │ jquery.dataTables.min.js
│ │ │
│ │ ├─fonts
│ │ │ fontawesome-webfont.eot
│ │ │ fontawesome-webfont.svg
│ │ │ fontawesome-webfont.ttf
│ │ │ fontawesome-webfont.woff
│ │ │ fontawesome-webfont.woff2
│ │ │ themify.eot
│ │ │ themify.svg
│ │ │ themify.ttf
│ │ │ themify.woff
│ │ │
│ │ ├─images
│ │ │ │ card-1.jpeg
│ │ │ │ card-1.jpeg.jpg
│ │ │ │ card-2.jpeg
│ │ │ │ card-2.jpeg.jpg
│ │ │ │ doctor.jpeg.jpg
│ │ │ │ fav.png
│ │ │ │ logo-dark.png
│ │ │ │ slide1.jpg
│ │ │ │ slide2.jpg
│ │ │ │ slide3.jpg
│ │ │ │ user1.png
│ │ │ │ user2.png
│ │ │ │ user3.png
│ │ │ │
│ │ │ └─bank
│ │ │ 中国农业银行.png
│ │ │ 中国建设银行.png
│ │ │ 中国邮政储蓄银行.png
│ │ │ 中国银行.png
│ │ │ 交通银行.png
│ │ │ 微信支付.png
│ │ │ 招商银行.png
│ │ │ 支付宝支付.png
│ │ │ 支付平台-银联.png
│ │ │
│ │ ├─js
│ │ │ │ bootstrap.AMapPositionPicker.js
│ │ │ │ bootstrap.min.js
│ │ │ │ custom-datatables.js
│ │ │ │ custom-flot.js
│ │ │ │ custom-gmap.js
│ │ │ │ custom-morris.js
│ │ │ │ custom-vector.js
│ │ │ │ custom.js
│ │ │ │ echarts.min.js
│ │ │ │ FileSaver.js
│ │ │ │ jquery-3.2.1.min.js
│ │ │ │ jquery-jvectormap-world-mill.js
│ │ │ │ jquery-jvectormap.min.js
│ │ │ │ jquery.fileupload.js
│ │ │ │ jquery.form.js
│ │ │ │ jquery.min.js
│ │ │ │ jquery.ui.widget.js
│ │ │ │ jquery.vmap.india.js
│ │ │ │ jquery.vmap.usa.js
│ │ │ │ jszip.min.js
│ │ │ │ macarons.js
│ │ │ │ modernizr.min.js
│ │ │ │ popper.min.js
│ │ │ │ vue.min.js
│ │ │ │
│ │ │ ├─datetimepicker
│ │ │ │ bootstrap-datetimepicker.min.css
│ │ │ │ bootstrap-datetimepicker.min.js
│ │ │ │
│ │ │ ├─excel
│ │ │ │ excel-gen.js
│ │ │ │
│ │ │ └─validate
│ │ │ card.js
│ │ │ jquery.validate.min.js
│ │ │ messages_zh.js
│ │ │
│ │ ├─My97DatePicker
│ │ │ │ calendar.js
│ │ │ │ WdatePicker.js
│ │ │ │
│ │ │ ├─lang
│ │ │ │ en.js
│ │ │ │ zh-cn.js
│ │ │ │ zh-tw.js
│ │ │ │
│ │ │ ├─skin
│ │ │ │ │ datePicker.gif
│ │ │ │ │ WdatePicker.css
│ │ │ │ │
│ │ │ │ ├─default
│ │ │ │ │ datepicker.css
│ │ │ │ │ img.gif
│ │ │ │ │
│ │ │ │ └─whyGreen
│ │ │ │ bg.jpg
│ │ │ │ datepicker.css
│ │ │ │ img.gif
│ │ │ │
│ │ │ └─开发包
│ │ │ │ readme.txt
│ │ │ │
│ │ │ ├─lang
│ │ │ │ en.js
│ │ │ │ zh-cn.js
│ │ │ │ zh-tw.js
│ │ │ │
│ │ │ └─skin
│ │ │ │ datePicker.gif
│ │ │ │ WdatePicker.css
│ │ │ │
│ │ │ ├─default
│ │ │ │ datepicker.css
│ │ │ │ img.gif
│ │ │ │
│ │ │ └─whyGreen
│ │ │ bg.jpg
│ │ │ datepicker.css
│ │ │ img.gif
│ │ │
│ │ └─ueditor
│ │ │ ueditor.all.js
│ │ │ ueditor.all.min.js
│ │ │ ueditor.config.js
│ │ │ ueditor.parse.js
│ │ │ ueditor.parse.min.js
│ │ │
│ │ ├─dialogs
│ │ │ │ internal.js
│ │ │ │
│ │ │ ├─anchor
│ │ │ │ anchor.html
│ │ │ │
│ │ │ ├─attachment
│ │ │ │ │ attachment.css
│ │ │ │ │ attachment.html
│ │ │ │ │ attachment.js
│ │ │ │ │
│ │ │ │ ├─fileTypeImages
│ │ │ │ │ icon_chm.gif
│ │ │ │ │ icon_default.png
│ │ │ │ │ icon_doc.gif
│ │ │ │ │ icon_exe.gif
│ │ │ │ │ icon_jpg.gif
│ │ │ │ │ icon_mp3.gif
│ │ │ │ │ icon_mv.gif
│ │ │ │ │ icon_pdf.gif
│ │ │ │ │ icon_ppt.gif
│ │ │ │ │ icon_psd.gif
│ │ │ │ │ icon_rar.gif
│ │ │ │ │ icon_txt.gif
│ │ │ │ │ icon_xls.gif
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ alignicon.gif
│ │ │ │ alignicon.png
│ │ │ │ bg.png
│ │ │ │ file-icons.gif
│ │ │ │ file-icons.png
│ │ │ │ icons.gif
│ │ │ │ icons.png
│ │ │ │ image.png
│ │ │ │ progress.png
│ │ │ │ success.gif
│ │ │ │ success.png
│ │ │ │
│ │ │ ├─background
│ │ │ │ │ background.css
│ │ │ │ │ background.html
│ │ │ │ │ background.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ bg.png
│ │ │ │ success.png
│ │ │ │
│ │ │ ├─charts
│ │ │ │ │ chart.config.js
│ │ │ │ │ charts.css
│ │ │ │ │ charts.html
│ │ │ │ │ charts.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ charts0.png
│ │ │ │ charts1.png
│ │ │ │ charts2.png
│ │ │ │ charts3.png
│ │ │ │ charts4.png
│ │ │ │ charts5.png
│ │ │ │
│ │ │ ├─emotion
│ │ │ │ │ emotion.css
│ │ │ │ │ emotion.html
│ │ │ │ │ emotion.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ 0.gif
│ │ │ │ bface.gif
│ │ │ │ cface.gif
│ │ │ │ fface.gif
│ │ │ │ jxface2.gif
│ │ │ │ neweditor-tab-bg.png
│ │ │ │ tface.gif
│ │ │ │ wface.gif
│ │ │ │ yface.gif
│ │ │ │
│ │ │ ├─gmap
│ │ │ │ gmap.html
│ │ │ │
│ │ │ ├─help
│ │ │ │ help.css
│ │ │ │ help.html
│ │ │ │ help.js
│ │ │ │
│ │ │ ├─image
│ │ │ │ │ image.css
│ │ │ │ │ image.html
│ │ │ │ │ image.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ alignicon.jpg
│ │ │ │ bg.png
│ │ │ │ icons.gif
│ │ │ │ icons.png
│ │ │ │ image.png
│ │ │ │ progress.png
│ │ │ │ success.gif
│ │ │ │ success.png
│ │ │ │
│ │ │ ├─insertframe
│ │ │ │ insertframe.html
│ │ │ │
│ │ │ ├─link
│ │ │ │ link.html
│ │ │ │
│ │ │ ├─map
│ │ │ │ map.html
│ │ │ │ show.html
│ │ │ │
│ │ │ ├─music
│ │ │ │ music.css
│ │ │ │ music.html
│ │ │ │ music.js
│ │ │ │
│ │ │ ├─preview
│ │ │ │ preview.html
│ │ │ │
│ │ │ ├─scrawl
│ │ │ │ │ scrawl.css
│ │ │ │ │ scrawl.html
│ │ │ │ │ scrawl.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ addimg.png
│ │ │ │ brush.png
│ │ │ │ delimg.png
│ │ │ │ delimgH.png
│ │ │ │ empty.png
│ │ │ │ emptyH.png
│ │ │ │ eraser.png
│ │ │ │ redo.png
│ │ │ │ redoH.png
│ │ │ │ scale.png
│ │ │ │ scaleH.png
│ │ │ │ size.png
│ │ │ │ undo.png
│ │ │ │ undoH.png
│ │ │ │
│ │ │ ├─searchreplace
│ │ │ │ searchreplace.html
│ │ │ │ searchreplace.js
│ │ │ │
│ │ │ ├─snapscreen
│ │ │ │ snapscreen.html
│ │ │ │
│ │ │ ├─spechars
│ │ │ │ spechars.html
│ │ │ │ spechars.js
│ │ │ │
│ │ │ ├─table
│ │ │ │ dragicon.png
│ │ │ │ edittable.css
│ │ │ │ edittable.html
│ │ │ │ edittable.js
│ │ │ │ edittd.html
│ │ │ │ edittip.html
│ │ │ │
│ │ │ ├─template
│ │ │ │ │ config.js
│ │ │ │ │ template.css
│ │ │ │ │ template.html
│ │ │ │ │ template.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ bg.gif
│ │ │ │ pre0.png
│ │ │ │ pre1.png
│ │ │ │ pre2.png
│ │ │ │ pre3.png
│ │ │ │ pre4.png
│ │ │ │
│ │ │ ├─video
│ │ │ │ │ video.css
│ │ │ │ │ video.html
│ │ │ │ │ video.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ bg.png
│ │ │ │ center_focus.jpg
│ │ │ │ file-icons.gif
│ │ │ │ file-icons.png
│ │ │ │ icons.gif
│ │ │ │ icons.png
│ │ │ │ image.png
│ │ │ │ left_focus.jpg
│ │ │ │ none_focus.jpg
│ │ │ │ progress.png
│ │ │ │ right_focus.jpg
│ │ │ │ success.gif
│ │ │ │ success.png
│ │ │ │
│ │ │ ├─webapp
│ │ │ │ webapp.html
│ │ │ │
│ │ │ └─wordimage
│ │ │ fClipboard_ueditor.swf
│ │ │ imageUploader.swf
│ │ │ tangram.js
│ │ │ wordimage.html
│ │ │ wordimage.js
│ │ │
│ │ ├─lang
│ │ │ ├─en
│ │ │ │ │ en.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ addimage.png
│ │ │ │ alldeletebtnhoverskin.png
│ │ │ │ alldeletebtnupskin.png
│ │ │ │ background.png
│ │ │ │ button.png
│ │ │ │ copy.png
│ │ │ │ deletedisable.png
│ │ │ │ deleteenable.png
│ │ │ │ listbackground.png
│ │ │ │ localimage.png
│ │ │ │ music.png
│ │ │ │ rotateleftdisable.png
│ │ │ │ rotateleftenable.png
│ │ │ │ rotaterightdisable.png
│ │ │ │ rotaterightenable.png
│ │ │ │ upload.png
│ │ │ │
│ │ │ └─zh-cn
│ │ │ │ zh-cn.js
│ │ │ │
│ │ │ └─images
│ │ │ copy.png
│ │ │ localimage.png
│ │ │ music.png
│ │ │ upload.png
│ │ │
│ │ ├─themes
│ │ │ │ iframe.css
│ │ │ │
│ │ │ └─default
│ │ │ │ dialogbase.css
│ │ │ │
│ │ │ ├─css
│ │ │ │ ueditor.css
│ │ │ │ ueditor.min.css
│ │ │ │
│ │ │ └─images
│ │ │ anchor.gif
│ │ │ arrow.png
│ │ │ arrow_down.png
│ │ │ arrow_up.png
│ │ │ button-bg.gif
│ │ │ cancelbutton.gif
│ │ │ charts.png
│ │ │ cursor_h.gif
│ │ │ cursor_h.png
│ │ │ cursor_v.gif
│ │ │ cursor_v.png
│ │ │ dialog-title-bg.png
│ │ │ filescan.png
│ │ │ highlighted.gif
│ │ │ icons-all.gif
│ │ │ icons.gif
│ │ │ icons.png
│ │ │ loaderror.png
│ │ │ loading.gif
│ │ │ lock.gif
│ │ │ neweditor-tab-bg.png
│ │ │ pagebreak.gif
│ │ │ scale.png
│ │ │ sortable.png
│ │ │ spacer.gif
│ │ │ sparator_v.png
│ │ │ table-cell-align.png
│ │ │ tangram-colorpicker.png
│ │ │ toolbar_bg.png
│ │ │ unhighlighted.gif
│ │ │ upload.png
│ │ │ videologo.gif
│ │ │ word.gif
│ │ │ wordpaste.png
│ │ │
│ │ └─third-party
│ │ │ jquery-1.10.2.js
│ │ │ jquery-1.10.2.min.js
│ │ │ jquery-1.10.2.min.map
│ │ │ xss.min.js
│ │ │
│ │ ├─codemirror
│ │ │ codemirror.css
│ │ │ codemirror.js
│ │ │
│ │ ├─highcharts
│ │ │ │ highcharts-more.js
│ │ │ │ highcharts-more.src.js
│ │ │ │ highcharts.js
│ │ │ │ highcharts.src.js
│ │ │ │
│ │ │ ├─adapters
│ │ │ │ mootools-adapter.js
│ │ │ │ mootools-adapter.src.js
│ │ │ │ prototype-adapter.js
│ │ │ │ prototype-adapter.src.js
│ │ │ │ standalone-framework.js
│ │ │ │ standalone-framework.src.js
│ │ │ │
│ │ │ ├─modules
│ │ │ │ annotations.js
│ │ │ │ annotations.src.js
│ │ │ │ canvas-tools.js
│ │ │ │ canvas-tools.src.js
│ │ │ │ data.js
│ │ │ │ data.src.js
│ │ │ │ drilldown.js
│ │ │ │ drilldown.src.js
│ │ │ │ exporting.js
│ │ │ │ exporting.src.js
│ │ │ │ funnel.js
│ │ │ │ funnel.src.js
│ │ │ │ heatmap.js
│ │ │ │ heatmap.src.js
│ │ │ │ map.js
│ │ │ │ map.src.js
│ │ │ │ no-data-to-display.js
│ │ │ │ no-data-to-display.src.js
│ │ │ │
│ │ │ └─themes
│ │ │ dark-blue.js
│ │ │ dark-green.js
│ │ │ gray.js
│ │ │ grid.js
│ │ │ skies.js
│ │ │
│ │ ├─snapscreen
│ │ │ UEditorSnapscreen.exe
│ │ │
│ │ ├─SyntaxHighlighter
│ │ │ shCore.js
│ │ │ shCoreDefault.css
│ │ │
│ │ ├─video-js
│ │ │ │ video-js.css
│ │ │ │ video-js.min.css
│ │ │ │ video-js.swf
│ │ │ │ video.dev.js
│ │ │ │ video.js
│ │ │ │
│ │ │ └─font
│ │ │ vjs.eot
│ │ │ vjs.svg
│ │ │ vjs.ttf
│ │ │ vjs.woff
│ │ │
│ │ ├─webuploader
│ │ │ Uploader.swf
│ │ │ webuploader.css
│ │ │ webuploader.custom.js
│ │ │ webuploader.custom.min.js
│ │ │ webuploader.flashonly.js
│ │ │ webuploader.flashonly.min.js
│ │ │ webuploader.html5only.js
│ │ │ webuploader.html5only.min.js
│ │ │ webuploader.js
│ │ │ webuploader.min.js
│ │ │ webuploader.withoutimage.js
│ │ │ webuploader.withoutimage.min.js
│ │ │
│ │ └─zeroclipboard
│ │ ZeroClipboard.js
│ │ ZeroClipboard.min.js
│ │ ZeroClipboard.swf
│ │
│ ├─upload
│ │ 1617205191790.ico
│ │ 1617205255928.ico
│ │ 1617205312268.ico
│ │ 1617205508630.ico
│ │ 1617205675460.ico
│ │ 1617205700036.ico
│ │ bumenjingli_zhaopian1.jpg
│ │ bumenjingli_zhaopian2.jpg
│ │ bumenjingli_zhaopian3.jpg
│ │ bumenjingli_zhaopian4.jpg
│ │ bumenjingli_zhaopian5.jpg
│ │ bumenjingli_zhaopian6.jpg
│ │ test.txt
│ │ yuangongkaoqin_zhaopian1.jpg
│ │ yuangongkaoqin_zhaopian2.jpg
│ │ yuangongkaoqin_zhaopian3.jpg
│ │ yuangongkaoqin_zhaopian4.jpg
│ │ yuangongkaoqin_zhaopian5.jpg
│ │ yuangongkaoqin_zhaopian6.jpg
│ │ yuangong_zhaopian1.jpg
│ │ yuangong_zhaopian2.jpg
│ │ yuangong_zhaopian3.jpg
│ │ yuangong_zhaopian4.jpg
│ │ yuangong_zhaopian5.jpg
│ │ yuangong_zhaopian6.jpg
│ │
│ └─WEB-INF
│ │ web.xml
│ │
│ └─pages
│ │ index.jsp
│ │ save.jsp
│ │
│ └─common
│ include.jsp
│
└─target
卷 杂盘 的文件夹 PATH 列表
卷序列号为 00000014 CA93:5784
F:\TEST\源码
│ jspm人事管理系统.docx
│ jspm人事管理系统.pptx
│ jspm人事管理系统lw+ppt(1).rar
│ jsp开发说明.docx
│
└─jspmkw986
│ .classpath
│ .gitignore
│ .project
│ pom.xml
│
├─.settings
│ .jsdtscope
│ org.eclipse.core.resources.prefs
│ org.eclipse.jdt.core.prefs
│ org.eclipse.m2e.core.prefs
│ org.eclipse.wst.common.component
│ org.eclipse.wst.common.project.facet.core.xml
│ org.eclipse.wst.jsdt.ui.superType.container
│ org.eclipse.wst.jsdt.ui.superType.name
│ org.eclipse.wst.validation.prefs
│
├─db
│ jspmkw986.sql
│
├─src
│ └─main
│ ├─java
│ │ └─com
│ │ ├─annotation
│ │ │ APPLoginUser.java
│ │ │ IgnoreAuth.java
│ │ │ LoginUser.java
│ │ │
│ │ ├─config
│ │ │ MyMetaObjectHandler.java
│ │ │
│ │ ├─controller
│ │ │ BumenjingliController.java
│ │ │ BumenleixingController.java
│ │ │ BumenxinxiController.java
│ │ │ CommonController.java
│ │ │ ConfigController.java
│ │ │ FileController.java
│ │ │ GongzichaxunController.java
│ │ │ QiandaoController.java
│ │ │ QingjiashenqingController.java
│ │ │ UserController.java
│ │ │ YuangongController.java
│ │ │ YuangongkaoqinController.java
│ │ │
│ │ ├─dao
│ │ │ BumenjingliDao.java
│ │ │ BumenleixingDao.java
│ │ │ BumenxinxiDao.java
│ │ │ CommonDao.java
│ │ │ ConfigDao.java
│ │ │ GongzichaxunDao.java
│ │ │ QiandaoDao.java
│ │ │ QingjiashenqingDao.java
│ │ │ TokenDao.java
│ │ │ UserDao.java
│ │ │ YuangongDao.java
│ │ │ YuangongkaoqinDao.java
│ │ │
│ │ ├─entity
│ │ │ │ BumenjingliEntity.java
│ │ │ │ BumenleixingEntity.java
│ │ │ │ BumenxinxiEntity.java
│ │ │ │ ConfigEntity.java
│ │ │ │ EIException.java
│ │ │ │ GongzichaxunEntity.java
│ │ │ │ QiandaoEntity.java
│ │ │ │ QingjiashenqingEntity.java
│ │ │ │ TokenEntity.java
│ │ │ │ UserEntity.java
│ │ │ │ YuangongEntity.java
│ │ │ │ YuangongkaoqinEntity.java
│ │ │ │
│ │ │ ├─model
│ │ │ │ BumenjingliModel.java
│ │ │ │ BumenleixingModel.java
│ │ │ │ BumenxinxiModel.java
│ │ │ │ GongzichaxunModel.java
│ │ │ │ QiandaoModel.java
│ │ │ │ QingjiashenqingModel.java
│ │ │ │ YuangongkaoqinModel.java
│ │ │ │ YuangongModel.java
│ │ │ │
│ │ │ ├─view
│ │ │ │ BumenjingliView.java
│ │ │ │ BumenleixingView.java
│ │ │ │ BumenxinxiView.java
│ │ │ │ GongzichaxunView.java
│ │ │ │ QiandaoView.java
│ │ │ │ QingjiashenqingView.java
│ │ │ │ YuangongkaoqinView.java
│ │ │ │ YuangongView.java
│ │ │ │
│ │ │ └─vo
│ │ │ BumenjingliVO.java
│ │ │ BumenleixingVO.java
│ │ │ BumenxinxiVO.java
│ │ │ GongzichaxunVO.java
│ │ │ QiandaoVO.java
│ │ │ QingjiashenqingVO.java
│ │ │ YuangongkaoqinVO.java
│ │ │ YuangongVO.java
│ │ │
│ │ ├─interceptor
│ │ │ AuthorizationInterceptor.java
│ │ │
│ │ ├─model
│ │ │ └─enums
│ │ │ TypeEnum.java
│ │ │
│ │ ├─service
│ │ │ │ BumenjingliService.java
│ │ │ │ BumenleixingService.java
│ │ │ │ BumenxinxiService.java
│ │ │ │ CommonService.java
│ │ │ │ ConfigService.java
│ │ │ │ GongzichaxunService.java
│ │ │ │ QiandaoService.java
│ │ │ │ QingjiashenqingService.java
│ │ │ │ TokenService.java
│ │ │ │ UserService.java
│ │ │ │ YuangongkaoqinService.java
│ │ │ │ YuangongService.java
│ │ │ │
│ │ │ └─impl
│ │ │ BumenjingliServiceImpl.java
│ │ │ BumenleixingServiceImpl.java
│ │ │ BumenxinxiServiceImpl.java
│ │ │ CommonServiceImpl.java
│ │ │ ConfigServiceImpl.java
│ │ │ GongzichaxunServiceImpl.java
│ │ │ QiandaoServiceImpl.java
│ │ │ QingjiashenqingServiceImpl.java
│ │ │ TokenServiceImpl.java
│ │ │ UserServiceImpl.java
│ │ │ YuangongkaoqinServiceImpl.java
│ │ │ YuangongServiceImpl.java
│ │ │
│ │ └─utils
│ │ BaiduUtil.java
│ │ CommonUtil.java
│ │ FileUtil.java
│ │ HttpClientUtils.java
│ │ JQPageInfo.java
│ │ MD5Util.java
│ │ MPUtil.java
│ │ PageUtils.java
│ │ Query.java
│ │ R.java
│ │ SpringContextUtils.java
│ │ SQLFilter.java
│ │ ValidatorUtils.java
│ │
│ ├─resources
│ │ │ config.properties
│ │ │ log4j.properties
│ │ │
│ │ ├─doc
│ │ │ sys_user.sql
│ │ │
│ │ ├─mapper
│ │ │ BumenjingliDao.xml
│ │ │ BumenleixingDao.xml
│ │ │ BumenxinxiDao.xml
│ │ │ CommonDao.xml
│ │ │ ConfigDao.xml
│ │ │ GongzichaxunDao.xml
│ │ │ QiandaoDao.xml
│ │ │ QingjiashenqingDao.xml
│ │ │ TokenDao.xml
│ │ │ UserDao.xml
│ │ │ YuangongDao.xml
│ │ │ YuangongkaoqinDao.xml
│ │ │
│ │ ├─mybatis
│ │ │ mybatis-config.xml
│ │ │
│ │ └─spring
│ │ spring-mvc.xml
│ │ spring-mybatis.xml
│ │ spring.xml
│ │
│ └─webapp
│ │ index.jsp
│ │ index.jsp.bak
│ │ muban.jpg.bak
│ │ muban2.jpg
│ │
│ ├─jsp
│ │ │ login.jsp
│ │ │ pay.jsp
│ │ │
│ │ ├─modules
│ │ │ ├─bumenjingli
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │ register.jsp
│ │ │ │
│ │ │ ├─bumenleixing
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │
│ │ │ ├─bumenxinxi
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │
│ │ │ ├─center
│ │ │ │ info.jsp
│ │ │ │ updatePassword.jsp
│ │ │ │
│ │ │ ├─config
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │
│ │ │ ├─gongzichaxun
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │
│ │ │ ├─qiandao
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │
│ │ │ ├─qingjiashenqing
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │
│ │ │ ├─users
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │
│ │ │ ├─yuangong
│ │ │ │ add-or-update.jsp
│ │ │ │ graph.jsp
│ │ │ │ info.jsp
│ │ │ │ list.jsp
│ │ │ │ register.jsp
│ │ │ │
│ │ │ └─yuangongkaoqin
│ │ │ add-or-update.jsp
│ │ │ graph.jsp
│ │ │ info.jsp
│ │ │ list.jsp
│ │ │
│ │ ├─static
│ │ │ crossBtnControl.js
│ │ │ foot.jsp
│ │ │ getRoleButtons.js
│ │ │ head.jsp
│ │ │ logout.jsp
│ │ │ myInfo.js
│ │ │ setMenu.js
│ │ │ toLogin.jsp
│ │ │ topNav.jsp
│ │ │ topNav.jsp.bak
│ │ │
│ │ └─utils
│ │ baseUrl.jsp
│ │ menu.jsp
│ │
│ ├─resources
│ │ ├─assets2
│ │ │ ├─css
│ │ │ │ │ awwwards.css
│ │ │ │ │ bootstrap.css
│ │ │ │ │ dripicon.css
│ │ │ │ │ entypo-icon.css
│ │ │ │ │ extra-pages.css
│ │ │ │ │ font-awesome.css
│ │ │ │ │ icons-style.css
│ │ │ │ │ loader-style.css
│ │ │ │ │ mail.css
│ │ │ │ │ maki-icons.css
│ │ │ │ │ media.css
│ │ │ │ │ open-sans.css
│ │ │ │ │ profile.css
│ │ │ │ │ signin.css
│ │ │ │ │ social.css
│ │ │ │ │ style.css
│ │ │ │ │ weather-icons.min.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
│ │ │ │
│ │ │ ├─font
│ │ │ │ BebasNeue-webfont.eot
│ │ │ │ BebasNeue-webfont.svg
│ │ │ │ BebasNeue-webfont.ttf
│ │ │ │ BebasNeue-webfont.woff
│ │ │ │ dripicons.eot
│ │ │ │ dripicons.svg
│ │ │ │ dripicons.ttf
│ │ │ │ dripicons.woff
│ │ │ │ entypo.eot
│ │ │ │ entypo.ttf
│ │ │ │ entypo.woff
│ │ │ │ maki.eot
│ │ │ │ maki.ttf
│ │ │ │ maki.woff
│ │ │ │ weathericons-regular-webfont.eot
│ │ │ │ weathericons-regular-webfont.svg
│ │ │ │ weathericons-regular-webfont.ttf
│ │ │ │ weathericons-regular-webfont.woff
│ │ │ │
│ │ │ ├─fonts
│ │ │ │ fontawesome-webfont.eot
│ │ │ │ fontawesome-webfont.svg
│ │ │ │ fontawesome-webfont.ttf
│ │ │ │ fontawesome-webfont.woff
│ │ │ │ glyphicons-halflings-regular (1).eot
│ │ │ │ glyphicons-halflings-regular.eot
│ │ │ │ glyphicons-halflings-regular.svg
│ │ │ │ glyphicons-halflings-regular.ttf
│ │ │ │ glyphicons-halflings-regular.woff
│ │ │ │ open-sans-light.woff
│ │ │ │
│ │ │ ├─ico
│ │ │ │ minus.png
│ │ │ │
│ │ │ ├─img
│ │ │ │ │ bg.jpg
│ │ │ │ │ bg10.jpg
│ │ │ │ │ bg11.jpg
│ │ │ │ │ bg12.jpg
│ │ │ │ │ bg13.jpg
│ │ │ │ │ bg2.jpg
│ │ │ │ │ bg3.jpg
│ │ │ │ │ bg3.png
│ │ │ │ │ bg4.jpg
│ │ │ │ │ bg5.jpg
│ │ │ │ │ bg8.jpg
│ │ │ │ │ bg9.jpg
│ │ │ │ │ giftly.png
│ │ │ │ │ insta-pic.jpg
│ │ │ │ │ insta-pic2.jpg
│ │ │ │ │ minus.png
│ │ │ │ │ people-q-c-350-250-5.jpg
│ │ │ │ │ people-q-c-350-250-7.jpg
│ │ │ │ │ people-q-c-350-250-8.jpg
│ │ │ │ │ plus.png
│ │ │ │ │ search-dark.png
│ │ │ │ │ search-white.png
│ │ │ │ │ small-bg.jpg
│ │ │ │ │ small-bg10.jpg
│ │ │ │ │ small-bg11.jpg
│ │ │ │ │ small-bg12.jpg
│ │ │ │ │ small-bg13.jpg
│ │ │ │ │ small-bg2.jpg
│ │ │ │ │ small-bg5.jpg
│ │ │ │ │ small-bg8.jpg
│ │ │ │ │ small-bg9.jpg
│ │ │ │ │
│ │ │ │ └─credit
│ │ │ │ american-express.png
│ │ │ │ mastercard.png
│ │ │ │ paypal2.png
│ │ │ │ visa.png
│ │ │ │
│ │ │ └─js
│ │ │ │ app.js
│ │ │ │ bootstrap.js
│ │ │ │ jhere-custom.js
│ │ │ │ jquery.js
│ │ │ │ jquery.min.js
│ │ │ │ load.js
│ │ │ │ main.js
│ │ │ │ preloader.js
│ │ │ │ toggle_close.js
│ │ │ │
│ │ │ ├─button
│ │ │ │ │ progressbutton.jquery.js
│ │ │ │ │
│ │ │ │ └─ladda
│ │ │ │ ladda.min.css
│ │ │ │ ladda.min.js
│ │ │ │ spin.min.js
│ │ │ │
│ │ │ ├─calendar
│ │ │ │ │ app.js
│ │ │ │ │ calendar.js
│ │ │ │ │
│ │ │ │ ├─css
│ │ │ │ │ calendar.css
│ │ │ │ │
│ │ │ │ ├─img
│ │ │ │ │ tick.png
│ │ │ │ │
│ │ │ │ ├─jstimezonedetect
│ │ │ │ │ jstz.min.js
│ │ │ │ │
│ │ │ │ ├─language
│ │ │ │ │ de-DE.js
│ │ │ │ │ el-GR.js
│ │ │ │ │ es-ES.js
│ │ │ │ │ es-MX.js
│ │ │ │ │ fr-FR.js
│ │ │ │ │ it-IT.js
│ │ │ │ │ pl-PL.js
│ │ │ │ │ pt-BR.js
│ │ │ │ │ ru-RU.js
│ │ │ │ │ sv-SE.js
│ │ │ │ │
│ │ │ │ └─underscore
│ │ │ │ underscore-min.js
│ │ │ │
│ │ │ ├─chart
│ │ │ │ barChart.js
│ │ │ │ chart-float-stacking.js
│ │ │ │ chart.js
│ │ │ │ jquery.flot.js
│ │ │ │ jquery.flot.resize.js
│ │ │ │ jquery.flot2.js
│ │ │ │ jquery.sparkline.js
│ │ │ │ lineChart.js
│ │ │ │ polarChart.js
│ │ │ │ radarChart.js
│ │ │ │ realTime.js
│ │ │ │
│ │ │ ├─clock
│ │ │ │ date.js
│ │ │ │ jquery.clock.js
│ │ │ │
│ │ │ ├─colorPicker
│ │ │ │ │ bootstrap-colorpicker.css
│ │ │ │ │ bootstrap-colorpicker.min.js
│ │ │ │ │
│ │ │ │ └─img
│ │ │ │ └─bootstrap-colorpicker
│ │ │ │ alpha.png
│ │ │ │ hue.png
│ │ │ │ saturation.png
│ │ │ │
│ │ │ ├─countdown
│ │ │ │ jquery.countdown.js
│ │ │ │
│ │ │ ├─custom
│ │ │ │ scriptbreaker-multiple-accordion-1.js
│ │ │ │
│ │ │ ├─dataTable
│ │ │ │ ├─css
│ │ │ │ │ datatables.responsive.css
│ │ │ │ │
│ │ │ │ ├─img
│ │ │ │ │ minus.png
│ │ │ │ │ plus.png
│ │ │ │ │
│ │ │ │ └─lib
│ │ │ │ └─jquery.dataTables
│ │ │ │ ├─css
│ │ │ │ │ DT_bootstrap.css
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ sort_asc.png
│ │ │ │ sort_asc_disabled.png
│ │ │ │ sort_both.png
│ │ │ │ sort_desc.png
│ │ │ │ sort_desc_disabled.png
│ │ │ │
│ │ │ ├─datepicker
│ │ │ │ bootstrap-datepicker.js
│ │ │ │ bootstrap-datetimepicker.js
│ │ │ │ clockface.css
│ │ │ │ clockface.js
│ │ │ │ datepicker.css
│ │ │ │
│ │ │ ├─dropZone
│ │ │ │ ├─downloads
│ │ │ │ │ ├─css
│ │ │ │ │ │ dropzone.css
│ │ │ │ │ │
│ │ │ │ │ └─images
│ │ │ │ │ spritemap.png
│ │ │ │ │ spritemap@2x.png
│ │ │ │ │
│ │ │ │ └─lib
│ │ │ │ dropzone.js
│ │ │ │
│ │ │ ├─flatvideo
│ │ │ │ jquery.fitvids.js
│ │ │ │
│ │ │ ├─footable
│ │ │ │ ├─css
│ │ │ │ │ │ footable-demos.css
│ │ │ │ │ │ footable.core.css
│ │ │ │ │ │ footable.standalone.css
│ │ │ │ │ │
│ │ │ │ │ └─fonts
│ │ │ │ │ footable (1).eot
│ │ │ │ │ footable.eot
│ │ │ │ │ footable.svg
│ │ │ │ │ footable.ttf
│ │ │ │ │ footable.woff
│ │ │ │ │
│ │ │ │ └─js
│ │ │ │ footable.filter.js
│ │ │ │ footable.js
│ │ │ │ footable.paginate.js
│ │ │ │ footable.sort.js
│ │ │ │
│ │ │ ├─gage
│ │ │ │ jquery.easy-pie-chart.css
│ │ │ │ jquery.easypiechart.min.js
│ │ │ │ justgage.js
│ │ │ │ raphael.2.1.0.min.js
│ │ │ │
│ │ │ ├─iCheck
│ │ │ │ │ jquery.icheck.js
│ │ │ │ │
│ │ │ │ ├─flat
│ │ │ │ │ aero.png
│ │ │ │ │ aero@2x.png
│ │ │ │ │ all.css
│ │ │ │ │ blue.png
│ │ │ │ │ blue@2x.png
│ │ │ │ │ flat.png
│ │ │ │ │ flat@2x.png
│ │ │ │ │ green.png
│ │ │ │ │ green@2x.png
│ │ │ │ │ grey.png
│ │ │ │ │ grey@2x.png
│ │ │ │ │ orange.png
│ │ │ │ │ orange@2x.png
│ │ │ │ │ pink.png
│ │ │ │ │ pink@2x.png
│ │ │ │ │ purple.png
│ │ │ │ │ purple@2x.png
│ │ │ │ │ red.png
│ │ │ │ │ red@2x.png
│ │ │ │ │ yellow.png
│ │ │ │ │ yellow@2x.png
│ │ │ │ │
│ │ │ │ └─line
│ │ │ │ all.css
│ │ │ │ line.png
│ │ │ │ line@2x.png
│ │ │ │
│ │ │ ├─idealform
│ │ │ │ │ jquery.idealforms.js
│ │ │ │ │
│ │ │ │ ├─css
│ │ │ │ │ jquery.idealforms.css
│ │ │ │ │
│ │ │ │ └─img
│ │ │ │ datepicker.png
│ │ │ │ loading.gif
│ │ │ │ radiocheck.png
│ │ │ │ validation.png
│ │ │ │
│ │ │ ├─inputMask
│ │ │ │ jquery.maskedinput.js
│ │ │ │
│ │ │ ├─map
│ │ │ │ gmap3.js
│ │ │ │
│ │ │ ├─nano
│ │ │ │ jquery.nanoscroller.js
│ │ │ │
│ │ │ ├─newsticker
│ │ │ │ jquery.newsTicker.js
│ │ │ │
│ │ │ ├─pace
│ │ │ │ │ pace.js
│ │ │ │ │
│ │ │ │ └─themes
│ │ │ │ pace-theme-center-simple.css
│ │ │ │
│ │ │ ├─pnotify
│ │ │ │ jquery.pnotify.default.css
│ │ │ │ jquery.pnotify.min.js
│ │ │ │
│ │ │ ├─progress-bar
│ │ │ │ │ number-pb.css
│ │ │ │ │ number-pb.js
│ │ │ │ │ progress-app.js
│ │ │ │ │
│ │ │ │ └─src
│ │ │ │ jquery.velocity.min.js
│ │ │ │
│ │ │ ├─search
│ │ │ │ jquery.quicksearch.js
│ │ │ │
│ │ │ ├─skin-select
│ │ │ │ jquery.cookie.js
│ │ │ │ skin-select.css
│ │ │ │ skin-select.js
│ │ │ │
│ │ │ ├─slidebars
│ │ │ │ slidebars.css
│ │ │ │ slidebars.min.js
│ │ │ │
│ │ │ ├─speed
│ │ │ │ canvasgauge-coustom.js
│ │ │ │
│ │ │ ├─stackable
│ │ │ │ responsive-table.css
│ │ │ │ stacktable.css
│ │ │ │ stacktable.js
│ │ │ │
│ │ │ ├─switch
│ │ │ │ bootstrap-switch.css
│ │ │ │ bootstrap-switch.js
│ │ │ │
│ │ │ ├─tabs
│ │ │ │ acc-wizard.min.css
│ │ │ │
│ │ │ ├─tag
│ │ │ │ jquery.tagsinput.css
│ │ │ │ jquery.tagsinput.js
│ │ │ │
│ │ │ ├─textEditor
│ │ │ │ │ editor.css
│ │ │ │ │
│ │ │ │ ├─dist
│ │ │ │ │ wysihtml5-0.4.0pre.js
│ │ │ │ │
│ │ │ │ ├─lib
│ │ │ │ │ └─js
│ │ │ │ │ wysihtml5-0.3.0.js
│ │ │ │ │
│ │ │ │ ├─parser_rules
│ │ │ │ │ advanced.js
│ │ │ │ │
│ │ │ │ ├─sceditor
│ │ │ │ │ └─minified
│ │ │ │ │ │ jquery.sceditor.bbcode.min.js
│ │ │ │ │ │
│ │ │ │ │ └─themes
│ │ │ │ │ famfamfam.png
│ │ │ │ │ square.min.css
│ │ │ │ │
│ │ │ │ └─src
│ │ │ │ bootstrap-wysihtml5.css
│ │ │ │ bootstrap3-wysihtml5.js
│ │ │ │
│ │ │ ├─timepicker
│ │ │ │ bootstrap-timepicker.css
│ │ │ │ bootstrap-timepicker.js
│ │ │ │
│ │ │ ├─tip
│ │ │ │ jquery.tooltipster.js
│ │ │ │ tooltipster.css
│ │ │ │
│ │ │ ├─tree
│ │ │ │ │ jquery.treeview.css
│ │ │ │ │ jquery.treeview.js
│ │ │ │ │
│ │ │ │ ├─images
│ │ │ │ │ ajax-loader.gif
│ │ │ │ │ file.gif
│ │ │ │ │ folder-closed.gif
│ │ │ │ │ folder.gif
│ │ │ │ │ treeview-black-line.gif
│ │ │ │ │ treeview-black.gif
│ │ │ │ │ treeview-default-line.gif
│ │ │ │ │ treeview-default.gif
│ │ │ │ │ treeview-famfamfam-line.gif
│ │ │ │ │ treeview-famfamfam.gif
│ │ │ │ │ treeview-gray-line.gif
│ │ │ │ │ treeview-gray.gif
│ │ │ │ │ treeview-red-line.gif
│ │ │ │ │ treeview-red.gif
│ │ │ │ │
│ │ │ │ ├─lib
│ │ │ │ │ jquery.cookie.js
│ │ │ │ │
│ │ │ │ ├─tabelizer
│ │ │ │ │ jquery-ui-1.10.4.custom.min.js
│ │ │ │ │ jquery.tabelizer.js
│ │ │ │ │ tabelizer.min.css
│ │ │ │ │
│ │ │ │ └─treetable
│ │ │ │ ├─javascripts
│ │ │ │ │ └─src
│ │ │ │ │ jquery.treetable.js
│ │ │ │ │
│ │ │ │ ├─stylesheets
│ │ │ │ │ jquery.treetable.css
│ │ │ │ │ jquery.treetable.theme.default.css
│ │ │ │ │
│ │ │ │ └─vendor
│ │ │ │ jquery-ui.js
│ │ │ │
│ │ │ ├─upload
│ │ │ │ ├─demos
│ │ │ │ │ ├─css
│ │ │ │ │ │ │ demo.css
│ │ │ │ │ │ │ uploader.css
│ │ │ │ │ │ │
│ │ │ │ │ │ └─images
│ │ │ │ │ │ dark-bg.png
│ │ │ │ │ │
│ │ │ │ │ └─js
│ │ │ │ │ demo.min.js
│ │ │ │ │
│ │ │ │ └─src
│ │ │ │ dmuploader.min.js
│ │ │ │
│ │ │ ├─validate
│ │ │ │ │ jquery.validate.min.js
│ │ │ │ │ validate.css
│ │ │ │ │
│ │ │ │ └─img
│ │ │ │ valid.png
│ │ │ │
│ │ │ └─wizard
│ │ │ │ jquery.stepy.css
│ │ │ │ jquery.stepy.js
│ │ │ │
│ │ │ ├─build
│ │ │ │ jquery.steps.js
│ │ │ │
│ │ │ ├─css
│ │ │ │ jquery.steps.css
│ │ │ │
│ │ │ └─lib
│ │ │ jquery.cookie-1.3.1.js
│ │ │ modernizr-2.6.2.min.js
│ │ │
│ │ ├─charts
│ │ │ ├─css
│ │ │ │ morris.css
│ │ │ │
│ │ │ └─js
│ │ │ jquery.flot.min.js
│ │ │ jquery.flot.time.min.js
│ │ │ morris.min.js
│ │ │ raphael-min.js
│ │ │
│ │ ├─css
│ │ │ animate.css
│ │ │ blue.css
│ │ │ bootstrap.min.css
│ │ │ font-awesome.min.css
│ │ │ green.css
│ │ │ jquery-jvectormap.css
│ │ │ red.css
│ │ │ responsive.css
│ │ │ styles.css
│ │ │ styles.css.bak
│ │ │ themify-icons.css
│ │ │ violet.css
│ │ │ yellow.css
│ │ │
│ │ ├─datatable
│ │ │ dataTables.bootstrap4.min.css
│ │ │ dataTables.bootstrap4.min.js
│ │ │ jquery.dataTables.min.js
│ │ │
│ │ ├─fonts
│ │ │ fontawesome-webfont.eot
│ │ │ fontawesome-webfont.svg
│ │ │ fontawesome-webfont.ttf
│ │ │ fontawesome-webfont.woff
│ │ │ fontawesome-webfont.woff2
│ │ │ themify.eot
│ │ │ themify.svg
│ │ │ themify.ttf
│ │ │ themify.woff
│ │ │
│ │ ├─images
│ │ │ │ card-1.jpeg
│ │ │ │ card-1.jpeg.jpg
│ │ │ │ card-2.jpeg
│ │ │ │ card-2.jpeg.jpg
│ │ │ │ doctor.jpeg.jpg
│ │ │ │ fav.png
│ │ │ │ logo-dark.png
│ │ │ │ slide1.jpg
│ │ │ │ slide2.jpg
│ │ │ │ slide3.jpg
│ │ │ │ user1.png
│ │ │ │ user2.png
│ │ │ │ user3.png
│ │ │ │
│ │ │ └─bank
│ │ │ 中国农业银行.png
│ │ │ 中国建设银行.png
│ │ │ 中国邮政储蓄银行.png
│ │ │ 中国银行.png
│ │ │ 交通银行.png
│ │ │ 微信支付.png
│ │ │ 招商银行.png
│ │ │ 支付宝支付.png
│ │ │ 支付平台-银联.png
│ │ │
│ │ ├─js
│ │ │ │ bootstrap.AMapPositionPicker.js
│ │ │ │ bootstrap.min.js
│ │ │ │ custom-datatables.js
│ │ │ │ custom-flot.js
│ │ │ │ custom-gmap.js
│ │ │ │ custom-morris.js
│ │ │ │ custom-vector.js
│ │ │ │ custom.js
│ │ │ │ echarts.min.js
│ │ │ │ FileSaver.js
│ │ │ │ jquery-3.2.1.min.js
│ │ │ │ jquery-jvectormap-world-mill.js
│ │ │ │ jquery-jvectormap.min.js
│ │ │ │ jquery.fileupload.js
│ │ │ │ jquery.form.js
│ │ │ │ jquery.min.js
│ │ │ │ jquery.ui.widget.js
│ │ │ │ jquery.vmap.india.js
│ │ │ │ jquery.vmap.usa.js
│ │ │ │ jszip.min.js
│ │ │ │ macarons.js
│ │ │ │ modernizr.min.js
│ │ │ │ popper.min.js
│ │ │ │ vue.min.js
│ │ │ │
│ │ │ ├─datetimepicker
│ │ │ │ bootstrap-datetimepicker.min.css
│ │ │ │ bootstrap-datetimepicker.min.js
│ │ │ │
│ │ │ ├─excel
│ │ │ │ excel-gen.js
│ │ │ │
│ │ │ └─validate
│ │ │ card.js
│ │ │ jquery.validate.min.js
│ │ │ messages_zh.js
│ │ │
│ │ ├─My97DatePicker
│ │ │ │ calendar.js
│ │ │ │ WdatePicker.js
│ │ │ │
│ │ │ ├─lang
│ │ │ │ en.js
│ │ │ │ zh-cn.js
│ │ │ │ zh-tw.js
│ │ │ │
│ │ │ ├─skin
│ │ │ │ │ datePicker.gif
│ │ │ │ │ WdatePicker.css
│ │ │ │ │
│ │ │ │ ├─default
│ │ │ │ │ datepicker.css
│ │ │ │ │ img.gif
│ │ │ │ │
│ │ │ │ └─whyGreen
│ │ │ │ bg.jpg
│ │ │ │ datepicker.css
│ │ │ │ img.gif
│ │ │ │
│ │ │ └─开发包
│ │ │ │ readme.txt
│ │ │ │
│ │ │ ├─lang
│ │ │ │ en.js
│ │ │ │ zh-cn.js
│ │ │ │ zh-tw.js
│ │ │ │
│ │ │ └─skin
│ │ │ │ datePicker.gif
│ │ │ │ WdatePicker.css
│ │ │ │
│ │ │ ├─default
│ │ │ │ datepicker.css
│ │ │ │ img.gif
│ │ │ │
│ │ │ └─whyGreen
│ │ │ bg.jpg
│ │ │ datepicker.css
│ │ │ img.gif
│ │ │
│ │ └─ueditor
│ │ │ ueditor.all.js
│ │ │ ueditor.all.min.js
│ │ │ ueditor.config.js
│ │ │ ueditor.parse.js
│ │ │ ueditor.parse.min.js
│ │ │
│ │ ├─dialogs
│ │ │ │ internal.js
│ │ │ │
│ │ │ ├─anchor
│ │ │ │ anchor.html
│ │ │ │
│ │ │ ├─attachment
│ │ │ │ │ attachment.css
│ │ │ │ │ attachment.html
│ │ │ │ │ attachment.js
│ │ │ │ │
│ │ │ │ ├─fileTypeImages
│ │ │ │ │ icon_chm.gif
│ │ │ │ │ icon_default.png
│ │ │ │ │ icon_doc.gif
│ │ │ │ │ icon_exe.gif
│ │ │ │ │ icon_jpg.gif
│ │ │ │ │ icon_mp3.gif
│ │ │ │ │ icon_mv.gif
│ │ │ │ │ icon_pdf.gif
│ │ │ │ │ icon_ppt.gif
│ │ │ │ │ icon_psd.gif
│ │ │ │ │ icon_rar.gif
│ │ │ │ │ icon_txt.gif
│ │ │ │ │ icon_xls.gif
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ alignicon.gif
│ │ │ │ alignicon.png
│ │ │ │ bg.png
│ │ │ │ file-icons.gif
│ │ │ │ file-icons.png
│ │ │ │ icons.gif
│ │ │ │ icons.png
│ │ │ │ image.png
│ │ │ │ progress.png
│ │ │ │ success.gif
│ │ │ │ success.png
│ │ │ │
│ │ │ ├─background
│ │ │ │ │ background.css
│ │ │ │ │ background.html
│ │ │ │ │ background.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ bg.png
│ │ │ │ success.png
│ │ │ │
│ │ │ ├─charts
│ │ │ │ │ chart.config.js
│ │ │ │ │ charts.css
│ │ │ │ │ charts.html
│ │ │ │ │ charts.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ charts0.png
│ │ │ │ charts1.png
│ │ │ │ charts2.png
│ │ │ │ charts3.png
│ │ │ │ charts4.png
│ │ │ │ charts5.png
│ │ │ │
│ │ │ ├─emotion
│ │ │ │ │ emotion.css
│ │ │ │ │ emotion.html
│ │ │ │ │ emotion.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ 0.gif
│ │ │ │ bface.gif
│ │ │ │ cface.gif
│ │ │ │ fface.gif
│ │ │ │ jxface2.gif
│ │ │ │ neweditor-tab-bg.png
│ │ │ │ tface.gif
│ │ │ │ wface.gif
│ │ │ │ yface.gif
│ │ │ │
│ │ │ ├─gmap
│ │ │ │ gmap.html
│ │ │ │
│ │ │ ├─help
│ │ │ │ help.css
│ │ │ │ help.html
│ │ │ │ help.js
│ │ │ │
│ │ │ ├─image
│ │ │ │ │ image.css
│ │ │ │ │ image.html
│ │ │ │ │ image.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ alignicon.jpg
│ │ │ │ bg.png
│ │ │ │ icons.gif
│ │ │ │ icons.png
│ │ │ │ image.png
│ │ │ │ progress.png
│ │ │ │ success.gif
│ │ │ │ success.png
│ │ │ │
│ │ │ ├─insertframe
│ │ │ │ insertframe.html
│ │ │ │
│ │ │ ├─link
│ │ │ │ link.html
│ │ │ │
│ │ │ ├─map
│ │ │ │ map.html
│ │ │ │ show.html
│ │ │ │
│ │ │ ├─music
│ │ │ │ music.css
│ │ │ │ music.html
│ │ │ │ music.js
│ │ │ │
│ │ │ ├─preview
│ │ │ │ preview.html
│ │ │ │
│ │ │ ├─scrawl
│ │ │ │ │ scrawl.css
│ │ │ │ │ scrawl.html
│ │ │ │ │ scrawl.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ addimg.png
│ │ │ │ brush.png
│ │ │ │ delimg.png
│ │ │ │ delimgH.png
│ │ │ │ empty.png
│ │ │ │ emptyH.png
│ │ │ │ eraser.png
│ │ │ │ redo.png
│ │ │ │ redoH.png
│ │ │ │ scale.png
│ │ │ │ scaleH.png
│ │ │ │ size.png
│ │ │ │ undo.png
│ │ │ │ undoH.png
│ │ │ │
│ │ │ ├─searchreplace
│ │ │ │ searchreplace.html
│ │ │ │ searchreplace.js
│ │ │ │
│ │ │ ├─snapscreen
│ │ │ │ snapscreen.html
│ │ │ │
│ │ │ ├─spechars
│ │ │ │ spechars.html
│ │ │ │ spechars.js
│ │ │ │
│ │ │ ├─table
│ │ │ │ dragicon.png
│ │ │ │ edittable.css
│ │ │ │ edittable.html
│ │ │ │ edittable.js
│ │ │ │ edittd.html
│ │ │ │ edittip.html
│ │ │ │
│ │ │ ├─template
│ │ │ │ │ config.js
│ │ │ │ │ template.css
│ │ │ │ │ template.html
│ │ │ │ │ template.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ bg.gif
│ │ │ │ pre0.png
│ │ │ │ pre1.png
│ │ │ │ pre2.png
│ │ │ │ pre3.png
│ │ │ │ pre4.png
│ │ │ │
│ │ │ ├─video
│ │ │ │ │ video.css
│ │ │ │ │ video.html
│ │ │ │ │ video.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ bg.png
│ │ │ │ center_focus.jpg
│ │ │ │ file-icons.gif
│ │ │ │ file-icons.png
│ │ │ │ icons.gif
│ │ │ │ icons.png
│ │ │ │ image.png
│ │ │ │ left_focus.jpg
│ │ │ │ none_focus.jpg
│ │ │ │ progress.png
│ │ │ │ right_focus.jpg
│ │ │ │ success.gif
│ │ │ │ success.png
│ │ │ │
│ │ │ ├─webapp
│ │ │ │ webapp.html
│ │ │ │
│ │ │ └─wordimage
│ │ │ fClipboard_ueditor.swf
│ │ │ imageUploader.swf
│ │ │ tangram.js
│ │ │ wordimage.html
│ │ │ wordimage.js
│ │ │
│ │ ├─lang
│ │ │ ├─en
│ │ │ │ │ en.js
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ addimage.png
│ │ │ │ alldeletebtnhoverskin.png
│ │ │ │ alldeletebtnupskin.png
│ │ │ │ background.png
│ │ │ │ button.png
│ │ │ │ copy.png
│ │ │ │ deletedisable.png
│ │ │ │ deleteenable.png
│ │ │ │ listbackground.png
│ │ │ │ localimage.png
│ │ │ │ music.png
│ │ │ │ rotateleftdisable.png
│ │ │ │ rotateleftenable.png
│ │ │ │ rotaterightdisable.png
│ │ │ │ rotaterightenable.png
│ │ │ │ upload.png
│ │ │ │
│ │ │ └─zh-cn
│ │ │ │ zh-cn.js
│ │ │ │
│ │ │ └─images
│ │ │ copy.png
│ │ │ localimage.png
│ │ │ music.png
│ │ │ upload.png
│ │ │
│ │ ├─themes
│ │ │ │ iframe.css
│ │ │ │
│ │ │ └─default
│ │ │ │ dialogbase.css
│ │ │ │
│ │ │ ├─css
│ │ │ │ ueditor.css
│ │ │ │ ueditor.min.css
│ │ │ │
│ │ │ └─images
│ │ │ anchor.gif
│ │ │ arrow.png
│ │ │ arrow_down.png
│ │ │ arrow_up.png
│ │ │ button-bg.gif
│ │ │ cancelbutton.gif
│ │ │ charts.png
│ │ │ cursor_h.gif
│ │ │ cursor_h.png
│ │ │ cursor_v.gif
│ │ │ cursor_v.png
│ │ │ dialog-title-bg.png
│ │ │ filescan.png
│ │ │ highlighted.gif
│ │ │ icons-all.gif
│ │ │ icons.gif
│ │ │ icons.png
│ │ │ loaderror.png
│ │ │ loading.gif
│ │ │ lock.gif
│ │ │ neweditor-tab-bg.png
│ │ │ pagebreak.gif
│ │ │ scale.png
│ │ │ sortable.png
│ │ │ spacer.gif
│ │ │ sparator_v.png
│ │ │ table-cell-align.png
│ │ │ tangram-colorpicker.png
│ │ │ toolbar_bg.png
│ │ │ unhighlighted.gif
│ │ │ upload.png
│ │ │ videologo.gif
│ │ │ word.gif
│ │ │ wordpaste.png
│ │ │
│ │ └─third-party
│ │ │ jquery-1.10.2.js
│ │ │ jquery-1.10.2.min.js
│ │ │ jquery-1.10.2.min.map
│ │ │ xss.min.js
│ │ │
│ │ ├─codemirror
│ │ │ codemirror.css
│ │ │ codemirror.js
│ │ │
│ │ ├─highcharts
│ │ │ │ highcharts-more.js
│ │ │ │ highcharts-more.src.js
│ │ │ │ highcharts.js
│ │ │ │ highcharts.src.js
│ │ │ │
│ │ │ ├─adapters
│ │ │ │ mootools-adapter.js
│ │ │ │ mootools-adapter.src.js
│ │ │ │ prototype-adapter.js
│ │ │ │ prototype-adapter.src.js
│ │ │ │ standalone-framework.js
│ │ │ │ standalone-framework.src.js
│ │ │ │
│ │ │ ├─modules
│ │ │ │ annotations.js
│ │ │ │ annotations.src.js
│ │ │ │ canvas-tools.js
│ │ │ │ canvas-tools.src.js
│ │ │ │ data.js
│ │ │ │ data.src.js
│ │ │ │ drilldown.js
│ │ │ │ drilldown.src.js
│ │ │ │ exporting.js
│ │ │ │ exporting.src.js
│ │ │ │ funnel.js
│ │ │ │ funnel.src.js
│ │ │ │ heatmap.js
│ │ │ │ heatmap.src.js
│ │ │ │ map.js
│ │ │ │ map.src.js
│ │ │ │ no-data-to-display.js
│ │ │ │ no-data-to-display.src.js
│ │ │ │
│ │ │ └─themes
│ │ │ dark-blue.js
│ │ │ dark-green.js
│ │ │ gray.js
│ │ │ grid.js
│ │ │ skies.js
│ │ │
│ │ ├─snapscreen
│ │ │ UEditorSnapscreen.exe
│ │ │
│ │ ├─SyntaxHighlighter
│ │ │ shCore.js
│ │ │ shCoreDefault.css
│ │ │
│ │ ├─video-js
│ │ │ │ video-js.css
│ │ │ │ video-js.min.css
│ │ │ │ video-js.swf
│ │ │ │ video.dev.js
│ │ │ │ video.js
│ │ │ │
│ │ │ └─font
│ │ │ vjs.eot
│ │ │ vjs.svg
│ │ │ vjs.ttf
│ │ │ vjs.woff
│ │ │
│ │ ├─webuploader
│ │ │ Uploader.swf
│ │ │ webuploader.css
│ │ │ webuploader.custom.js
│ │ │ webuploader.custom.min.js
│ │ │ webuploader.flashonly.js
│ │ │ webuploader.flashonly.min.js
│ │ │ webuploader.html5only.js
│ │ │ webuploader.html5only.min.js
│ │ │ webuploader.js
│ │ │ webuploader.min.js
│ │ │ webuploader.withoutimage.js
│ │ │ webuploader.withoutimage.min.js
│ │ │
│ │ └─zeroclipboard
│ │ ZeroClipboard.js
│ │ ZeroClipboard.min.js
│ │ ZeroClipboard.swf
│ │
│ ├─upload
│ │ 1617205191790.ico
│ │ 1617205255928.ico
│ │ 1617205312268.ico
│ │ 1617205508630.ico
│ │ 1617205675460.ico
│ │ 1617205700036.ico
│ │ bumenjingli_zhaopian1.jpg
│ │ bumenjingli_zhaopian2.jpg
│ │ bumenjingli_zhaopian3.jpg
│ │ bumenjingli_zhaopian4.jpg
│ │ bumenjingli_zhaopian5.jpg
│ │ bumenjingli_zhaopian6.jpg
│ │ test.txt
│ │ yuangongkaoqin_zhaopian1.jpg
│ │ yuangongkaoqin_zhaopian2.jpg
│ │ yuangongkaoqin_zhaopian3.jpg
│ │ yuangongkaoqin_zhaopian4.jpg
│ │ yuangongkaoqin_zhaopian5.jpg
│ │ yuangongkaoqin_zhaopian6.jpg
│ │ yuangong_zhaopian1.jpg
│ │ yuangong_zhaopian2.jpg
│ │ yuangong_zhaopian3.jpg
│ │ yuangong_zhaopian4.jpg
│ │ yuangong_zhaopian5.jpg
│ │ yuangong_zhaopian6.jpg
│ │
│ └─WEB-INF
│ │ web.xml
│ │
│ └─pages
│ │ index.jsp
│ │ save.jsp
│ │
│ └─common
│ include.jsp
│
└─target