卷 杂盘 的文件夹 PATH 列表
卷序列号为 000000D5 CA93:5784
F:\TEST\源码
│ ssm大学生兼职跟踪系统.ppt
│ ssm大学生兼职跟踪系统lw+ppt.rar
│ ssm大学生兼职跟踪系统论文.doc
│
└─ssmf1203
│ .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
│ mysql.sql
│ ssmf1203.sql
│
├─src
│ └─main
│ ├─java
│ │ └─com
│ │ ├─annotation
│ │ │ APPLoginUser.java
│ │ │ IgnoreAuth.java
│ │ │ LoginUser.java
│ │ │
│ │ ├─config
│ │ │ MyMetaObjectHandler.java
│ │ │
│ │ ├─controller
│ │ │ CommonController.java
│ │ │ ConfigController.java
│ │ │ DiscussjianzhizhaopinController.java
│ │ │ FileController.java
│ │ │ ForumController.java
│ │ │ JianzhiyingpinController.java
│ │ │ JianzhizhaopinController.java
│ │ │ NewsController.java
│ │ │ ShangjiaController.java
│ │ │ ShangjiatousuController.java
│ │ │ StoreupController.java
│ │ │ TousuchuliController.java
│ │ │ UserController.java
│ │ │ XueshengController.java
│ │ │
│ │ ├─dao
│ │ │ CommonDao.java
│ │ │ ConfigDao.java
│ │ │ DiscussjianzhizhaopinDao.java
│ │ │ ForumDao.java
│ │ │ JianzhiyingpinDao.java
│ │ │ JianzhizhaopinDao.java
│ │ │ NewsDao.java
│ │ │ ShangjiaDao.java
│ │ │ ShangjiatousuDao.java
│ │ │ StoreupDao.java
│ │ │ TokenDao.java
│ │ │ TousuchuliDao.java
│ │ │ UserDao.java
│ │ │ XueshengDao.java
│ │ │
│ │ ├─entity
│ │ │ │ ConfigEntity.java
│ │ │ │ DiscussjianzhizhaopinEntity.java
│ │ │ │ EIException.java
│ │ │ │ ForumEntity.java
│ │ │ │ JianzhiyingpinEntity.java
│ │ │ │ JianzhizhaopinEntity.java
│ │ │ │ NewsEntity.java
│ │ │ │ ShangjiaEntity.java
│ │ │ │ ShangjiatousuEntity.java
│ │ │ │ StoreupEntity.java
│ │ │ │ TokenEntity.java
│ │ │ │ TousuchuliEntity.java
│ │ │ │ UserEntity.java
│ │ │ │ XueshengEntity.java
│ │ │ │
│ │ │ ├─model
│ │ │ │ DiscussjianzhizhaopinModel.java
│ │ │ │ ForumModel.java
│ │ │ │ JianzhiyingpinModel.java
│ │ │ │ JianzhizhaopinModel.java
│ │ │ │ NewsModel.java
│ │ │ │ ShangjiaModel.java
│ │ │ │ ShangjiatousuModel.java
│ │ │ │ StoreupModel.java
│ │ │ │ TousuchuliModel.java
│ │ │ │ XueshengModel.java
│ │ │ │
│ │ │ ├─view
│ │ │ │ DiscussjianzhizhaopinView.java
│ │ │ │ ForumView.java
│ │ │ │ JianzhiyingpinView.java
│ │ │ │ JianzhizhaopinView.java
│ │ │ │ NewsView.java
│ │ │ │ ShangjiatousuView.java
│ │ │ │ ShangjiaView.java
│ │ │ │ StoreupView.java
│ │ │ │ TousuchuliView.java
│ │ │ │ XueshengView.java
│ │ │ │
│ │ │ └─vo
│ │ │ DiscussjianzhizhaopinVO.java
│ │ │ ForumVO.java
│ │ │ JianzhiyingpinVO.java
│ │ │ JianzhizhaopinVO.java
│ │ │ NewsVO.java
│ │ │ ShangjiatousuVO.java
│ │ │ ShangjiaVO.java
│ │ │ StoreupVO.java
│ │ │ TousuchuliVO.java
│ │ │ XueshengVO.java
│ │ │
│ │ ├─interceptor
│ │ │ AuthorizationInterceptor.java
│ │ │
│ │ ├─model
│ │ │ └─enums
│ │ │ TypeEnum.java
│ │ │
│ │ ├─service
│ │ │ │ CommonService.java
│ │ │ │ ConfigService.java
│ │ │ │ DiscussjianzhizhaopinService.java
│ │ │ │ ForumService.java
│ │ │ │ JianzhiyingpinService.java
│ │ │ │ JianzhizhaopinService.java
│ │ │ │ NewsService.java
│ │ │ │ ShangjiaService.java
│ │ │ │ ShangjiatousuService.java
│ │ │ │ StoreupService.java
│ │ │ │ TokenService.java
│ │ │ │ TousuchuliService.java
│ │ │ │ UserService.java
│ │ │ │ XueshengService.java
│ │ │ │
│ │ │ └─impl
│ │ │ CommonServiceImpl.java
│ │ │ ConfigServiceImpl.java
│ │ │ DiscussjianzhizhaopinServiceImpl.java
│ │ │ ForumServiceImpl.java
│ │ │ JianzhiyingpinServiceImpl.java
│ │ │ JianzhizhaopinServiceImpl.java
│ │ │ NewsServiceImpl.java
│ │ │ ShangjiaServiceImpl.java
│ │ │ ShangjiatousuServiceImpl.java
│ │ │ StoreupServiceImpl.java
│ │ │ TokenServiceImpl.java
│ │ │ TousuchuliServiceImpl.java
│ │ │ UserServiceImpl.java
│ │ │ XueshengServiceImpl.java
│ │ │
│ │ └─utils
│ │ BaiduUtil.java
│ │ CommonUtil.java
│ │ FileUtil.java
│ │ HttpClientUtils.java
│ │ JQPageInfo.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
│ │ │ CommonDao.xml
│ │ │ ConfigDao.xml
│ │ │ DiscussjianzhizhaopinDao.xml
│ │ │ ForumDao.xml
│ │ │ JianzhiyingpinDao.xml
│ │ │ JianzhizhaopinDao.xml
│ │ │ NewsDao.xml
│ │ │ ShangjiaDao.xml
│ │ │ ShangjiatousuDao.xml
│ │ │ StoreupDao.xml
│ │ │ TokenDao.xml
│ │ │ TousuchuliDao.xml
│ │ │ UserDao.xml
│ │ │ XueshengDao.xml
│ │ │
│ │ ├─mybatis
│ │ │ mybatis-config.xml
│ │ │
│ │ └─spring
│ │ spring-mvc.xml
│ │ spring-mybatis.xml
│ │ spring.xml
│ │
│ └─webapp
│ ├─admin
│ │ │ 1-install.bat
│ │ │ 2-run.bat
│ │ │ babel.config.js
│ │ │ muban.jpg
│ │ │ package-lock.json
│ │ │ package.json
│ │ │ vue.config.js
│ │ │
│ │ ├─dist
│ │ │ │ favicon.ico
│ │ │ │ index.html
│ │ │ │
│ │ │ ├─css
│ │ │ │ app.70de8b6c.css
│ │ │ │ chunk-vendors.6d894868.css
│ │ │ │
│ │ │ ├─fonts
│ │ │ │ element-icons.535877f5.woff
│ │ │ │ element-icons.732389de.ttf
│ │ │ │
│ │ │ ├─img
│ │ │ │ 404.3648f234.png
│ │ │ │ zhongguo.20798bfa.png
│ │ │ │
│ │ │ └─js
│ │ │ app.ecaf8fad.js
│ │ │ app.ecaf8fad.js.map
│ │ │ chunk-vendors.67f732c2.js
│ │ │ chunk-vendors.67f732c2.js.map
│ │ │
│ │ ├─public
│ │ │ favicon.ico
│ │ │ index.html
│ │ │
│ │ └─src
│ │ │ App.vue
│ │ │ main.js
│ │ │
│ │ ├─assets
│ │ │ ├─css
│ │ │ │ element-variables.scss
│ │ │ │ style.scss
│ │ │ │
│ │ │ └─img
│ │ │ │ 404.png
│ │ │ │ avator.png
│ │ │ │ bg.jpg
│ │ │ │ captcha.jpg
│ │ │ │ login.png
│ │ │ │ logo.png
│ │ │ │ password.png
│ │ │ │ role.png
│ │ │ │ username.png
│ │ │ │
│ │ │ └─test
│ │ │ jianshe.png
│ │ │ jiaotong.png
│ │ │ nongye.png
│ │ │ weixin.png
│ │ │ zhifubao.png
│ │ │ zhongguo.png
│ │ │
│ │ ├─components
│ │ │ ├─common
│ │ │ │ BreadCrumbs.vue
│ │ │ │ BreadCrumbs.vue.bak
│ │ │ │ Editor.vue
│ │ │ │ FileUpload.vue
│ │ │ │
│ │ │ ├─home
│ │ │ │ HomeCard.vue
│ │ │ │ HomeChart.vue
│ │ │ │ HomeComment.vue
│ │ │ │ HomeProgress.vue
│ │ │ │
│ │ │ ├─index
│ │ │ │ IndexAside.vue
│ │ │ │ IndexAsideStatic.vue
│ │ │ │ IndexAsideStatic.vue.bak
│ │ │ │ IndexAsideSub.vue
│ │ │ │ IndexHeader.vue
│ │ │ │ IndexHeader.vue.bak
│ │ │ │ IndexMain.vue
│ │ │ │
│ │ │ └─SvgIcon
│ │ │ index.vue
│ │ │
│ │ ├─icons
│ │ │ │ index.js
│ │ │ │ svgo.yml
│ │ │ │
│ │ │ └─svg
│ │ │ │ 404.svg
│ │ │ │ articleEdit.svg
│ │ │ │ banner.svg
│ │ │ │ bug.svg
│ │ │ │ build.svg
│ │ │ │ cfg.svg
│ │ │ │ channel.svg
│ │ │ │ chart.svg
│ │ │ │ clipboard.svg
│ │ │ │ code.svg
│ │ │ │ component.svg
│ │ │ │ contacts.svg
│ │ │ │ dashboard.svg
│ │ │ │ date.svg
│ │ │ │ dept.svg
│ │ │ │ dict.svg
│ │ │ │ documentation.svg
│ │ │ │ download.svg
│ │ │ │ drag.svg
│ │ │ │ druid.svg
│ │ │ │ edit.svg
│ │ │ │ education.svg
│ │ │ │ email.svg
│ │ │ │ excel.svg
│ │ │ │ exit-fullscreen.svg
│ │ │ │ eye-open.svg
│ │ │ │ file.svg
│ │ │ │ form.svg
│ │ │ │ fullscreen.svg
│ │ │ │ icon.svg
│ │ │ │ international.svg
│ │ │ │ job.svg
│ │ │ │ language.svg
│ │ │ │ link.svg
│ │ │ │ list.svg
│ │ │ │ lock.svg
│ │ │ │ log.svg
│ │ │ │ logininfor.svg
│ │ │ │ menu.svg
│ │ │ │ message.svg
│ │ │ │ money.svg
│ │ │ │ monitor.svg
│ │ │ │ nested.svg
│ │ │ │ nested0.svg
│ │ │ │ online.svg
│ │ │ │ operation.svg
│ │ │ │ password.svg
│ │ │ │ password0.svg
│ │ │ │ pdf.svg
│ │ │ │ people.svg
│ │ │ │ peoples.svg
│ │ │ │ phone.svg
│ │ │ │ post.svg
│ │ │ │ qq.svg
│ │ │ │ search.svg
│ │ │ │ sender.svg
│ │ │ │ server.svg
│ │ │ │ shopping.svg
│ │ │ │ shoppingCard.svg
│ │ │ │ size.svg
│ │ │ │ skill.svg
│ │ │ │ star.svg
│ │ │ │ swagger.svg
│ │ │ │ system.svg
│ │ │ │ tab.svg
│ │ │ │ table.svg
│ │ │ │ table0.svg
│ │ │ │ task.svg
│ │ │ │ template.svg
│ │ │ │ theme.svg
│ │ │ │ tool.svg
│ │ │ │ tree-table.svg
│ │ │ │ tree.svg
│ │ │ │ user.svg
│ │ │ │ user0.svg
│ │ │ │ validCode.svg
│ │ │ │ wechat.svg
│ │ │ │ zip.svg
│ │ │ │
│ │ │ └─svg
│ │ │ agricultureRegister.svg
│ │ │ AI.svg
│ │ │ AIDeviceLayout.svg
│ │ │ area.svg
│ │ │ base.svg
│ │ │ batch.svg
│ │ │ board.svg
│ │ │ board1.svg
│ │ │ boardConfig.svg
│ │ │ cfg.svg
│ │ │ code.svg
│ │ │ company.svg
│ │ │ crop.svg
│ │ │ crops.svg
│ │ │ dashboard.svg
│ │ │ dataAbnormal.svg
│ │ │ dataLack.svg
│ │ │ dept.svg
│ │ │ device.svg
│ │ │ deviceMonitorData.svg
│ │ │ dict.svg
│ │ │ diseasesinsect.svg
│ │ │ diseasesinsects.svg
│ │ │ documentation.svg
│ │ │ EIM.svg
│ │ │ email.svg
│ │ │ environmental.svg
│ │ │ eye-open.svg
│ │ │ farmingProject.svg
│ │ │ finance.svg
│ │ │ financeBudget.svg
│ │ │ financeReality.svg
│ │ │ firm.svg
│ │ │ firms.svg
│ │ │ harvestBatch.svg
│ │ │ harvestDetection.svg
│ │ │ harvestManage.svg
│ │ │ harvestWorks.svg
│ │ │ heavyMetalDetection.svg
│ │ │ home.svg
│ │ │ inspection.svg
│ │ │ internet.svg
│ │ │ internetActive.svg
│ │ │ log.svg
│ │ │ mainSystem.svg
│ │ │ mainSystemActive.svg
│ │ │ menu.svg
│ │ │ monitorEquipment.svg
│ │ │ news.svg
│ │ │ order.svg
│ │ │ password.svg
│ │ │ peoples.svg
│ │ │ pest.svg
│ │ │ pestActive.svg
│ │ │ pesticideResidue.svg
│ │ │ pests.svg
│ │ │ phone.svg
│ │ │ plant.svg
│ │ │ plants.svg
│ │ │ plantsActive.svg
│ │ │ residual.svg
│ │ │ retroactiveCoding.svg
│ │ │ scheme.svg
│ │ │ source.svg
│ │ │ sourceActive.svg
│ │ │ system.svg
│ │ │ task.svg
│ │ │ tempFarm.svg
│ │ │ traceability.svg
│ │ │ traceabilityList.svg
│ │ │ traceabilityStyle.svg
│ │ │ user.svg
│ │ │ user0.svg
│ │ │ validCode.svg
│ │ │ video.svg
│ │ │ videoEquipment.svg
│ │ │ videoKey.svg
│ │ │ VIP.svg
│ │ │ vipCustomized.svg
│ │ │ warnings.svg
│ │ │ workOrder.svg
│ │ │ ┐┤?х╣▄└э.svg
│ │ │ ╓╪╜Ё╩?╝ь▓т╣▄└э.svg
│ │ │
│ │ ├─router
│ │ │ router-static.js
│ │ │
│ │ ├─store
│ │ │ store.js
│ │ │
│ │ ├─utils
│ │ │ api.js
│ │ │ base.js
│ │ │ http.js
│ │ │ i18n.js
│ │ │ menu.js
│ │ │ storage.js
│ │ │ utils.js
│ │ │ validate.js
│ │ │
│ │ ├─views
│ │ │ │ 404.vue
│ │ │ │ center.vue
│ │ │ │ home.vue
│ │ │ │ index.vue
│ │ │ │ login.vue
│ │ │ │ pay.vue
│ │ │ │ register.vue
│ │ │ │ update-password.vue
│ │ │ │
│ │ │ └─modules
│ │ │ ├─config
│ │ │ │ add-or-update.vue
│ │ │ │ list.vue
│ │ │ │
│ │ │ ├─cuotiben
│ │ │ │ list.vue
│ │ │ │
│ │ │ ├─discussjianzhizhaopin
│ │ │ │ add-or-update.vue
│ │ │ │ list.vue
│ │ │ │
│ │ │ ├─forum
│ │ │ │ add-or-update.vue
│ │ │ │ list.vue
│ │ │ │
│ │ │ ├─jianzhiyingpin
│ │ │ │ add-or-update.vue
│ │ │ │ list.vue
│ │ │ │
│ │ │ ├─jianzhizhaopin
│ │ │ │ add-or-update.vue
│ │ │ │ list.vue
│ │ │ │
│ │ │ ├─kaoshijilu
│ │ │ │ add-or-update.vue
│ │ │ │ list.vue
│ │ │ │
│ │ │ ├─kefuguanli
│ │ │ │ chat-add-or-update.vue
│ │ │ │ list.vue
│ │ │ │
│ │ │ ├─news
│ │ │ │ add-or-update.vue
│ │ │ │ list.vue
│ │ │ │
│ │ │ ├─peizhiguanli
│ │ │ │ add-or-update.vue
│ │ │ │ list.vue
│ │ │ │
│ │ │ ├─shangjia
│ │ │ │ add-or-update.vue
│ │ │ │ list.vue
│ │ │ │
│ │ │ ├─shangjiatousu
│ │ │ │ add-or-update.vue
│ │ │ │ list.vue
│ │ │ │
│ │ │ ├─shijuanliebiao
│ │ │ │ exam.vue
│ │ │ │ list.vue
│ │ │ │
│ │ │ ├─shitiguanli
│ │ │ │ list.vue
│ │ │ │ question-add-or-update.vue
│ │ │ │
│ │ │ ├─storeup
│ │ │ │ add-or-update.vue
│ │ │ │ list.vue
│ │ │ │
│ │ │ ├─tousuchuli
│ │ │ │ add-or-update.vue
│ │ │ │ list.vue
│ │ │ │
│ │ │ ├─users
│ │ │ │ add-or-update.vue
│ │ │ │ list.vue
│ │ │ │
│ │ │ └─xuesheng
│ │ │ add-or-update.vue
│ │ │ list.vue
│ │ │
│ │ └─vm
│ │ add-or-update.vue.vm
│ │ base.js.vm
│ │ http.js.vm
│ │ list.vue.vm
│ │ login.vue.vm
│ │ menu.js.vm
│ │ router-static.js.vm
│ │ vue.config.js.vm
│ │
│ ├─front
│ │ │ index.html
│ │ │ muban.jpg
│ │ │
│ │ ├─css
│ │ │ bootstrap.min.css
│ │ │ common.css
│ │ │ style.css
│ │ │ theme.css
│ │ │
│ │ ├─elementui
│ │ │ │ elementui.css
│ │ │ │ elementui.js
│ │ │ │
│ │ │ └─fonts
│ │ │ element-icons.ttf
│ │ │ element-icons.woff
│ │ │
│ │ ├─img
│ │ │ avator.png
│ │ │ banner.jpg
│ │ │ jianshe.png
│ │ │ jiaotong.png
│ │ │ line.jpg
│ │ │ nongye.png
│ │ │ now.png
│ │ │ seckilling.jpg
│ │ │ select.png
│ │ │ unselect.png
│ │ │ weixin.png
│ │ │ yuan.png
│ │ │ zhifubao.png
│ │ │ zhongguo.png
│ │ │
│ │ ├─js
│ │ │ bootstrap.AMapPositionPicker.js
│ │ │ bootstrap.min.js
│ │ │ config.js
│ │ │ jquery.js
│ │ │ utils.js
│ │ │ validate.js
│ │ │ vue.js
│ │ │
│ │ ├─layui
│ │ │ │ layui.all.js
│ │ │ │ layui.js
│ │ │ │
│ │ │ ├─css
│ │ │ │ │ layui.css
│ │ │ │ │ layui.mobile.css
│ │ │ │ │
│ │ │ │ └─modules
│ │ │ │ │ code.css
│ │ │ │ │
│ │ │ │ ├─laydate
│ │ │ │ │ └─default
│ │ │ │ │ laydate.css
│ │ │ │ │
│ │ │ │ └─layer
│ │ │ │ └─default
│ │ │ │ icon-ext.png
│ │ │ │ icon.png
│ │ │ │ layer.css
│ │ │ │ loading-0.gif
│ │ │ │ loading-1.gif
│ │ │ │ loading-2.gif
│ │ │ │
│ │ │ ├─font
│ │ │ │ iconfont.eot
│ │ │ │ iconfont.svg
│ │ │ │ iconfont.ttf
│ │ │ │ iconfont.woff
│ │ │ │ iconfont.woff2
│ │ │ │
│ │ │ ├─images
│ │ │ │ └─face
│ │ │ │ 0.gif
│ │ │ │ 1.gif
│ │ │ │ 10.gif
│ │ │ │ 11.gif
│ │ │ │ 12.gif
│ │ │ │ 13.gif
│ │ │ │ 14.gif
│ │ │ │ 15.gif
│ │ │ │ 16.gif
│ │ │ │ 17.gif
│ │ │ │ 18.gif
│ │ │ │ 19.gif
│ │ │ │ 2.gif
│ │ │ │ 20.gif
│ │ │ │ 21.gif
│ │ │ │ 22.gif
│ │ │ │ 23.gif
│ │ │ │ 24.gif
│ │ │ │ 25.gif
│ │ │ │ 26.gif
│ │ │ │ 27.gif
│ │ │ │ 28.gif
│ │ │ │ 29.gif
│ │ │ │ 3.gif
│ │ │ │ 30.gif
│ │ │ │ 31.gif
│ │ │ │ 32.gif
│ │ │ │ 33.gif
│ │ │ │ 34.gif
│ │ │ │ 35.gif
│ │ │ │ 36.gif
│ │ │ │ 37.gif
│ │ │ │ 38.gif
│ │ │ │ 39.gif
│ │ │ │ 4.gif
│ │ │ │ 40.gif
│ │ │ │ 41.gif
│ │ │ │ 42.gif
│ │ │ │ 43.gif
│ │ │ │ 44.gif
│ │ │ │ 45.gif
│ │ │ │ 46.gif
│ │ │ │ 47.gif
│ │ │ │ 48.gif
│ │ │ │ 49.gif
│ │ │ │ 5.gif
│ │ │ │ 50.gif
│ │ │ │ 51.gif
│ │ │ │ 52.gif
│ │ │ │ 53.gif
│ │ │ │ 54.gif
│ │ │ │ 55.gif
│ │ │ │ 56.gif
│ │ │ │ 57.gif
│ │ │ │ 58.gif
│ │ │ │ 59.gif
│ │ │ │ 6.gif
│ │ │ │ 60.gif
│ │ │ │ 61.gif
│ │ │ │ 62.gif
│ │ │ │ 63.gif
│ │ │ │ 64.gif
│ │ │ │ 65.gif
│ │ │ │ 66.gif
│ │ │ │ 67.gif
│ │ │ │ 68.gif
│ │ │ │ 69.gif
│ │ │ │ 7.gif
│ │ │ │ 70.gif
│ │ │ │ 71.gif
│ │ │ │ 8.gif
│ │ │ │ 9.gif
│ │ │ │
│ │ │ └─lay
│ │ │ └─modules
│ │ │ carousel.js
│ │ │ code.js
│ │ │ colorpicker.js
│ │ │ element.js
│ │ │ flow.js
│ │ │ form.js
│ │ │ jquery.js
│ │ │ laydate.js
│ │ │ layedit.js
│ │ │ layer.js
│ │ │ laypage.js
│ │ │ laytpl.js
│ │ │ mobile.js
│ │ │ rate.js
│ │ │ slider.js
│ │ │ table.js
│ │ │ transfer.js
│ │ │ tree.js
│ │ │ upload.js
│ │ │ util.js
│ │ │
│ │ ├─modules
│ │ │ │ config.js
│ │ │ │
│ │ │ ├─http
│ │ │ │ http.js
│ │ │ │
│ │ │ ├─layarea
│ │ │ │ layarea.js
│ │ │ │
│ │ │ └─tinymce
│ │ │ │ index.html
│ │ │ │ tinymce.js
│ │ │ │
│ │ │ └─tinymce
│ │ │ │ jquery.tinymce.min.js
│ │ │ │ license.txt
│ │ │ │ readme.md
│ │ │ │ tinymce.js
│ │ │ │ tinymce.min.js
│ │ │ │
│ │ │ ├─langs
│ │ │ │ readme.md
│ │ │ │ zh_CN.js
│ │ │ │
│ │ │ ├─plugins
│ │ │ │ ├─advlist
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─anchor
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─autolink
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─autoresize
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─autosave
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─bbcode
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─charmap
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─code
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─codesample
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─colorpicker
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─contextmenu
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─directionality
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─emoticons
│ │ │ │ │ │ plugin.js
│ │ │ │ │ │ plugin.min.js
│ │ │ │ │ │
│ │ │ │ │ └─js
│ │ │ │ │ emojis.js
│ │ │ │ │ emojis.min.js
│ │ │ │ │
│ │ │ │ ├─fullpage
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─fullscreen
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─help
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─hr
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─image
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─imagetools
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─importcss
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─indent2em
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─insertdatetime
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─legacyoutput
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─link
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─lists
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─media
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─nonbreaking
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─noneditable
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─pagebreak
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─paste
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─preview
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─print
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─quickbars
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─save
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─searchreplace
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─spellchecker
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─tabfocus
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─table
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─template
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─textcolor
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─textpattern
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─toc
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─visualblocks
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ ├─visualchars
│ │ │ │ │ plugin.js
│ │ │ │ │ plugin.min.js
│ │ │ │ │
│ │ │ │ └─wordcount
│ │ │ │ plugin.js
│ │ │ │ plugin.min.js
│ │ │ │
│ │ │ ├─skins
│ │ │ │ ├─content
│ │ │ │ │ ├─dark
│ │ │ │ │ │ content.css
│ │ │ │ │ │ content.min.css
│ │ │ │ │ │ content.min.css.map
│ │ │ │ │ │
│ │ │ │ │ ├─default
│ │ │ │ │ │ content.css
│ │ │ │ │ │ content.min.css
│ │ │ │ │ │ content.min.css.map
│ │ │ │ │ │
│ │ │ │ │ ├─document
│ │ │ │ │ │ content.css
│ │ │ │ │ │ content.min.css
│ │ │ │ │ │ content.min.css.map
│ │ │ │ │ │
│ │ │ │ │ └─writer
│ │ │ │ │ content.css
│ │ │ │ │ content.min.css
│ │ │ │ │ content.min.css.map
│ │ │ │ │
│ │ │ │ └─ui
│ │ │ │ ├─oxide
│ │ │ │ │ │ content.css
│ │ │ │ │ │ content.inline.css
│ │ │ │ │ │ content.inline.min.css
│ │ │ │ │ │ content.inline.min.css.map
│ │ │ │ │ │ content.min.css
│ │ │ │ │ │ content.min.css.map
│ │ │ │ │ │ content.mobile.css
│ │ │ │ │ │ content.mobile.min.css
│ │ │ │ │ │ content.mobile.min.css.map
│ │ │ │ │ │ skin.css
│ │ │ │ │ │ skin.min.css
│ │ │ │ │ │ skin.min.css.map
│ │ │ │ │ │ skin.mobile.css
│ │ │ │ │ │ skin.mobile.min.css
│ │ │ │ │ │ skin.mobile.min.css.map
│ │ │ │ │ │
│ │ │ │ │ └─fonts
│ │ │ │ │ tinymce-mobile.woff
│ │ │ │ │
│ │ │ │ └─oxide-dark
│ │ │ │ │ content.css
│ │ │ │ │ content.inline.css
│ │ │ │ │ content.inline.min.css
│ │ │ │ │ content.inline.min.css.map
│ │ │ │ │ content.min.css
│ │ │ │ │ content.min.css.map
│ │ │ │ │ content.mobile.css
│ │ │ │ │ content.mobile.min.css
│ │ │ │ │ content.mobile.min.css.map
│ │ │ │ │ skin.css
│ │ │ │ │ skin.min.css
│ │ │ │ │ skin.min.css.map
│ │ │ │ │ skin.mobile.css
│ │ │ │ │ skin.mobile.min.css
│ │ │ │ │ skin.mobile.min.css.map
│ │ │ │ │
│ │ │ │ └─fonts
│ │ │ │ tinymce-mobile.woff
│ │ │ │
│ │ │ └─themes
│ │ │ ├─mobile
│ │ │ │ theme.js
│ │ │ │ theme.min.js
│ │ │ │
│ │ │ └─silver
│ │ │ theme.js
│ │ │ theme.min.js
│ │ │
│ │ ├─pages
│ │ │ ├─address
│ │ │ │ add.html
│ │ │ │ list.html
│ │ │ │ update.html
│ │ │ │
│ │ │ ├─cart
│ │ │ │ list.html
│ │ │ │
│ │ │ ├─chat
│ │ │ │ chat.html
│ │ │ │
│ │ │ ├─config
│ │ │ │ add.html
│ │ │ │ center.html
│ │ │ │ detail.html
│ │ │ │ list.html
│ │ │ │ register.html
│ │ │ │
│ │ │ ├─cuotiben
│ │ │ │ list.html
│ │ │ │
│ │ │ ├─defaultuser
│ │ │ │ center.html
│ │ │ │ register.html
│ │ │ │
│ │ │ ├─discussjianzhizhaopin
│ │ │ │ add.html
│ │ │ │ center.html
│ │ │ │ detail.html
│ │ │ │ list.html
│ │ │ │ register.html
│ │ │ │
│ │ │ ├─exampaper
│ │ │ │ exam.html
│ │ │ │ list.html
│ │ │ │
│ │ │ ├─examrecord
│ │ │ │ detail.html
│ │ │ │ list.html
│ │ │ │ wrong.html
│ │ │ │
│ │ │ ├─forum
│ │ │ │ add-comment.html
│ │ │ │ add.html
│ │ │ │ center.html
│ │ │ │ detail.html
│ │ │ │ list-my.html
│ │ │ │ list.html
│ │ │ │ register.html
│ │ │ │ update.html
│ │ │ │
│ │ │ ├─home
│ │ │ │ home.html
│ │ │ │
│ │ │ ├─jianzhiyingpin
│ │ │ │ add.html
│ │ │ │ center.html
│ │ │ │ detail.html
│ │ │ │ list.html
│ │ │ │ register.html
│ │ │ │
│ │ │ ├─jianzhizhaopin
│ │ │ │ add.html
│ │ │ │ center.html
│ │ │ │ detail.html
│ │ │ │ list.html
│ │ │ │ register.html
│ │ │ │
│ │ │ ├─login
│ │ │ │ login.html
│ │ │ │
│ │ │ ├─messages
│ │ │ │ list.html
│ │ │ │
│ │ │ ├─news
│ │ │ │ add.html
│ │ │ │ center.html
│ │ │ │ detail.html
│ │ │ │ list.html
│ │ │ │ register.html
│ │ │ │
│ │ │ ├─order
│ │ │ │ confirm.html
│ │ │ │ list.html
│ │ │ │
│ │ │ ├─recharge
│ │ │ │ recharge.html
│ │ │ │
│ │ │ ├─shangjia
│ │ │ │ add.html
│ │ │ │ center.html
│ │ │ │ detail.html
│ │ │ │ list.html
│ │ │ │ register.html
│ │ │ │
│ │ │ ├─shangjiatousu
│ │ │ │ add.html
│ │ │ │ center.html
│ │ │ │ detail.html
│ │ │ │ list.html
│ │ │ │ register.html
│ │ │ │
│ │ │ ├─storeup
│ │ │ │ add.html
│ │ │ │ center.html
│ │ │ │ detail.html
│ │ │ │ list.html
│ │ │ │ register.html
│ │ │ │
│ │ │ ├─tousuchuli
│ │ │ │ add.html
│ │ │ │ center.html
│ │ │ │ detail.html
│ │ │ │ list.html
│ │ │ │ register.html
│ │ │ │
│ │ │ ├─users
│ │ │ │ add.html
│ │ │ │ center.html
│ │ │ │ detail.html
│ │ │ │ list.html
│ │ │ │ register.html
│ │ │ │
│ │ │ └─xuesheng
│ │ │ add.html
│ │ │ center.html
│ │ │ detail.html
│ │ │ list.html
│ │ │ register.html
│ │ │
│ │ └─xznstatic
│ │ ├─css
│ │ │ common.css
│ │ │ login.css
│ │ │ public.css
│ │ │ style.css
│ │ │
│ │ ├─img
│ │ │ 162237296.jpg
│ │ │ 162240878.jpg
│ │ │ 19.jpg
│ │ │ 1_092ZZ2503138.jpg
│ │ │ 20.jpg
│ │ │ index_24.gif
│ │ │ index_35.gif
│ │ │ index_41.gif
│ │ │ index_44.gif
│ │ │ logo.png
│ │ │ news_list_time.jpg
│ │ │ service_btn.png
│ │ │ service_img.png
│ │ │ service_title.png
│ │ │
│ │ └─js
│ │ index.js
│ │ jquery-1.11.3.min.js
│ │ jquery.SuperSlide.2.1.1.js
│ │
│ ├─resources
│ │ ├─bootstrap
│ │ │ ├─css
│ │ │ │ bootstrap.css
│ │ │ │ bootstrap.css.map
│ │ │ │ bootstrap.min.css
│ │ │ │ bootstrap.min.css.map
│ │ │ │
│ │ │ ├─fonts
│ │ │ │ glyphicons-halflings-regular.eot
│ │ │ │ glyphicons-halflings-regular.svg
│ │ │ │ glyphicons-halflings-regular.ttf
│ │ │ │ glyphicons-halflings-regular.woff
│ │ │ │ glyphicons-halflings-regular.woff2
│ │ │ │
│ │ │ └─js
│ │ │ bootstrap.js
│ │ │ bootstrap.min.js
│ │ │
│ │ └─jquery
│ │ jquery-2.2.3.min.js
│ │
│ ├─upload
│ │ 1606894094833.jpg
│ │ 1606894157554.jpg
│ │ 1606894207061.jpg
│ │ 1606894224134.jpg
│ │ 1606894282264.jpg
│ │ 1606894309178.jpg
│ │ 1606894407437.png
│ │ jianzhizhaopin_zhaopinfengmian1.jpg
│ │ jianzhizhaopin_zhaopinfengmian2.jpg
│ │ jianzhizhaopin_zhaopinfengmian3.jpg
│ │ jianzhizhaopin_zhaopinfengmian4.jpg
│ │ jianzhizhaopin_zhaopinfengmian5.jpg
│ │ jianzhizhaopin_zhaopinfengmian6.jpg
│ │ news_picture1.jpg
│ │ news_picture2.jpg
│ │ news_picture3.jpg
│ │ news_picture4.jpg
│ │ news_picture5.jpg
│ │ news_picture6.jpg
│ │ picture1.jpg
│ │ picture2.jpg
│ │ picture3.jpg
│ │ picture4.jpg
│ │ picture5.jpg
│ │ shangjia_yingyezhizhao1.jpg
│ │ shangjia_yingyezhizhao2.jpg
│ │ shangjia_yingyezhizhao3.jpg
│ │ shangjia_yingyezhizhao4.jpg
│ │ shangjia_yingyezhizhao5.jpg
│ │ shangjia_yingyezhizhao6.jpg
│ │ test.txt
│ │ xuesheng_zhaopian1.jpg
│ │ xuesheng_zhaopian2.jpg
│ │ xuesheng_zhaopian3.jpg
│ │ xuesheng_zhaopian4.jpg
│ │ xuesheng_zhaopian5.jpg
│ │ xuesheng_zhaopian6.jpg
│ │
│ └─WEB-INF
│ web.xml
│
└─target
├─classes
│ │ config.properties
│ │ log4j.properties
│ │
│ ├─com
│ │ ├─annotation
│ │ │ APPLoginUser.class
│ │ │ IgnoreAuth.class
│ │ │ LoginUser.class
│ │ │
│ │ ├─config
│ │ │ MyMetaObjectHandler.class
│ │ │
│ │ ├─controller
│ │ │ CommonController.class
│ │ │ ConfigController.class
│ │ │ DiscussjianzhizhaopinController.class
│ │ │ FileController.class
│ │ │ ForumController.class
│ │ │ JianzhiyingpinController.class
│ │ │ JianzhizhaopinController.class
│ │ │ NewsController.class
│ │ │ ShangjiaController.class
│ │ │ ShangjiatousuController.class
│ │ │ StoreupController.class
│ │ │ TousuchuliController.class
│ │ │ UserController.class
│ │ │ XueshengController.class
│ │ │
│ │ ├─dao
│ │ │ CommonDao.class
│ │ │ ConfigDao.class
│ │ │ DiscussjianzhizhaopinDao.class
│ │ │ ForumDao.class
│ │ │ JianzhiyingpinDao.class
│ │ │ JianzhizhaopinDao.class
│ │ │ NewsDao.class
│ │ │ ShangjiaDao.class
│ │ │ ShangjiatousuDao.class
│ │ │ StoreupDao.class
│ │ │ TokenDao.class
│ │ │ TousuchuliDao.class
│ │ │ UserDao.class
│ │ │ XueshengDao.class
│ │ │
│ │ ├─entity
│ │ │ │ ConfigEntity.class
│ │ │ │ DiscussjianzhizhaopinEntity.class
│ │ │ │ EIException.class
│ │ │ │ ForumEntity.class
│ │ │ │ JianzhiyingpinEntity.class
│ │ │ │ JianzhizhaopinEntity.class
│ │ │ │ NewsEntity.class
│ │ │ │ ShangjiaEntity.class
│ │ │ │ ShangjiatousuEntity.class
│ │ │ │ StoreupEntity.class
│ │ │ │ TokenEntity.class
│ │ │ │ TousuchuliEntity.class
│ │ │ │ UserEntity.class
│ │ │ │ XueshengEntity.class
│ │ │ │
│ │ │ ├─model
│ │ │ │ DiscussjianzhizhaopinModel.class
│ │ │ │ ForumModel.class
│ │ │ │ JianzhiyingpinModel.class
│ │ │ │ JianzhizhaopinModel.class
│ │ │ │ NewsModel.class
│ │ │ │ ShangjiaModel.class
│ │ │ │ ShangjiatousuModel.class
│ │ │ │ StoreupModel.class
│ │ │ │ TousuchuliModel.class
│ │ │ │ XueshengModel.class
│ │ │ │
│ │ │ ├─view
│ │ │ │ DiscussjianzhizhaopinView.class
│ │ │ │ ForumView.class
│ │ │ │ JianzhiyingpinView.class
│ │ │ │ JianzhizhaopinView.class
│ │ │ │ NewsView.class
│ │ │ │ ShangjiatousuView.class
│ │ │ │ ShangjiaView.class
│ │ │ │ StoreupView.class
│ │ │ │ TousuchuliView.class
│ │ │ │ XueshengView.class
│ │ │ │
│ │ │ └─vo
│ │ │ DiscussjianzhizhaopinVO.class
│ │ │ ForumVO.class
│ │ │ JianzhiyingpinVO.class
│ │ │ JianzhizhaopinVO.class
│ │ │ NewsVO.class
│ │ │ ShangjiatousuVO.class
│ │ │ ShangjiaVO.class
│ │ │ StoreupVO.class
│ │ │ TousuchuliVO.class
│ │ │ XueshengVO.class
│ │ │
│ │ ├─interceptor
│ │ │ AuthorizationInterceptor.class
│ │ │
│ │ ├─model
│ │ │ └─enums
│ │ │ TypeEnum.class
│ │ │
│ │ ├─service
│ │ │ │ CommonService.class
│ │ │ │ ConfigService.class
│ │ │ │ DiscussjianzhizhaopinService.class
│ │ │ │ ForumService.class
│ │ │ │ JianzhiyingpinService.class
│ │ │ │ JianzhizhaopinService.class
│ │ │ │ NewsService.class
│ │ │ │ ShangjiaService.class
│ │ │ │ ShangjiatousuService.class
│ │ │ │ StoreupService.class
│ │ │ │ TokenService.class
│ │ │ │ TousuchuliService.class
│ │ │ │ UserService.class
│ │ │ │ XueshengService.class
│ │ │ │
│ │ │ └─impl
│ │ │ CommonServiceImpl.class
│ │ │ ConfigServiceImpl.class
│ │ │ DiscussjianzhizhaopinServiceImpl.class
│ │ │ ForumServiceImpl.class
│ │ │ JianzhiyingpinServiceImpl.class
│ │ │ JianzhizhaopinServiceImpl.class
│ │ │ NewsServiceImpl.class
│ │ │ ShangjiaServiceImpl.class
│ │ │ ShangjiatousuServiceImpl.class
│ │ │ StoreupServiceImpl.class
│ │ │ TokenServiceImpl.class
│ │ │ TousuchuliServiceImpl.class
│ │ │ UserServiceImpl.class
│ │ │ XueshengServiceImpl.class
│ │ │
│ │ └─utils
│ │ BaiduUtil.class
│ │ CommonUtil.class
│ │ FileUtil.class
│ │ HttpClientUtils.class
│ │ JQPageInfo.class
│ │ MPUtil.class
│ │ PageUtils.class
│ │ Query.class
│ │ R.class
│ │ SpringContextUtils.class
│ │ SQLFilter.class
│ │ ValidatorUtils.class
│ │
│ ├─doc
│ │ sys_user.sql
│ │
│ ├─mapper
│ │ CommonDao.xml
│ │ ConfigDao.xml
│ │ DiscussjianzhizhaopinDao.xml
│ │ ForumDao.xml
│ │ JianzhiyingpinDao.xml
│ │ JianzhizhaopinDao.xml
│ │ NewsDao.xml
│ │ ShangjiaDao.xml
│ │ ShangjiatousuDao.xml
│ │ StoreupDao.xml
│ │ TokenDao.xml
│ │ TousuchuliDao.xml
│ │ UserDao.xml
│ │ XueshengDao.xml
│ │
│ ├─mybatis
│ │ mybatis-config.xml
│ │
│ └─spring
│ spring-mvc.xml
│ spring-mybatis.xml
│ spring.xml
│
├─m2e-wtp
│ └─web-resources
│ └─META-INF
│ │ MANIFEST.MF
│ │
│ └─maven
│ └─com.jlwl
│ └─ssmf1203
│ pom.properties
│ pom.xml
│
└─test-classes