实例介绍
这是一个在线的一个学习平台,有答题,测试,考试,练习等等功能,还有上传视频,可以通过微信小程序在线观看视频进行学习,支持购买会员,会员分为三个等级(等级内容自己定),这个项目由微信小程序+java+mysql组成,后端框架用的springboot,管理端框架使用的layui,压缩包里面有运行截图(内含数据库mysql),项目下载后可以直接运行
【实例截图】
【核心代码】
4744300845234647408.zip
└── 答题看视频小程序
├── miniprogram
│ ├── app.js
│ ├── app.json
│ ├── app.wxss
│ ├── images
│ │ ├── about.png
│ │ ├── a_close.png
│ │ ├── banner1.jpg
│ │ ├── banner2.jpg
│ │ ├── banner3.jpg
│ │ ├── banner4.jpg
│ │ ├── book1.jpg
│ │ ├── book2.jpg
│ │ ├── book3.jpg
│ │ ├── book4.jpg
│ │ ├── close.png
│ │ ├── dh1a.png
│ │ ├── dh1b.png
│ │ ├── dh2a.png
│ │ ├── dh2b.png
│ │ ├── dh3a.png
│ │ ├── dh3b.png
│ │ ├── dh4a.png
│ │ ├── dh4b.png
│ │ ├── eye.png
│ │ ├── hint.png
│ │ ├── join2.png
│ │ ├── join.png
│ │ ├── mine1.png
│ │ ├── more1.png
│ │ ├── more.png
│ │ ├── phone.png
│ │ ├── right.png
│ │ ├── san1.png
│ │ ├── submit.png
│ │ ├── test1.png
│ │ ├── test2.png
│ │ ├── test3.png
│ │ ├── test4.png
│ │ ├── test5.png
│ │ ├── test6.png
│ │ ├── test7.png
│ │ ├── test8.png
│ │ ├── test9.png
│ │ ├── title-list.png
│ │ ├── user-img.jpg
│ │ ├── user-order.png
│ │ ├── v_banner.jpg
│ │ ├── zanw.png
│ │ └── zanz.png
│ ├── pages
│ │ ├── buy
│ │ │ ├── buy.js
│ │ │ ├── buy.json
│ │ │ ├── buy.wxml
│ │ │ └── buy.wxss
│ │ ├── cuoti
│ │ │ ├── cuoti.js
│ │ │ ├── cuoti.json
│ │ │ ├── cuoti.wxml
│ │ │ └── cuoti.wxss
│ │ ├── dati2
│ │ │ ├── dati2.js
│ │ │ ├── dati2.json
│ │ │ ├── dati2.wxml
│ │ │ └── dati2.wxss
│ │ ├── iconfont.wxss
│ │ ├── index
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── join
│ │ │ ├── join.js
│ │ │ ├── join.json
│ │ │ ├── join.wxml
│ │ │ └── join.wxss
│ │ ├── kaoshi
│ │ │ ├── cuowu
│ │ │ │ ├── cuowu.js
│ │ │ │ ├── cuowu.json
│ │ │ │ ├── cuowu.wxml
│ │ │ │ └── cuowu.wxss
│ │ │ ├── kaoshi.js
│ │ │ ├── kaoshi.json
│ │ │ ├── kaoshi.wxml
│ │ │ └── kaoshi.wxss
│ │ ├── logs
│ │ │ ├── logs.js
│ │ │ ├── logs.json
│ │ │ ├── logs.wxml
│ │ │ └── logs.wxss
│ │ ├── mine
│ │ │ ├── aboutMe
│ │ │ │ ├── aboutMe.js
│ │ │ │ ├── aboutMe.json
│ │ │ │ ├── aboutMe.wxml
│ │ │ │ └── aboutMe.wxss
│ │ │ ├── ding
│ │ │ │ ├── ding.js
│ │ │ │ ├── ding.json
│ │ │ │ ├── ding.wxml
│ │ │ │ └── ding.wxss
│ │ │ ├── ding.zip
│ │ │ ├── mine.js
│ │ │ ├── mine.json
│ │ │ ├── mine.wxml
│ │ │ ├── mine.wxss
│ │ │ └── phone
│ │ │ ├── phone.js
│ │ │ ├── phone.json
│ │ │ ├── phone.wxml
│ │ │ └── phone.wxss
│ │ ├── more
│ │ │ ├── more.js
│ │ │ ├── more.json
│ │ │ ├── more.wxml
│ │ │ └── more.wxss
│ │ ├── video
│ │ │ ├── buy.js
│ │ │ ├── buy.json
│ │ │ ├── buy.wxml
│ │ │ ├── buy.wxss
│ │ │ ├── video.js
│ │ │ ├── video.json
│ │ │ ├── video-list.js
│ │ │ ├── video-list.json
│ │ │ ├── video-list.wxml
│ │ │ ├── video-list.wxss
│ │ │ ├── video.wxml
│ │ │ └── video.wxss
│ │ ├── yilian
│ │ │ ├── yilian.js
│ │ │ ├── yilian.json
│ │ │ ├── yilian.wxml
│ │ │ └── yilian.wxss
│ │ └── zhenti
│ │ ├── zhenti.js
│ │ ├── zhenti.json
│ │ ├── zhenti.wxml
│ │ └── zhenti.wxss
│ ├── project.config.json
│ ├── sitemap.json
│ └── utils
│ └── util.js
├── TourGuide
│ ├── HELP.md
│ ├── mvnw
│ ├── mvnw.cmd
│ ├── pom.xml
│ ├── src
│ │ ├── main
│ │ │ ├── java
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ ├── controller
│ │ │ │ │ ├── adminController
│ │ │ │ │ │ └── AdminController.java
│ │ │ │ │ ├── signUpController
│ │ │ │ │ │ └── SignUpController.java
│ │ │ │ │ ├── topicController
│ │ │ │ │ │ ├── AllTopicsController.java
│ │ │ │ │ │ ├── ChapterPracticeController.java
│ │ │ │ │ │ ├── CollectController.java
│ │ │ │ │ │ ├── DayExerciseController.java
│ │ │ │ │ │ ├── MistakesController.java
│ │ │ │ │ │ └── PracticeTestController.java
│ │ │ │ │ ├── userController
│ │ │ │ │ │ ├── userController.java
│ │ │ │ │ │ ├── userController.java.mine
│ │ │ │ │ │ ├── userController.java.r32
│ │ │ │ │ │ └── userController.java.r35
│ │ │ │ │ ├── utilController
│ │ │ │ │ │ └── TimeDemo.java
│ │ │ │ │ ├── vedioController
│ │ │ │ │ │ └── VedioController.java
│ │ │ │ │ └── weixinController
│ │ │ │ │ └── WeixinController.java
│ │ │ │ ├── dao
│ │ │ │ │ ├── AdminDao
│ │ │ │ │ │ └── AdminDao.java
│ │ │ │ │ ├── BuyCoursesDao
│ │ │ │ │ │ └── BuyCoursesDao.java
│ │ │ │ │ ├── topicDao
│ │ │ │ │ │ ├── AllTopicsDao.java
│ │ │ │ │ │ ├── ChapterDao.java
│ │ │ │ │ │ ├── CollectDao.java
│ │ │ │ │ │ ├── DayExerciseDao.java
│ │ │ │ │ │ ├── MistakesDao.java
│ │ │ │ │ │ └── PracticeTestDao.java
│ │ │ │ │ ├── userDao
│ │ │ │ │ │ └── UserDao.java
│ │ │ │ │ └── vedioDao
│ │ │ │ │ └── VedioDao.java
│ │ │ │ ├── enumConfig
│ │ │ │ │ └── Monikaoshi.java
│ │ │ │ ├── pojo
│ │ │ │ │ ├── Admin.java
│ │ │ │ │ ├── Book.java
│ │ │ │ │ ├── BookSection.java
│ │ │ │ │ ├── BuyCourses.java
│ │ │ │ │ ├── CommenThreads.java
│ │ │ │ │ ├── Examination_topic.java
│ │ │ │ │ ├── Practice.java
│ │ │ │ │ ├── Section.java
│ │ │ │ │ ├── T_Area.java
│ │ │ │ │ ├── T_collect.java
│ │ │ │ │ ├── T_examination.java
│ │ │ │ │ ├── T_File.java
│ │ │ │ │ ├── t_mistakes.java
│ │ │ │ │ ├── T_topic.java
│ │ │ │ │ ├── T_user.java
│ │ │ │ │ └── Vedio.java
│ │ │ │ ├── service
│ │ │ │ │ ├── AdminService
│ │ │ │ │ │ ├── AdminServiceImpl
│ │ │ │ │ │ │ └── AdminServiceImpl.java
│ │ │ │ │ │ └── AdminService.java
│ │ │ │ │ ├── BuyCoursesService
│ │ │ │ │ │ ├── BuyCoursesServiceImpl
│ │ │ │ │ │ │ └── BuyCoursesServiceImpl.java
│ │ │ │ │ │ └── BuyCoursesService.java
│ │ │ │ │ ├── sigupService
│ │ │ │ │ │ ├── serviceImpl
│ │ │ │ │ │ │ └── SigupServiceImpl.java
│ │ │ │ │ │ └── SigupService.java
│ │ │ │ │ ├── topicService
│ │ │ │ │ │ ├── AllTopicsService.java
│ │ │ │ │ │ ├── ChapterService.java
│ │ │ │ │ │ ├── CollectService.java
│ │ │ │ │ │ ├── DayExerciseService.java
│ │ │ │ │ │ ├── MistakesService.java
│ │ │ │ │ │ ├── PracticeTestService.java
│ │ │ │ │ │ └── serviceImpl
│ │ │ │ │ │ ├── AllTopicsServiceImpl.java
│ │ │ │ │ │ ├── ChapterServiceImpl.java
│ │ │ │ │ │ ├── CollectServiceImpl.java
│ │ │ │ │ │ ├── DayExerciseServiceImpl.java
│ │ │ │ │ │ ├── MistakesServiceImpl.java
│ │ │ │ │ │ └── PracticeTestServiceImpl.java
│ │ │ │ │ ├── userService
│ │ │ │ │ │ ├── userServiceImpl
│ │ │ │ │ │ │ └── UserServiceImpl.java
│ │ │ │ │ │ └── UserService.java
│ │ │ │ │ ├── vedioService
│ │ │ │ │ │ ├── vedioServiceImpl
│ │ │ │ │ │ │ └── VedioServiceImpl.java
│ │ │ │ │ │ └── VedioService.java
│ │ │ │ │ └── WeiXinPayService
│ │ │ │ │ ├── WeiXinPayServiceImpl
│ │ │ │ │ │ └── WeiXinPayServiceImpl.java
│ │ │ │ │ └── WeiXinPayService.java
│ │ │ │ ├── TourGuideApplication.java
│ │ │ │ └── Utile
│ │ │ │ ├── ImageUpload.java
│ │ │ │ ├── MD5Util.java
│ │ │ │ ├── TTResult.java
│ │ │ │ ├── WeChatUtil.java
│ │ │ │ ├── WeiXinAtcion.java
│ │ │ │ └── WXUtil.java
│ │ │ └── resources
│ │ │ ├── application.yml
│ │ │ ├── cert
│ │ │ │ └── apiclient_cert.p12
│ │ │ ├── layui
│ │ │ │ ├── css
│ │ │ │ │ ├── layui.css
│ │ │ │ │ ├── layui.mobile.css
│ │ │ │ │ └── modules
│ │ │ │ │ ├── code.css
│ │ │ │ │ ├── laydate
│ │ │ │ │ │ └── default
│ │ │ │ │ │ └── laydate.css
│ │ │ │ │ └── layer
│ │ │ │ │ └── default
│ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── layer.css
│ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ └── loading-2.gif
│ │ │ │ ├── font
│ │ │ │ │ ├── iconfont.eot
│ │ │ │ │ ├── iconfont.svg
│ │ │ │ │ ├── iconfont.ttf
│ │ │ │ │ ├── iconfont.woff
│ │ │ │ │ └── iconfont.woff2
│ │ │ │ ├── images
│ │ │ │ │ └── face
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 11.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 15.gif
│ │ │ │ │ ├── 16.gif
│ │ │ │ │ ├── 17.gif
│ │ │ │ │ ├── 18.gif
│ │ │ │ │ ├── 19.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 20.gif
│ │ │ │ │ ├── 21.gif
│ │ │ │ │ ├── 22.gif
│ │ │ │ │ ├── 23.gif
│ │ │ │ │ ├── 24.gif
│ │ │ │ │ ├── 25.gif
│ │ │ │ │ ├── 26.gif
│ │ │ │ │ ├── 27.gif
│ │ │ │ │ ├── 28.gif
│ │ │ │ │ ├── 29.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 30.gif
│ │ │ │ │ ├── 31.gif
│ │ │ │ │ ├── 32.gif
│ │ │ │ │ ├── 33.gif
│ │ │ │ │ ├── 34.gif
│ │ │ │ │ ├── 35.gif
│ │ │ │ │ ├── 36.gif
│ │ │ │ │ ├── 37.gif
│ │ │ │ │ ├── 38.gif
│ │ │ │ │ ├── 39.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 40.gif
│ │ │ │ │ ├── 41.gif
│ │ │ │ │ ├── 42.gif
│ │ │ │ │ ├── 43.gif
│ │ │ │ │ ├── 44.gif
│ │ │ │ │ ├── 45.gif
│ │ │ │ │ ├── 46.gif
│ │ │ │ │ ├── 47.gif
│ │ │ │ │ ├── 48.gif
│ │ │ │ │ ├── 49.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 50.gif
│ │ │ │ │ ├── 51.gif
│ │ │ │ │ ├── 52.gif
│ │ │ │ │ ├── 53.gif
│ │ │ │ │ ├── 54.gif
│ │ │ │ │ ├── 55.gif
│ │ │ │ │ ├── 56.gif
│ │ │ │ │ ├── 57.gif
│ │ │ │ │ ├── 58.gif
│ │ │ │ │ ├── 59.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 60.gif
│ │ │ │ │ ├── 61.gif
│ │ │ │ │ ├── 62.gif
│ │ │ │ │ ├── 63.gif
│ │ │ │ │ ├── 64.gif
│ │ │ │ │ ├── 65.gif
│ │ │ │ │ ├── 66.gif
│ │ │ │ │ ├── 67.gif
│ │ │ │ │ ├── 68.gif
│ │ │ │ │ ├── 69.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 70.gif
│ │ │ │ │ ├── 71.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ └── 9.gif
│ │ │ │ ├── lay
│ │ │ │ │ └── modules
│ │ │ │ │ ├── carousel.js
│ │ │ │ │ ├── code.js
│ │ │ │ │ ├── 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
│ │ │ │ ├── layui.all.js
│ │ │ │ └── layui.js
│ │ │ ├── mapper
│ │ │ │ ├── AdminMapper.xml
│ │ │ │ ├── AllTopicsMapper.xml
│ │ │ │ ├── BuyCoursesMapper.xml
│ │ │ │ ├── chapterMapper.xml
│ │ │ │ ├── CollectMapper.xml
│ │ │ │ ├── DayExerciseMapper.xml
│ │ │ │ ├── mistakesMapper.xml
│ │ │ │ ├── PracticeTestMapper.xml
│ │ │ │ ├── UserMapper.xml
│ │ │ │ └── vedioMapper.xml
│ │ │ ├── static
│ │ │ │ ├── css
│ │ │ │ │ ├── backStyle
│ │ │ │ │ │ ├── back.css
│ │ │ │ │ │ └── image
│ │ │ │ │ │ ├── backimage.png
│ │ │ │ │ │ └── back.png
│ │ │ │ │ ├── font.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
│ │ │ │ │ └── xadmin.css
│ │ │ │ ├── font
│ │ │ │ │ ├── iconfont.eot
│ │ │ │ │ ├── iconfont.svg
│ │ │ │ │ ├── iconfont.ttf
│ │ │ │ │ ├── iconfont.woff
│ │ │ │ │ └── iconfont.woff2
│ │ │ │ ├── images
│ │ │ │ │ └── face
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 11.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 15.gif
│ │ │ │ │ ├── 16.gif
│ │ │ │ │ ├── 17.gif
│ │ │ │ │ ├── 18.gif
│ │ │ │ │ ├── 19.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 20.gif
│ │ │ │ │ ├── 21.gif
│ │ │ │ │ ├── 22.gif
│ │ │ │ │ ├── 23.gif
│ │ │ │ │ ├── 24.gif
│ │ │ │ │ ├── 25.gif
│ │ │ │ │ ├── 26.gif
│ │ │ │ │ ├── 27.gif
│ │ │ │ │ ├── 28.gif
│ │ │ │ │ ├── 29.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 30.gif
│ │ │ │ │ ├── 31.gif
│ │ │ │ │ ├── 32.gif
│ │ │ │ │ ├── 33.gif
│ │ │ │ │ ├── 34.gif
│ │ │ │ │ ├── 35.gif
│ │ │ │ │ ├── 36.gif
│ │ │ │ │ ├── 37.gif
│ │ │ │ │ ├── 38.gif
│ │ │ │ │ ├── 39.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 40.gif
│ │ │ │ │ ├── 41.gif
│ │ │ │ │ ├── 42.gif
│ │ │ │ │ ├── 43.gif
│ │ │ │ │ ├── 44.gif
│ │ │ │ │ ├── 45.gif
│ │ │ │ │ ├── 46.gif
│ │ │ │ │ ├── 47.gif
│ │ │ │ │ ├── 48.gif
│ │ │ │ │ ├── 49.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 50.gif
│ │ │ │ │ ├── 51.gif
│ │ │ │ │ ├── 52.gif
│ │ │ │ │ ├── 53.gif
│ │ │ │ │ ├── 54.gif
│ │ │ │ │ ├── 55.gif
│ │ │ │ │ ├── 56.gif
│ │ │ │ │ ├── 57.gif
│ │ │ │ │ ├── 58.gif
│ │ │ │ │ ├── 59.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 60.gif
│ │ │ │ │ ├── 61.gif
│ │ │ │ │ ├── 62.gif
│ │ │ │ │ ├── 63.gif
│ │ │ │ │ ├── 64.gif
│ │ │ │ │ ├── 65.gif
│ │ │ │ │ ├── 66.gif
│ │ │ │ │ ├── 67.gif
│ │ │ │ │ ├── 68.gif
│ │ │ │ │ ├── 69.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 70.gif
│ │ │ │ │ ├── 71.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ └── 9.gif
│ │ │ │ ├── insertBook.html
│ │ │ │ ├── js
│ │ │ │ │ ├── jquery-1.8.3.min.js
│ │ │ │ │ └── xadmin.js
│ │ │ │ ├── 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
│ │ │ │ ├── layui.all.js
│ │ │ │ ├── layui.js
│ │ │ │ ├── lib
│ │ │ │ │ └── layui
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── global.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.ttf
│ │ │ │ │ │ └── iconfont.woff
│ │ │ │ │ ├── images
│ │ │ │ │ │ └── face
│ │ │ │ │ │ ├── 0.gif
│ │ │ │ │ │ ├── 10.gif
│ │ │ │ │ │ ├── 11.gif
│ │ │ │ │ │ ├── 12.gif
│ │ │ │ │ │ ├── 13.gif
│ │ │ │ │ │ ├── 14.gif
│ │ │ │ │ │ ├── 15.gif
│ │ │ │ │ │ ├── 16.gif
│ │ │ │ │ │ ├── 17.gif
│ │ │ │ │ │ ├── 18.gif
│ │ │ │ │ │ ├── 19.gif
│ │ │ │ │ │ ├── 1.gif
│ │ │ │ │ │ ├── 20.gif
│ │ │ │ │ │ ├── 21.gif
│ │ │ │ │ │ ├── 22.gif
│ │ │ │ │ │ ├── 23.gif
│ │ │ │ │ │ ├── 24.gif
│ │ │ │ │ │ ├── 25.gif
│ │ │ │ │ │ ├── 26.gif
│ │ │ │ │ │ ├── 27.gif
│ │ │ │ │ │ ├── 28.gif
│ │ │ │ │ │ ├── 29.gif
│ │ │ │ │ │ ├── 2.gif
│ │ │ │ │ │ ├── 30.gif
│ │ │ │ │ │ ├── 31.gif
│ │ │ │ │ │ ├── 32.gif
│ │ │ │ │ │ ├── 33.gif
│ │ │ │ │ │ ├── 34.gif
│ │ │ │ │ │ ├── 35.gif
│ │ │ │ │ │ ├── 36.gif
│ │ │ │ │ │ ├── 37.gif
│ │ │ │ │ │ ├── 38.gif
│ │ │ │ │ │ ├── 39.gif
│ │ │ │ │ │ ├── 3.gif
│ │ │ │ │ │ ├── 40.gif
│ │ │ │ │ │ ├── 41.gif
│ │ │ │ │ │ ├── 42.gif
│ │ │ │ │ │ ├── 43.gif
│ │ │ │ │ │ ├── 44.gif
│ │ │ │ │ │ ├── 45.gif
│ │ │ │ │ │ ├── 46.gif
│ │ │ │ │ │ ├── 47.gif
│ │ │ │ │ │ ├── 48.gif
│ │ │ │ │ │ ├── 49.gif
│ │ │ │ │ │ ├── 4.gif
│ │ │ │ │ │ ├── 50.gif
│ │ │ │ │ │ ├── 51.gif
│ │ │ │ │ │ ├── 52.gif
│ │ │ │ │ │ ├── 53.gif
│ │ │ │ │ │ ├── 54.gif
│ │ │ │ │ │ ├── 55.gif
│ │ │ │ │ │ ├── 56.gif
│ │ │ │ │ │ ├── 57.gif
│ │ │ │ │ │ ├── 58.gif
│ │ │ │ │ │ ├── 59.gif
│ │ │ │ │ │ ├── 5.gif
│ │ │ │ │ │ ├── 60.gif
│ │ │ │ │ │ ├── 61.gif
│ │ │ │ │ │ ├── 62.gif
│ │ │ │ │ │ ├── 63.gif
│ │ │ │ │ │ ├── 64.gif
│ │ │ │ │ │ ├── 65.gif
│ │ │ │ │ │ ├── 66.gif
│ │ │ │ │ │ ├── 67.gif
│ │ │ │ │ │ ├── 68.gif
│ │ │ │ │ │ ├── 69.gif
│ │ │ │ │ │ ├── 6.gif
│ │ │ │ │ │ ├── 70.gif
│ │ │ │ │ │ ├── 71.gif
│ │ │ │ │ │ ├── 7.gif
│ │ │ │ │ │ ├── 8.gif
│ │ │ │ │ │ └── 9.gif
│ │ │ │ │ ├── lay
│ │ │ │ │ │ └── modules
│ │ │ │ │ │ ├── carousel.js
│ │ │ │ │ │ ├── code.js
│ │ │ │ │ │ ├── element.js
│ │ │ │ │ │ ├── flow.js
│ │ │ │ │ │ ├── form.js
│ │ │ │ │ │ ├── jquery.js
│ │ │ │ │ │ ├── laydate.js
│ │ │ │ │ │ ├── layedit.js
│ │ │ │ │ │ ├── layer.js
│ │ │ │ │ │ ├── laypage.js
│ │ │ │ │ │ ├── laytpl.js
│ │ │ │ │ │ ├── mobile.js
│ │ │ │ │ │ ├── table.js
│ │ │ │ │ │ ├── tree.js
│ │ │ │ │ │ ├── upload.js
│ │ │ │ │ │ └── util.js
│ │ │ │ │ └── layui.js
│ │ │ │ ├── weixinPay.html
│ │ │ │ └── Wopop_files
│ │ │ │ ├── askgreen.png
│ │ │ │ ├── errorred.png
│ │ │ │ ├── google_jquery.min.js
│ │ │ │ ├── google_jquery-ui.min.js
│ │ │ │ ├── JQuery.cookie.js
│ │ │ │ ├── jquery.pagination.js
│ │ │ │ ├── jquery.ui.all.css
│ │ │ │ ├── loading1.gif
│ │ │ │ ├── loadingpn.gif
│ │ │ │ ├── login_bgx.gif
│ │ │ │ ├── login.js
│ │ │ │ ├── login_m_bg.png
│ │ │ │ ├── logo.png
│ │ │ │ ├── okgreen.png
│ │ │ │ ├── pagination.css
│ │ │ │ ├── site_bg.png
│ │ │ │ ├── style.css
│ │ │ │ ├── style_log.css
│ │ │ │ ├── userpanel.css
│ │ │ │ └── webtemples.js
│ │ │ └── templates
│ │ │ ├── booklist.html
│ │ │ ├── chapterVideo.html
│ │ │ ├── Demo.html
│ │ │ ├── fileList.html
│ │ │ ├── fileupload.html
│ │ │ ├── history.html
│ │ │ ├── index.html
│ │ │ ├── insertPravtice.html
│ │ │ ├── insertSection.html
│ │ │ ├── login.html
│ │ │ ├── main_nameAdd.html
│ │ │ ├── modify.html
│ │ │ ├── practiceList.html
│ │ │ ├── sectionList.html
│ │ │ ├── topicList.html
│ │ │ ├── updateBook.html
│ │ │ ├── upDateMetUser.html
│ │ │ ├── updateSection.html
│ │ │ ├── updateVedioSection.html
│ │ │ ├── userList.html
│ │ │ ├── vedioContentImg.html
│ │ │ ├── vedioDelete.html
│ │ │ ├── videoList.html
│ │ │ └── videoUpload.html
│ │ └── test
│ │ └── java
│ │ └── com
│ │ └── example
│ │ └── demo
│ │ └── TourGuideApplicationTests.java
│ ├── target
│ │ ├── classes
│ │ │ ├── application.yml
│ │ │ ├── cert
│ │ │ │ └── apiclient_cert.p12
│ │ │ ├── com
│ │ │ │ └── example
│ │ │ │ ├── controller
│ │ │ │ │ ├── adminController
│ │ │ │ │ │ └── AdminController.class
│ │ │ │ │ ├── signUpController
│ │ │ │ │ │ └── SignUpController.class
│ │ │ │ │ ├── topicController
│ │ │ │ │ │ ├── AllTopicsController.class
│ │ │ │ │ │ ├── ChapterPracticeController.class
│ │ │ │ │ │ ├── CollectController.class
│ │ │ │ │ │ ├── DayExerciseController.class
│ │ │ │ │ │ ├── MistakesController.class
│ │ │ │ │ │ └── PracticeTestController.class
│ │ │ │ │ ├── userController
│ │ │ │ │ │ └── userController.class
│ │ │ │ │ ├── utilController
│ │ │ │ │ │ └── TimeDemo.class
│ │ │ │ │ ├── vedioController
│ │ │ │ │ │ └── VedioController.class
│ │ │ │ │ └── weixinController
│ │ │ │ │ └── WeixinController.class
│ │ │ │ ├── dao
│ │ │ │ │ ├── AdminDao
│ │ │ │ │ │ └── AdminDao.class
│ │ │ │ │ ├── BuyCoursesDao
│ │ │ │ │ │ └── BuyCoursesDao.class
│ │ │ │ │ ├── topicDao
│ │ │ │ │ │ ├── AllTopicsDao.class
│ │ │ │ │ │ ├── ChapterDao.class
│ │ │ │ │ │ ├── CollectDao.class
│ │ │ │ │ │ ├── DayExerciseDao.class
│ │ │ │ │ │ ├── MistakesDao.class
│ │ │ │ │ │ └── PracticeTestDao.class
│ │ │ │ │ ├── userDao
│ │ │ │ │ │ └── UserDao.class
│ │ │ │ │ └── vedioDao
│ │ │ │ │ └── VedioDao.class
│ │ │ │ ├── enumConfig
│ │ │ │ │ └── Monikaoshi.class
│ │ │ │ ├── pojo
│ │ │ │ │ ├── Admin.class
│ │ │ │ │ ├── Book.class
│ │ │ │ │ ├── BookSection.class
│ │ │ │ │ ├── BuyCourses.class
│ │ │ │ │ ├── CommenThreads.class
│ │ │ │ │ ├── Examination_topic.class
│ │ │ │ │ ├── Practice.class
│ │ │ │ │ ├── Section.class
│ │ │ │ │ ├── T_Area.class
│ │ │ │ │ ├── T_collect.class
│ │ │ │ │ ├── T_examination.class
│ │ │ │ │ ├── T_File.class
│ │ │ │ │ ├── t_mistakes.class
│ │ │ │ │ ├── T_topic.class
│ │ │ │ │ ├── T_user.class
│ │ │ │ │ └── Vedio.class
│ │ │ │ ├── service
│ │ │ │ │ ├── AdminService
│ │ │ │ │ │ ├── AdminService.class
│ │ │ │ │ │ └── AdminServiceImpl
│ │ │ │ │ │ └── AdminServiceImpl.class
│ │ │ │ │ ├── BuyCoursesService
│ │ │ │ │ │ ├── BuyCoursesService.class
│ │ │ │ │ │ └── BuyCoursesServiceImpl
│ │ │ │ │ │ └── BuyCoursesServiceImpl.class
│ │ │ │ │ ├── sigupService
│ │ │ │ │ │ ├── serviceImpl
│ │ │ │ │ │ │ └── SigupServiceImpl.class
│ │ │ │ │ │ └── SigupService.class
│ │ │ │ │ ├── topicService
│ │ │ │ │ │ ├── AllTopicsService.class
│ │ │ │ │ │ ├── ChapterService.class
│ │ │ │ │ │ ├── CollectService.class
│ │ │ │ │ │ ├── DayExerciseService.class
│ │ │ │ │ │ ├── MistakesService.class
│ │ │ │ │ │ ├── PracticeTestService.class
│ │ │ │ │ │ └── serviceImpl
│ │ │ │ │ │ ├── AllTopicsServiceImpl.class
│ │ │ │ │ │ ├── ChapterServiceImpl.class
│ │ │ │ │ │ ├── CollectServiceImpl.class
│ │ │ │ │ │ ├── DayExerciseServiceImpl.class
│ │ │ │ │ │ ├── MistakesServiceImpl.class
│ │ │ │ │ │ └── PracticeTestServiceImpl.class
│ │ │ │ │ ├── userService
│ │ │ │ │ │ ├── UserService.class
│ │ │ │ │ │ └── userServiceImpl
│ │ │ │ │ │ └── UserServiceImpl.class
│ │ │ │ │ ├── vedioService
│ │ │ │ │ │ ├── VedioService.class
│ │ │ │ │ │ └── vedioServiceImpl
│ │ │ │ │ │ └── VedioServiceImpl.class
│ │ │ │ │ └── WeiXinPayService
│ │ │ │ │ ├── WeiXinPayService.class
│ │ │ │ │ └── WeiXinPayServiceImpl
│ │ │ │ │ └── WeiXinPayServiceImpl.class
│ │ │ │ ├── TourGuideApplication.class
│ │ │ │ └── Utile
│ │ │ │ ├── ImageUpload.class
│ │ │ │ ├── MD5Util.class
│ │ │ │ ├── TTResult.class
│ │ │ │ ├── WeChatUtil.class
│ │ │ │ ├── WeiXinAtcion.class
│ │ │ │ └── WXUtil.class
│ │ │ ├── layui
│ │ │ │ ├── css
│ │ │ │ │ ├── layui.css
│ │ │ │ │ ├── layui.mobile.css
│ │ │ │ │ └── modules
│ │ │ │ │ ├── code.css
│ │ │ │ │ ├── laydate
│ │ │ │ │ │ └── default
│ │ │ │ │ │ └── laydate.css
│ │ │ │ │ └── layer
│ │ │ │ │ └── default
│ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── layer.css
│ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ └── loading-2.gif
│ │ │ │ ├── font
│ │ │ │ │ ├── iconfont.eot
│ │ │ │ │ ├── iconfont.svg
│ │ │ │ │ ├── iconfont.ttf
│ │ │ │ │ ├── iconfont.woff
│ │ │ │ │ └── iconfont.woff2
│ │ │ │ ├── images
│ │ │ │ │ └── face
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 11.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 15.gif
│ │ │ │ │ ├── 16.gif
│ │ │ │ │ ├── 17.gif
│ │ │ │ │ ├── 18.gif
│ │ │ │ │ ├── 19.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 20.gif
│ │ │ │ │ ├── 21.gif
│ │ │ │ │ ├── 22.gif
│ │ │ │ │ ├── 23.gif
│ │ │ │ │ ├── 24.gif
│ │ │ │ │ ├── 25.gif
│ │ │ │ │ ├── 26.gif
│ │ │ │ │ ├── 27.gif
│ │ │ │ │ ├── 28.gif
│ │ │ │ │ ├── 29.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 30.gif
│ │ │ │ │ ├── 31.gif
│ │ │ │ │ ├── 32.gif
│ │ │ │ │ ├── 33.gif
│ │ │ │ │ ├── 34.gif
│ │ │ │ │ ├── 35.gif
│ │ │ │ │ ├── 36.gif
│ │ │ │ │ ├── 37.gif
│ │ │ │ │ ├── 38.gif
│ │ │ │ │ ├── 39.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 40.gif
│ │ │ │ │ ├── 41.gif
│ │ │ │ │ ├── 42.gif
│ │ │ │ │ ├── 43.gif
│ │ │ │ │ ├── 44.gif
│ │ │ │ │ ├── 45.gif
│ │ │ │ │ ├── 46.gif
│ │ │ │ │ ├── 47.gif
│ │ │ │ │ ├── 48.gif
│ │ │ │ │ ├── 49.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 50.gif
│ │ │ │ │ ├── 51.gif
│ │ │ │ │ ├── 52.gif
│ │ │ │ │ ├── 53.gif
│ │ │ │ │ ├── 54.gif
│ │ │ │ │ ├── 55.gif
│ │ │ │ │ ├── 56.gif
│ │ │ │ │ ├── 57.gif
│ │ │ │ │ ├── 58.gif
│ │ │ │ │ ├── 59.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 60.gif
│ │ │ │ │ ├── 61.gif
│ │ │ │ │ ├── 62.gif
│ │ │ │ │ ├── 63.gif
│ │ │ │ │ ├── 64.gif
│ │ │ │ │ ├── 65.gif
│ │ │ │ │ ├── 66.gif
│ │ │ │ │ ├── 67.gif
│ │ │ │ │ ├── 68.gif
│ │ │ │ │ ├── 69.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 70.gif
│ │ │ │ │ ├── 71.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ └── 9.gif
│ │ │ │ ├── lay
│ │ │ │ │ └── modules
│ │ │ │ │ ├── carousel.js
│ │ │ │ │ ├── code.js
│ │ │ │ │ ├── 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
│ │ │ │ ├── layui.all.js
│ │ │ │ └── layui.js
│ │ │ ├── mapper
│ │ │ │ ├── AdminMapper.xml
│ │ │ │ ├── AllTopicsMapper.xml
│ │ │ │ ├── BuyCoursesMapper.xml
│ │ │ │ ├── chapterMapper.xml
│ │ │ │ ├── CollectMapper.xml
│ │ │ │ ├── DayExerciseMapper.xml
│ │ │ │ ├── mistakesMapper.xml
│ │ │ │ ├── PracticeTestMapper.xml
│ │ │ │ ├── UserMapper.xml
│ │ │ │ └── vedioMapper.xml
│ │ │ ├── static
│ │ │ │ ├── css
│ │ │ │ │ ├── backStyle
│ │ │ │ │ │ ├── back.css
│ │ │ │ │ │ └── image
│ │ │ │ │ │ ├── backimage.png
│ │ │ │ │ │ └── back.png
│ │ │ │ │ ├── font.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
│ │ │ │ │ └── xadmin.css
│ │ │ │ ├── font
│ │ │ │ │ ├── iconfont.eot
│ │ │ │ │ ├── iconfont.svg
│ │ │ │ │ ├── iconfont.ttf
│ │ │ │ │ ├── iconfont.woff
│ │ │ │ │ └── iconfont.woff2
│ │ │ │ ├── images
│ │ │ │ │ └── face
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 11.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 15.gif
│ │ │ │ │ ├── 16.gif
│ │ │ │ │ ├── 17.gif
│ │ │ │ │ ├── 18.gif
│ │ │ │ │ ├── 19.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 20.gif
│ │ │ │ │ ├── 21.gif
│ │ │ │ │ ├── 22.gif
│ │ │ │ │ ├── 23.gif
│ │ │ │ │ ├── 24.gif
│ │ │ │ │ ├── 25.gif
│ │ │ │ │ ├── 26.gif
│ │ │ │ │ ├── 27.gif
│ │ │ │ │ ├── 28.gif
│ │ │ │ │ ├── 29.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 30.gif
│ │ │ │ │ ├── 31.gif
│ │ │ │ │ ├── 32.gif
│ │ │ │ │ ├── 33.gif
│ │ │ │ │ ├── 34.gif
│ │ │ │ │ ├── 35.gif
│ │ │ │ │ ├── 36.gif
│ │ │ │ │ ├── 37.gif
│ │ │ │ │ ├── 38.gif
│ │ │ │ │ ├── 39.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 40.gif
│ │ │ │ │ ├── 41.gif
│ │ │ │ │ ├── 42.gif
│ │ │ │ │ ├── 43.gif
│ │ │ │ │ ├── 44.gif
│ │ │ │ │ ├── 45.gif
│ │ │ │ │ ├── 46.gif
│ │ │ │ │ ├── 47.gif
│ │ │ │ │ ├── 48.gif
│ │ │ │ │ ├── 49.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 50.gif
│ │ │ │ │ ├── 51.gif
│ │ │ │ │ ├── 52.gif
│ │ │ │ │ ├── 53.gif
│ │ │ │ │ ├── 54.gif
│ │ │ │ │ ├── 55.gif
│ │ │ │ │ ├── 56.gif
│ │ │ │ │ ├── 57.gif
│ │ │ │ │ ├── 58.gif
│ │ │ │ │ ├── 59.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 60.gif
│ │ │ │ │ ├── 61.gif
│ │ │ │ │ ├── 62.gif
│ │ │ │ │ ├── 63.gif
│ │ │ │ │ ├── 64.gif
│ │ │ │ │ ├── 65.gif
│ │ │ │ │ ├── 66.gif
│ │ │ │ │ ├── 67.gif
│ │ │ │ │ ├── 68.gif
│ │ │ │ │ ├── 69.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 70.gif
│ │ │ │ │ ├── 71.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ └── 9.gif
│ │ │ │ ├── insertBook.html
│ │ │ │ ├── js
│ │ │ │ │ ├── jquery-1.8.3.min.js
│ │ │ │ │ └── xadmin.js
│ │ │ │ ├── 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
│ │ │ │ ├── layui.all.js
│ │ │ │ ├── layui.js
│ │ │ │ ├── lib
│ │ │ │ │ └── layui
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── global.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.ttf
│ │ │ │ │ │ └── iconfont.woff
│ │ │ │ │ ├── images
│ │ │ │ │ │ └── face
│ │ │ │ │ │ ├── 0.gif
│ │ │ │ │ │ ├── 10.gif
│ │ │ │ │ │ ├── 11.gif
│ │ │ │ │ │ ├── 12.gif
│ │ │ │ │ │ ├── 13.gif
│ │ │ │ │ │ ├── 14.gif
│ │ │ │ │ │ ├── 15.gif
│ │ │ │ │ │ ├── 16.gif
│ │ │ │ │ │ ├── 17.gif
│ │ │ │ │ │ ├── 18.gif
│ │ │ │ │ │ ├── 19.gif
│ │ │ │ │ │ ├── 1.gif
│ │ │ │ │ │ ├── 20.gif
│ │ │ │ │ │ ├── 21.gif
│ │ │ │ │ │ ├── 22.gif
│ │ │ │ │ │ ├── 23.gif
│ │ │ │ │ │ ├── 24.gif
│ │ │ │ │ │ ├── 25.gif
│ │ │ │ │ │ ├── 26.gif
│ │ │ │ │ │ ├── 27.gif
│ │ │ │ │ │ ├── 28.gif
│ │ │ │ │ │ ├── 29.gif
│ │ │ │ │ │ ├── 2.gif
│ │ │ │ │ │ ├── 30.gif
│ │ │ │ │ │ ├── 31.gif
│ │ │ │ │ │ ├── 32.gif
│ │ │ │ │ │ ├── 33.gif
│ │ │ │ │ │ ├── 34.gif
│ │ │ │ │ │ ├── 35.gif
│ │ │ │ │ │ ├── 36.gif
│ │ │ │ │ │ ├── 37.gif
│ │ │ │ │ │ ├── 38.gif
│ │ │ │ │ │ ├── 39.gif
│ │ │ │ │ │ ├── 3.gif
│ │ │ │ │ │ ├── 40.gif
│ │ │ │ │ │ ├── 41.gif
│ │ │ │ │ │ ├── 42.gif
│ │ │ │ │ │ ├── 43.gif
│ │ │ │ │ │ ├── 44.gif
│ │ │ │ │ │ ├── 45.gif
│ │ │ │ │ │ ├── 46.gif
│ │ │ │ │ │ ├── 47.gif
│ │ │ │ │ │ ├── 48.gif
│ │ │ │ │ │ ├── 49.gif
│ │ │ │ │ │ ├── 4.gif
│ │ │ │ │ │ ├── 50.gif
│ │ │ │ │ │ ├── 51.gif
│ │ │ │ │ │ ├── 52.gif
│ │ │ │ │ │ ├── 53.gif
│ │ │ │ │ │ ├── 54.gif
│ │ │ │ │ │ ├── 55.gif
│ │ │ │ │ │ ├── 56.gif
│ │ │ │ │ │ ├── 57.gif
│ │ │ │ │ │ ├── 58.gif
│ │ │ │ │ │ ├── 59.gif
│ │ │ │ │ │ ├── 5.gif
│ │ │ │ │ │ ├── 60.gif
│ │ │ │ │ │ ├── 61.gif
│ │ │ │ │ │ ├── 62.gif
│ │ │ │ │ │ ├── 63.gif
│ │ │ │ │ │ ├── 64.gif
│ │ │ │ │ │ ├── 65.gif
│ │ │ │ │ │ ├── 66.gif
│ │ │ │ │ │ ├── 67.gif
│ │ │ │ │ │ ├── 68.gif
│ │ │ │ │ │ ├── 69.gif
│ │ │ │ │ │ ├── 6.gif
│ │ │ │ │ │ ├── 70.gif
│ │ │ │ │ │ ├── 71.gif
│ │ │ │ │ │ ├── 7.gif
│ │ │ │ │ │ ├── 8.gif
│ │ │ │ │ │ └── 9.gif
│ │ │ │ │ ├── lay
│ │ │ │ │ │ └── modules
│ │ │ │ │ │ ├── carousel.js
│ │ │ │ │ │ ├── code.js
│ │ │ │ │ │ ├── element.js
│ │ │ │ │ │ ├── flow.js
│ │ │ │ │ │ ├── form.js
│ │ │ │ │ │ ├── jquery.js
│ │ │ │ │ │ ├── laydate.js
│ │ │ │ │ │ ├── layedit.js
│ │ │ │ │ │ ├── layer.js
│ │ │ │ │ │ ├── laypage.js
│ │ │ │ │ │ ├── laytpl.js
│ │ │ │ │ │ ├── mobile.js
│ │ │ │ │ │ ├── table.js
│ │ │ │ │ │ ├── tree.js
│ │ │ │ │ │ ├── upload.js
│ │ │ │ │ │ └── util.js
│ │ │ │ │ └── layui.js
│ │ │ │ ├── weixinPay.html
│ │ │ │ └── Wopop_files
│ │ │ │ ├── askgreen.png
│ │ │ │ ├── errorred.png
│ │ │ │ ├── google_jquery.min.js
│ │ │ │ ├── google_jquery-ui.min.js
│ │ │ │ ├── JQuery.cookie.js
│ │ │ │ ├── jquery.pagination.js
│ │ │ │ ├── jquery.ui.all.css
│ │ │ │ ├── loading1.gif
│ │ │ │ ├── loadingpn.gif
│ │ │ │ ├── login_bgx.gif
│ │ │ │ ├── login.js
│ │ │ │ ├── login_m_bg.png
│ │ │ │ ├── logo.png
│ │ │ │ ├── okgreen.png
│ │ │ │ ├── pagination.css
│ │ │ │ ├── site_bg.png
│ │ │ │ ├── style.css
│ │ │ │ ├── style_log.css
│ │ │ │ ├── userpanel.css
│ │ │ │ └── webtemples.js
│ │ │ └── templates
│ │ │ ├── booklist.html
│ │ │ ├── chapterVideo.html
│ │ │ ├── Demo.html
│ │ │ ├── fileList.html
│ │ │ ├── fileupload.html
│ │ │ ├── history.html
│ │ │ ├── index.html
│ │ │ ├── insertPravtice.html
│ │ │ ├── insertSection.html
│ │ │ ├── login.html
│ │ │ ├── main_nameAdd.html
│ │ │ ├── modify.html
│ │ │ ├── practiceList.html
│ │ │ ├── sectionList.html
│ │ │ ├── topicList.html
│ │ │ ├── updateBook.html
│ │ │ ├── upDateMetUser.html
│ │ │ ├── updateSection.html
│ │ │ ├── updateVedioSection.html
│ │ │ ├── userList.html
│ │ │ ├── vedioContentImg.html
│ │ │ ├── vedioDelete.html
│ │ │ ├── videoList.html
│ │ │ └── videoUpload.html
│ │ ├── generated-sources
│ │ │ └── annotations
│ │ ├── generated-test-sources
│ │ │ └── test-annotations
│ │ ├── maven-archiver
│ │ │ └── pom.properties
│ │ ├── maven-status
│ │ │ └── maven-compiler-plugin
│ │ │ ├── compile
│ │ │ │ └── default-compile
│ │ │ │ ├── createdFiles.lst
│ │ │ │ └── inputFiles.lst
│ │ │ └── testCompile
│ │ │ └── default-testCompile
│ │ │ ├── createdFiles.lst
│ │ │ └── inputFiles.lst
│ │ ├── surefire-reports
│ │ │ ├── com.example.demo.TourGuideApplicationTests.txt
│ │ │ └── TEST-com.example.demo.TourGuideApplicationTests.xml
│ │ ├── test-classes
│ │ │ └── com
│ │ │ └── example
│ │ │ └── demo
│ │ │ └── TourGuideApplicationTests.class
│ │ ├── TourGuide
│ │ │ ├── META-INF
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ │ ├── application.yml
│ │ │ │ ├── cert
│ │ │ │ │ └── apiclient_cert.p12
│ │ │ │ ├── com
│ │ │ │ │ └── example
│ │ │ │ │ ├── controller
│ │ │ │ │ │ ├── adminController
│ │ │ │ │ │ │ └── AdminController.class
│ │ │ │ │ │ ├── signUpController
│ │ │ │ │ │ │ └── SignUpController.class
│ │ │ │ │ │ ├── topicController
│ │ │ │ │ │ │ ├── AllTopicsController.class
│ │ │ │ │ │ │ ├── ChapterPracticeController.class
│ │ │ │ │ │ │ ├── CollectController.class
│ │ │ │ │ │ │ ├── DayExerciseController.class
│ │ │ │ │ │ │ ├── MistakesController.class
│ │ │ │ │ │ │ └── PracticeTestController.class
│ │ │ │ │ │ ├── userController
│ │ │ │ │ │ │ └── userController.class
│ │ │ │ │ │ ├── utilController
│ │ │ │ │ │ │ └── TimeDemo.class
│ │ │ │ │ │ ├── vedioController
│ │ │ │ │ │ │ └── VedioController.class
│ │ │ │ │ │ └── weixinController
│ │ │ │ │ │ └── WeixinController.class
│ │ │ │ │ ├── dao
│ │ │ │ │ │ ├── AdminDao
│ │ │ │ │ │ │ └── AdminDao.class
│ │ │ │ │ │ ├── BuyCoursesDao
│ │ │ │ │ │ │ └── BuyCoursesDao.class
│ │ │ │ │ │ ├── topicDao
│ │ │ │ │ │ │ ├── AllTopicsDao.class
│ │ │ │ │ │ │ ├── ChapterDao.class
│ │ │ │ │ │ │ ├── CollectDao.class
│ │ │ │ │ │ │ ├── DayExerciseDao.class
│ │ │ │ │ │ │ ├── MistakesDao.class
│ │ │ │ │ │ │ └── PracticeTestDao.class
│ │ │ │ │ │ ├── userDao
│ │ │ │ │ │ │ └── UserDao.class
│ │ │ │ │ │ └── vedioDao
│ │ │ │ │ │ └── VedioDao.class
│ │ │ │ │ ├── enumConfig
│ │ │ │ │ │ └── Monikaoshi.class
│ │ │ │ │ ├── pojo
│ │ │ │ │ │ ├── Admin.class
│ │ │ │ │ │ ├── Book.class
│ │ │ │ │ │ ├── BookSection.class
│ │ │ │ │ │ ├── BuyCourses.class
│ │ │ │ │ │ ├── CommenThreads.class
│ │ │ │ │ │ ├── Examination_topic.class
│ │ │ │ │ │ ├── Practice.class
│ │ │ │ │ │ ├── Section.class
│ │ │ │ │ │ ├── T_Area.class
│ │ │ │ │ │ ├── T_collect.class
│ │ │ │ │ │ ├── T_examination.class
│ │ │ │ │ │ ├── T_File.class
│ │ │ │ │ │ ├── t_mistakes.class
│ │ │ │ │ │ ├── T_topic.class
│ │ │ │ │ │ ├── T_user.class
│ │ │ │ │ │ └── Vedio.class
│ │ │ │ │ ├── service
│ │ │ │ │ │ ├── AdminService
│ │ │ │ │ │ │ ├── AdminService.class
│ │ │ │ │ │ │ └── AdminServiceImpl
│ │ │ │ │ │ │ └── AdminServiceImpl.class
│ │ │ │ │ │ ├── BuyCoursesService
│ │ │ │ │ │ │ ├── BuyCoursesService.class
│ │ │ │ │ │ │ └── BuyCoursesServiceImpl
│ │ │ │ │ │ │ └── BuyCoursesServiceImpl.class
│ │ │ │ │ │ ├── sigupService
│ │ │ │ │ │ │ ├── serviceImpl
│ │ │ │ │ │ │ │ └── SigupServiceImpl.class
│ │ │ │ │ │ │ └── SigupService.class
│ │ │ │ │ │ ├── topicService
│ │ │ │ │ │ │ ├── AllTopicsService.class
│ │ │ │ │ │ │ ├── ChapterService.class
│ │ │ │ │ │ │ ├── CollectService.class
│ │ │ │ │ │ │ ├── DayExerciseService.class
│ │ │ │ │ │ │ ├── MistakesService.class
│ │ │ │ │ │ │ ├── PracticeTestService.class
│ │ │ │ │ │ │ └── serviceImpl
│ │ │ │ │ │ │ ├── AllTopicsServiceImpl.class
│ │ │ │ │ │ │ ├── ChapterServiceImpl.class
│ │ │ │ │ │ │ ├── CollectServiceImpl.class
│ │ │ │ │ │ │ ├── DayExerciseServiceImpl.class
│ │ │ │ │ │ │ ├── MistakesServiceImpl.class
│ │ │ │ │ │ │ └── PracticeTestServiceImpl.class
│ │ │ │ │ │ ├── userService
│ │ │ │ │ │ │ ├── UserService.class
│ │ │ │ │ │ │ └── userServiceImpl
│ │ │ │ │ │ │ └── UserServiceImpl.class
│ │ │ │ │ │ ├── vedioService
│ │ │ │ │ │ │ ├── VedioService.class
│ │ │ │ │ │ │ └── vedioServiceImpl
│ │ │ │ │ │ │ └── VedioServiceImpl.class
│ │ │ │ │ │ └── WeiXinPayService
│ │ │ │ │ │ ├── WeiXinPayService.class
│ │ │ │ │ │ └── WeiXinPayServiceImpl
│ │ │ │ │ │ └── WeiXinPayServiceImpl.class
│ │ │ │ │ ├── TourGuideApplication.class
│ │ │ │ │ └── Utile
│ │ │ │ │ ├── ImageUpload.class
│ │ │ │ │ ├── MD5Util.class
│ │ │ │ │ ├── TTResult.class
│ │ │ │ │ ├── WeChatUtil.class
│ │ │ │ │ ├── WeiXinAtcion.class
│ │ │ │ │ └── WXUtil.class
│ │ │ │ ├── layui
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── layui.css
│ │ │ │ │ │ ├── layui.mobile.css
│ │ │ │ │ │ └── modules
│ │ │ │ │ │ ├── code.css
│ │ │ │ │ │ ├── laydate
│ │ │ │ │ │ │ └── default
│ │ │ │ │ │ │ └── laydate.css
│ │ │ │ │ │ └── layer
│ │ │ │ │ │ └── default
│ │ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ ├── layer.css
│ │ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ │ └── loading-2.gif
│ │ │ │ │ ├── font
│ │ │ │ │ │ ├── iconfont.eot
│ │ │ │ │ │ ├── iconfont.svg
│ │ │ │ │ │ ├── iconfont.ttf
│ │ │ │ │ │ ├── iconfont.woff
│ │ │ │ │ │ └── iconfont.woff2
│ │ │ │ │ ├── images
│ │ │ │ │ │ └── face
│ │ │ │ │ │ ├── 0.gif
│ │ │ │ │ │ ├── 10.gif
│ │ │ │ │ │ ├── 11.gif
│ │ │ │ │ │ ├── 12.gif
│ │ │ │ │ │ ├── 13.gif
│ │ │ │ │ │ ├── 14.gif
│ │ │ │ │ │ ├── 15.gif
│ │ │ │ │ │ ├── 16.gif
│ │ │ │ │ │ ├── 17.gif
│ │ │ │ │ │ ├── 18.gif
│ │ │ │ │ │ ├── 19.gif
│ │ │ │ │ │ ├── 1.gif
│ │ │ │ │ │ ├── 20.gif
│ │ │ │ │ │ ├── 21.gif
│ │ │ │ │ │ ├── 22.gif
│ │ │ │ │ │ ├── 23.gif
│ │ │ │ │ │ ├── 24.gif
│ │ │ │ │ │ ├── 25.gif
│ │ │ │ │ │ ├── 26.gif
│ │ │ │ │ │ ├── 27.gif
│ │ │ │ │ │ ├── 28.gif
│ │ │ │ │ │ ├── 29.gif
│ │ │ │ │ │ ├── 2.gif
│ │ │ │ │ │ ├── 30.gif
│ │ │ │ │ │ ├── 31.gif
│ │ │ │ │ │ ├── 32.gif
│ │ │ │ │ │ ├── 33.gif
│ │ │ │ │ │ ├── 34.gif
│ │ │ │ │ │ ├── 35.gif
│ │ │ │ │ │ ├── 36.gif
│ │ │ │ │ │ ├── 37.gif
│ │ │ │ │ │ ├── 38.gif
│ │ │ │ │ │ ├── 39.gif
│ │ │ │ │ │ ├── 3.gif
│ │ │ │ │ │ ├── 40.gif
│ │ │ │ │ │ ├── 41.gif
│ │ │ │ │ │ ├── 42.gif
│ │ │ │ │ │ ├── 43.gif
│ │ │ │ │ │ ├── 44.gif
│ │ │ │ │ │ ├── 45.gif
│ │ │ │ │ │ ├── 46.gif
│ │ │ │ │ │ ├── 47.gif
│ │ │ │ │ │ ├── 48.gif
│ │ │ │ │ │ ├── 49.gif
│ │ │ │ │ │ ├── 4.gif
│ │ │ │ │ │ ├── 50.gif
│ │ │ │ │ │ ├── 51.gif
│ │ │ │ │ │ ├── 52.gif
│ │ │ │ │ │ ├── 53.gif
│ │ │ │ │ │ ├── 54.gif
│ │ │ │ │ │ ├── 55.gif
│ │ │ │ │ │ ├── 56.gif
│ │ │ │ │ │ ├── 57.gif
│ │ │ │ │ │ ├── 58.gif
│ │ │ │ │ │ ├── 59.gif
│ │ │ │ │ │ ├── 5.gif
│ │ │ │ │ │ ├── 60.gif
│ │ │ │ │ │ ├── 61.gif
│ │ │ │ │ │ ├── 62.gif
│ │ │ │ │ │ ├── 63.gif
│ │ │ │ │ │ ├── 64.gif
│ │ │ │ │ │ ├── 65.gif
│ │ │ │ │ │ ├── 66.gif
│ │ │ │ │ │ ├── 67.gif
│ │ │ │ │ │ ├── 68.gif
│ │ │ │ │ │ ├── 69.gif
│ │ │ │ │ │ ├── 6.gif
│ │ │ │ │ │ ├── 70.gif
│ │ │ │ │ │ ├── 71.gif
│ │ │ │ │ │ ├── 7.gif
│ │ │ │ │ │ ├── 8.gif
│ │ │ │ │ │ └── 9.gif
│ │ │ │ │ ├── lay
│ │ │ │ │ │ └── modules
│ │ │ │ │ │ ├── carousel.js
│ │ │ │ │ │ ├── code.js
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── layui.all.js
│ │ │ │ │ └── layui.js
│ │ │ │ ├── mapper
│ │ │ │ │ ├── AdminMapper.xml
│ │ │ │ │ ├── AllTopicsMapper.xml
│ │ │ │ │ ├── BuyCoursesMapper.xml
│ │ │ │ │ ├── chapterMapper.xml
│ │ │ │ │ ├── CollectMapper.xml
│ │ │ │ │ ├── DayExerciseMapper.xml
│ │ │ │ │ ├── mistakesMapper.xml
│ │ │ │ │ ├── PracticeTestMapper.xml
│ │ │ │ │ ├── UserMapper.xml
│ │ │ │ │ └── vedioMapper.xml
│ │ │ │ ├── static
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── backStyle
│ │ │ │ │ │ │ ├── back.css
│ │ │ │ │ │ │ └── image
│ │ │ │ │ │ │ ├── backimage.png
│ │ │ │ │ │ │ └── back.png
│ │ │ │ │ │ ├── font.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
│ │ │ │ │ │ └── xadmin.css
│ │ │ │ │ ├── font
│ │ │ │ │ │ ├── iconfont.eot
│ │ │ │ │ │ ├── iconfont.svg
│ │ │ │ │ │ ├── iconfont.ttf
│ │ │ │ │ │ ├── iconfont.woff
│ │ │ │ │ │ └── iconfont.woff2
│ │ │ │ │ ├── images
│ │ │ │ │ │ └── face
│ │ │ │ │ │ ├── 0.gif
│ │ │ │ │ │ ├── 10.gif
│ │ │ │ │ │ ├── 11.gif
│ │ │ │ │ │ ├── 12.gif
│ │ │ │ │ │ ├── 13.gif
│ │ │ │ │ │ ├── 14.gif
│ │ │ │ │ │ ├── 15.gif
│ │ │ │ │ │ ├── 16.gif
│ │ │ │ │ │ ├── 17.gif
│ │ │ │ │ │ ├── 18.gif
│ │ │ │ │ │ ├── 19.gif
│ │ │ │ │ │ ├── 1.gif
│ │ │ │ │ │ ├── 20.gif
│ │ │ │ │ │ ├── 21.gif
│ │ │ │ │ │ ├── 22.gif
│ │ │ │ │ │ ├── 23.gif
│ │ │ │ │ │ ├── 24.gif
│ │ │ │ │ │ ├── 25.gif
│ │ │ │ │ │ ├── 26.gif
│ │ │ │ │ │ ├── 27.gif
│ │ │ │ │ │ ├── 28.gif
│ │ │ │ │ │ ├── 29.gif
│ │ │ │ │ │ ├── 2.gif
│ │ │ │ │ │ ├── 30.gif
│ │ │ │ │ │ ├── 31.gif
│ │ │ │ │ │ ├── 32.gif
│ │ │ │ │ │ ├── 33.gif
│ │ │ │ │ │ ├── 34.gif
│ │ │ │ │ │ ├── 35.gif
│ │ │ │ │ │ ├── 36.gif
│ │ │ │ │ │ ├── 37.gif
│ │ │ │ │ │ ├── 38.gif
│ │ │ │ │ │ ├── 39.gif
│ │ │ │ │ │ ├── 3.gif
│ │ │ │ │ │ ├── 40.gif
│ │ │ │ │ │ ├── 41.gif
│ │ │ │ │ │ ├── 42.gif
│ │ │ │ │ │ ├── 43.gif
│ │ │ │ │ │ ├── 44.gif
│ │ │ │ │ │ ├── 45.gif
│ │ │ │ │ │ ├── 46.gif
│ │ │ │ │ │ ├── 47.gif
│ │ │ │ │ │ ├── 48.gif
│ │ │ │ │ │ ├── 49.gif
│ │ │ │ │ │ ├── 4.gif
│ │ │ │ │ │ ├── 50.gif
│ │ │ │ │ │ ├── 51.gif
│ │ │ │ │ │ ├── 52.gif
│ │ │ │ │ │ ├── 53.gif
│ │ │ │ │ │ ├── 54.gif
│ │ │ │ │ │ ├── 55.gif
│ │ │ │ │ │ ├── 56.gif
│ │ │ │ │ │ ├── 57.gif
│ │ │ │ │ │ ├── 58.gif
│ │ │ │ │ │ ├── 59.gif
│ │ │ │ │ │ ├── 5.gif
│ │ │ │ │ │ ├── 60.gif
│ │ │ │ │ │ ├── 61.gif
│ │ │ │ │ │ ├── 62.gif
│ │ │ │ │ │ ├── 63.gif
│ │ │ │ │ │ ├── 64.gif
│ │ │ │ │ │ ├── 65.gif
│ │ │ │ │ │ ├── 66.gif
│ │ │ │ │ │ ├── 67.gif
│ │ │ │ │ │ ├── 68.gif
│ │ │ │ │ │ ├── 69.gif
│ │ │ │ │ │ ├── 6.gif
│ │ │ │ │ │ ├── 70.gif
│ │ │ │ │ │ ├── 71.gif
│ │ │ │ │ │ ├── 7.gif
│ │ │ │ │ │ ├── 8.gif
│ │ │ │ │ │ └── 9.gif
│ │ │ │ │ ├── insertBook.html
│ │ │ │ │ ├── js
│ │ │ │ │ │ ├── jquery-1.8.3.min.js
│ │ │ │ │ │ └── xadmin.js
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── layui.all.js
│ │ │ │ │ ├── layui.js
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── layui
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ ├── global.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.ttf
│ │ │ │ │ │ │ └── iconfont.woff
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ └── face
│ │ │ │ │ │ │ ├── 0.gif
│ │ │ │ │ │ │ ├── 10.gif
│ │ │ │ │ │ │ ├── 11.gif
│ │ │ │ │ │ │ ├── 12.gif
│ │ │ │ │ │ │ ├── 13.gif
│ │ │ │ │ │ │ ├── 14.gif
│ │ │ │ │ │ │ ├── 15.gif
│ │ │ │ │ │ │ ├── 16.gif
│ │ │ │ │ │ │ ├── 17.gif
│ │ │ │ │ │ │ ├── 18.gif
│ │ │ │ │ │ │ ├── 19.gif
│ │ │ │ │ │ │ ├── 1.gif
│ │ │ │ │ │ │ ├── 20.gif
│ │ │ │ │ │ │ ├── 21.gif
│ │ │ │ │ │ │ ├── 22.gif
│ │ │ │ │ │ │ ├── 23.gif
│ │ │ │ │ │ │ ├── 24.gif
│ │ │ │ │ │ │ ├── 25.gif
│ │ │ │ │ │ │ ├── 26.gif
│ │ │ │ │ │ │ ├── 27.gif
│ │ │ │ │ │ │ ├── 28.gif
│ │ │ │ │ │ │ ├── 29.gif
│ │ │ │ │ │ │ ├── 2.gif
│ │ │ │ │ │ │ ├── 30.gif
│ │ │ │ │ │ │ ├── 31.gif
│ │ │ │ │ │ │ ├── 32.gif
│ │ │ │ │ │ │ ├── 33.gif
│ │ │ │ │ │ │ ├── 34.gif
│ │ │ │ │ │ │ ├── 35.gif
│ │ │ │ │ │ │ ├── 36.gif
│ │ │ │ │ │ │ ├── 37.gif
│ │ │ │ │ │ │ ├── 38.gif
│ │ │ │ │ │ │ ├── 39.gif
│ │ │ │ │ │ │ ├── 3.gif
│ │ │ │ │ │ │ ├── 40.gif
│ │ │ │ │ │ │ ├── 41.gif
│ │ │ │ │ │ │ ├── 42.gif
│ │ │ │ │ │ │ ├── 43.gif
│ │ │ │ │ │ │ ├── 44.gif
│ │ │ │ │ │ │ ├── 45.gif
│ │ │ │ │ │ │ ├── 46.gif
│ │ │ │ │ │ │ ├── 47.gif
│ │ │ │ │ │ │ ├── 48.gif
│ │ │ │ │ │ │ ├── 49.gif
│ │ │ │ │ │ │ ├── 4.gif
│ │ │ │ │ │ │ ├── 50.gif
│ │ │ │ │ │ │ ├── 51.gif
│ │ │ │ │ │ │ ├── 52.gif
│ │ │ │ │ │ │ ├── 53.gif
│ │ │ │ │ │ │ ├── 54.gif
│ │ │ │ │ │ │ ├── 55.gif
│ │ │ │ │ │ │ ├── 56.gif
│ │ │ │ │ │ │ ├── 57.gif
│ │ │ │ │ │ │ ├── 58.gif
│ │ │ │ │ │ │ ├── 59.gif
│ │ │ │ │ │ │ ├── 5.gif
│ │ │ │ │ │ │ ├── 60.gif
│ │ │ │ │ │ │ ├── 61.gif
│ │ │ │ │ │ │ ├── 62.gif
│ │ │ │ │ │ │ ├── 63.gif
│ │ │ │ │ │ │ ├── 64.gif
│ │ │ │ │ │ │ ├── 65.gif
│ │ │ │ │ │ │ ├── 66.gif
│ │ │ │ │ │ │ ├── 67.gif
│ │ │ │ │ │ │ ├── 68.gif
│ │ │ │ │ │ │ ├── 69.gif
│ │ │ │ │ │ │ ├── 6.gif
│ │ │ │ │ │ │ ├── 70.gif
│ │ │ │ │ │ │ ├── 71.gif
│ │ │ │ │ │ │ ├── 7.gif
│ │ │ │ │ │ │ ├── 8.gif
│ │ │ │ │ │ │ └── 9.gif
│ │ │ │ │ │ ├── lay
│ │ │ │ │ │ │ └── modules
│ │ │ │ │ │ │ ├── carousel.js
│ │ │ │ │ │ │ ├── code.js
│ │ │ │ │ │ │ ├── element.js
│ │ │ │ │ │ │ ├── flow.js
│ │ │ │ │ │ │ ├── form.js
│ │ │ │ │ │ │ ├── jquery.js
│ │ │ │ │ │ │ ├── laydate.js
│ │ │ │ │ │ │ ├── layedit.js
│ │ │ │ │ │ │ ├── layer.js
│ │ │ │ │ │ │ ├── laypage.js
│ │ │ │ │ │ │ ├── laytpl.js
│ │ │ │ │ │ │ ├── mobile.js
│ │ │ │ │ │ │ ├── table.js
│ │ │ │ │ │ │ ├── tree.js
│ │ │ │ │ │ │ ├── upload.js
│ │ │ │ │ │ │ └── util.js
│ │ │ │ │ │ └── layui.js
│ │ │ │ │ ├── weixinPay.html
│ │ │ │ │ └── Wopop_files
│ │ │ │ │ ├── askgreen.png
│ │ │ │ │ ├── errorred.png
│ │ │ │ │ ├── google_jquery.min.js
│ │ │ │ │ ├── google_jquery-ui.min.js
│ │ │ │ │ ├── JQuery.cookie.js
│ │ │ │ │ ├── jquery.pagination.js
│ │ │ │ │ ├── jquery.ui.all.css
│ │ │ │ │ ├── loading1.gif
│ │ │ │ │ ├── loadingpn.gif
│ │ │ │ │ ├── login_bgx.gif
│ │ │ │ │ ├── login.js
│ │ │ │ │ ├── login_m_bg.png
│ │ │ │ │ ├── logo.png
│ │ │ │ │ ├── okgreen.png
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── site_bg.png
│ │ │ │ │ ├── style.css
│ │ │ │ │ ├── style_log.css
│ │ │ │ │ ├── userpanel.css
│ │ │ │ │ └── webtemples.js
│ │ │ │ └── templates
│ │ │ │ ├── booklist.html
│ │ │ │ ├── chapterVideo.html
│ │ │ │ ├── Demo.html
│ │ │ │ ├── fileList.html
│ │ │ │ ├── fileupload.html
│ │ │ │ ├── history.html
│ │ │ │ ├── index.html
│ │ │ │ ├── insertPravtice.html
│ │ │ │ ├── insertSection.html
│ │ │ │ ├── login.html
│ │ │ │ ├── main_nameAdd.html
│ │ │ │ ├── modify.html
│ │ │ │ ├── practiceList.html
│ │ │ │ ├── sectionList.html
│ │ │ │ ├── topicList.html
│ │ │ │ ├── updateBook.html
│ │ │ │ ├── upDateMetUser.html
│ │ │ │ ├── updateSection.html
│ │ │ │ ├── updateVedioSection.html
│ │ │ │ ├── userList.html
│ │ │ │ ├── vedioContentImg.html
│ │ │ │ ├── vedioDelete.html
│ │ │ │ ├── videoList.html
│ │ │ │ └── videoUpload.html
│ │ │ └── lib
│ │ │ ├── attoparser-2.0.5.RELEASE.jar
│ │ │ ├── classmate-1.4.0.jar
│ │ │ ├── commons-codec-1.11.jar
│ │ │ ├── commons-fileupload-1.3.1.jar
│ │ │ ├── commons-io-2.4.jar
│ │ │ ├── dom4j-1.6.1.jar
│ │ │ ├── fastjson-1.1.43.jar
│ │ │ ├── hibernate-validator-6.0.16.Final.jar
│ │ │ ├── HikariCP-3.2.0.jar
│ │ │ ├── httpclient-4.5.3.jar
│ │ │ ├── httpcore-4.4.11.jar
│ │ │ ├── jackson-annotations-2.9.0.jar
│ │ │ ├── jackson-core-2.9.8.jar
│ │ │ ├── jackson-databind-2.9.8.jar
│ │ │ ├── jackson-datatype-jdk8-2.9.8.jar
│ │ │ ├── jackson-datatype-jsr310-2.9.8.jar
│ │ │ ├── jackson-module-parameter-names-2.9.8.jar
│ │ │ ├── javax.annotation-api-1.3.2.jar
│ │ │ ├── jboss-logging-3.3.2.Final.jar
│ │ │ ├── jdom-2.0.2.jar
│ │ │ ├── jsqlparser-1.0.jar
│ │ │ ├── jul-to-slf4j-1.7.26.jar
│ │ │ ├── jxl-2.6.10.jar
│ │ │ ├── log4j-1.2.14.jar
│ │ │ ├── log4j-api-2.11.2.jar
│ │ │ ├── log4j-to-slf4j-2.11.2.jar
│ │ │ ├── logback-classic-1.2.3.jar
│ │ │ ├── logback-core-1.2.3.jar
│ │ │ ├── mybatis-3.4.0.jar
│ │ │ ├── mybatis-spring-1.3.1.jar
│ │ │ ├── mybatis-spring-boot-autoconfigure-1.3.0.jar
│ │ │ ├── mybatis-spring-boot-starter-1.3.0.jar
│ │ │ ├── mysql-connector-java-5.1.30.jar
│ │ │ ├── pagehelper-5.1.2.jar
│ │ │ ├── pagehelper-spring-boot-autoconfigure-1.2.3.jar
│ │ │ ├── pagehelper-spring-boot-starter-1.2.3.jar
│ │ │ ├── poi-3.9.jar
│ │ │ ├── poi-ooxml-3.9.jar
│ │ │ ├── poi-ooxml-schemas-3.9.jar
│ │ │ ├── slf4j-api-1.7.21.jar
│ │ │ ├── slf4j-simple-1.7.21.jar
│ │ │ ├── snakeyaml-1.23.jar
│ │ │ ├── spring-aop-5.1.7.RELEASE.jar
│ │ │ ├── spring-beans-5.1.7.RELEASE.jar
│ │ │ ├── spring-boot-2.1.5.RELEASE.jar
│ │ │ ├── spring-boot-autoconfigure-2.1.5.RELEASE.jar
│ │ │ ├── spring-boot-starter-2.1.5.RELEASE.jar
│ │ │ ├── spring-boot-starter-jdbc-2.1.5.RELEASE.jar
│ │ │ ├── spring-boot-starter-json-2.1.5.RELEASE.jar
│ │ │ ├── spring-boot-starter-logging-2.1.5.RELEASE.jar
│ │ │ ├── spring-boot-starter-thymeleaf-2.1.5.RELEASE.jar
│ │ │ ├── spring-boot-starter-web-2.1.5.RELEASE.jar
│ │ │ ├── spring-context-5.1.7.RELEASE.jar
│ │ │ ├── spring-core-5.1.7.RELEASE.jar
│ │ │ ├── spring-expression-5.1.7.RELEASE.jar
│ │ │ ├── spring-jcl-5.1.7.RELEASE.jar
│ │ │ ├── spring-jdbc-5.1.7.RELEASE.jar
│ │ │ ├── spring-tx-5.1.7.RELEASE.jar
│ │ │ ├── spring-web-5.1.7.RELEASE.jar
│ │ │ ├── spring-webmvc-5.1.7.RELEASE.jar
│ │ │ ├── stax-api-1.0.1.jar
│ │ │ ├── thymeleaf-3.0.11.RELEASE.jar
│ │ │ ├── thymeleaf-extras-java8time-3.0.4.RELEASE.jar
│ │ │ ├── thymeleaf-spring5-3.0.11.RELEASE.jar
│ │ │ ├── unbescape-1.1.6.RELEASE.jar
│ │ │ ├── validation-api-2.0.1.Final.jar
│ │ │ ├── xml-apis-1.4.01.jar
│ │ │ └── xmlbeans-2.3.0.jar
│ │ ├── TourGuide.war
│ │ └── TourGuide.war.original
│ └── upload
├── 主页.png
├── 导游数据库.sql
├── 我的信息.png
└── 视频页面.jpg
289 directories, 1583 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论