下载资源后端资源详情
T296源码.zip
大小:32.92MB
价格:14积分
下载量:0
评分:
5.0
上传者:yangyin1998
更新日期:2024-07-30

汽车租赁系统 JAVA+Vue.js+SpringBoot+MySQL

资源文件列表(大概)

文件名
大小
T296.sql
19.72KB
back/
-
back/pom.xml
5.99KB
back/src/
-
back/src/main/
-
back/src/main/java/
-
back/src/main/java/com/
-
back/src/main/java/com/ServletContextListener/
-
back/src/main/java/com/ServletContextListener/DictionaryServletContextListener.java
2.42KB
back/src/main/java/com/annotation/
-
back/src/main/java/com/annotation/APPLoginUser.java
335B
back/src/main/java/com/annotation/IgnoreAuth.java
209B
back/src/main/java/com/annotation/LoginUser.java
332B
back/src/main/java/com/config/
-
back/src/main/java/com/config/InterceptorConfig.java
1.53KB
back/src/main/java/com/config/MyMetaObjectHandler.java
620B
back/src/main/java/com/config/MybatisPlusConfig.java
523B
back/src/main/java/com/controller/
-
back/src/main/java/com/controller/ChatController.java
12.59KB
back/src/main/java/com/controller/CommonController.java
23.44KB
back/src/main/java/com/controller/ConfigController.java
3.02KB
back/src/main/java/com/controller/DictionaryController.java
11.23KB
back/src/main/java/com/controller/FileController.java
3.66KB
back/src/main/java/com/controller/GonggaoController.java
11.23KB
back/src/main/java/com/controller/LiuyanController.java
12.6KB
back/src/main/java/com/controller/QicheCollectionController.java
13.93KB
back/src/main/java/com/controller/QicheCommentbackController.java
12.83KB
back/src/main/java/com/controller/QicheController.java
14.63KB
back/src/main/java/com/controller/QicheOrderController.java
21.53KB
back/src/main/java/com/controller/SingleSeachController.java
10.85KB
back/src/main/java/com/controller/UsersController.java
4.8KB
back/src/main/java/com/controller/YonghuController.java
19.72KB
back/src/main/java/com/dao/
-
back/src/main/java/com/dao/ChatDao.java
512B
back/src/main/java/com/dao/CommonDao.java
3.76KB
back/src/main/java/com/dao/ConfigDao.java
199B
back/src/main/java/com/dao/DictionaryDao.java
536B
back/src/main/java/com/dao/GonggaoDao.java
521B
back/src/main/java/com/dao/LiuyanDao.java
519B
back/src/main/java/com/dao/QicheCollectionDao.java
573B
back/src/main/java/com/dao/QicheCommentbackDao.java
578B
back/src/main/java/com/dao/QicheDao.java
517B
back/src/main/java/com/dao/QicheOrderDao.java
548B
back/src/main/java/com/dao/SingleSeachDao.java
547B
back/src/main/java/com/dao/TokenDao.java
560B
back/src/main/java/com/dao/UsersDao.java
562B
back/src/main/java/com/dao/YonghuDao.java
516B
back/src/main/java/com/entity/
-
back/src/main/java/com/entity/ChatEntity.java
5.12KB
back/src/main/java/com/entity/ConfigEntity.java
930B
back/src/main/java/com/entity/DictionaryEntity.java
4.42KB
back/src/main/java/com/entity/EIException.java
845B
back/src/main/java/com/entity/GonggaoEntity.java
4.43KB
back/src/main/java/com/entity/LiuyanEntity.java
4.79KB
back/src/main/java/com/entity/QicheCollectionEntity.java
3.99KB
back/src/main/java/com/entity/QicheCommentbackEntity.java
4.92KB
back/src/main/java/com/entity/QicheEntity.java
6.93KB
back/src/main/java/com/entity/QicheOrderEntity.java
6.91KB
back/src/main/java/com/entity/SingleSeachEntity.java
3.58KB
back/src/main/java/com/entity/TokenEntity.java
2.16KB
back/src/main/java/com/entity/UsersEntity.java
1.23KB
back/src/main/java/com/entity/YonghuEntity.java
5.78KB
back/src/main/java/com/entity/model/
-
back/src/main/java/com/entity/model/ChatModel.java
3.67KB
back/src/main/java/com/entity/model/DictionaryModel.java
3.07KB
back/src/main/java/com/entity/model/GonggaoModel.java
3.14KB
back/src/main/java/com/entity/model/LiuyanModel.java
3.42KB
back/src/main/java/com/entity/model/QicheCollectionModel.java
2.75KB
back/src/main/java/com/entity/model/QicheCommentbackModel.java
3.45KB
back/src/main/java/com/entity/model/QicheModel.java
5.14KB
back/src/main/java/com/entity/model/QicheOrderModel.java
5.13KB
back/src/main/java/com/entity/model/SingleSeachModel.java
2.41KB
back/src/main/java/com/entity/model/YonghuModel.java
4.16KB
back/src/main/java/com/entity/view/
-
back/src/main/java/com/entity/view/ChatView.java
3.7KB
back/src/main/java/com/entity/view/DictionaryView.java
1.03KB
back/src/main/java/com/entity/view/GonggaoView.java
1.31KB
back/src/main/java/com/entity/view/LiuyanView.java
3.07KB
back/src/main/java/com/entity/view/QicheCollectionView.java
8.19KB
back/src/main/java/com/entity/view/QicheCommentbackView.java
7.83KB
back/src/main/java/com/entity/view/QicheOrderView.java
8.13KB
back/src/main/java/com/entity/view/QicheView.java
1.63KB
back/src/main/java/com/entity/view/SingleSeachView.java
1.38KB
back/src/main/java/com/entity/view/YonghuView.java
1.26KB
back/src/main/java/com/entity/vo/
-
back/src/main/java/com/entity/vo/ChatVO.java
4.01KB
back/src/main/java/com/entity/vo/DictionaryVO.java
3.36KB
back/src/main/java/com/entity/vo/GonggaoVO.java
3.41KB
back/src/main/java/com/entity/vo/LiuyanVO.java
3.72KB
back/src/main/java/com/entity/vo/QicheCollectionVO.java
2.99KB
back/src/main/java/com/entity/vo/QicheCommentbackVO.java
3.78KB
back/src/main/java/com/entity/vo/QicheOrderVO.java
5.64KB
back/src/main/java/com/entity/vo/QicheVO.java
5.68KB
back/src/main/java/com/entity/vo/SingleSeachVO.java
2.62KB
back/src/main/java/com/entity/vo/YonghuVO.java
4.59KB
back/src/main/java/com/interceptor/
-
back/src/main/java/com/interceptor/AuthorizationInterceptor.java
3.35KB
back/src/main/java/com/model/
-
back/src/main/java/com/model/enums/
-
back/src/main/java/com/model/enums/TypeEnum.java
728B
back/src/main/java/com/qichezulinwangzhanApplication.java
936B
back/src/main/java/com/service/
-
back/src/main/java/com/service/ChatService.java
463B
back/src/main/java/com/service/CommonService.java
3.66KB
back/src/main/java/com/service/ConfigService.java
379B
back/src/main/java/com/service/DictionaryService.java
611B
back/src/main/java/com/service/GonggaoService.java
466B
back/src/main/java/com/service/LiuyanService.java
466B
back/src/main/java/com/service/QicheCollectionService.java
502B
back/src/main/java/com/service/QicheCommentbackService.java
505B
back/src/main/java/com/service/QicheOrderService.java
487B
back/src/main/java/com/service/QicheService.java
466B
back/src/main/java/com/service/SingleSeachService.java
484B
back/src/main/java/com/service/TokenService.java
752B
back/src/main/java/com/service/UsersService.java
622B
back/src/main/java/com/service/YonghuService.java
463B
back/src/main/java/com/service/impl/
-
back/src/main/java/com/service/impl/ChatServiceImpl.java
1.25KB
back/src/main/java/com/service/impl/CommonServiceImpl.java
4.95KB
back/src/main/java/com/service/impl/ConfigServiceImpl.java
929B
back/src/main/java/com/service/impl/DictionaryServiceImpl.java
5.04KB
back/src/main/java/com/service/impl/GonggaoServiceImpl.java
1.27KB
back/src/main/java/com/service/impl/LiuyanServiceImpl.java
1.26KB
back/src/main/java/com/service/impl/QicheCollectionServiceImpl.java
1.37KB
back/src/main/java/com/service/impl/QicheCommentbackServiceImpl.java
1.38KB
back/src/main/java/com/service/impl/QicheOrderServiceImpl.java
1.32KB
back/src/main/java/com/service/impl/QicheServiceImpl.java
1.26KB
back/src/main/java/com/service/impl/SingleSeachServiceImpl.java
1.32KB
back/src/main/java/com/service/impl/TokenServiceImpl.java
2.42KB
back/src/main/java/com/service/impl/UsersServiceImpl.java
1.37KB
back/src/main/java/com/service/impl/YonghuServiceImpl.java
1.26KB
back/src/main/java/com/thread/
-
back/src/main/java/com/thread/MyThreadMethod.java
737B
back/src/main/java/com/utils/
-
back/src/main/java/com/utils/BaiduUtil.java
3.68KB
back/src/main/java/com/utils/CommonUtil.java
568B
back/src/main/java/com/utils/FileUtil.java
759B
back/src/main/java/com/utils/HttpClientUtils.java
1013B
back/src/main/java/com/utils/JQPageInfo.java
790B
back/src/main/java/com/utils/MPUtil.java
5.17KB
back/src/main/java/com/utils/PageUtils.java
1.92KB
back/src/main/java/com/utils/PoiUtil.java
3.64KB
back/src/main/java/com/utils/Query.java
2.6KB
back/src/main/java/com/utils/R.java
884B
back/src/main/java/com/utils/SQLFilter.java
1.04KB
back/src/main/java/com/utils/SpringContextUtils.java
1.14KB
back/src/main/java/com/utils/StringUtil.java
325B
back/src/main/java/com/utils/ValidatorUtils.java
1.08KB
back/src/main/resources/
-
back/src/main/resources/application.yml
1.61KB
back/src/main/resources/front/
-
back/src/main/resources/front/front/
-
back/src/main/resources/front/front/css/
-
back/src/main/resources/front/front/css/bootstrap.min.css
138.58KB
back/src/main/resources/front/front/css/common.css
420B
back/src/main/resources/front/front/css/front-kaoshi-style.css
449.52KB
back/src/main/resources/front/front/css/homeworkPC.min.css
449.52KB
back/src/main/resources/front/front/css/style.css
11.47KB
back/src/main/resources/front/front/css/theme.css
8.32KB
back/src/main/resources/front/front/elementui/
-
back/src/main/resources/front/front/elementui/elementui.css
226.98KB
back/src/main/resources/front/front/elementui/elementui.js
553.87KB
back/src/main/resources/front/front/elementui/fonts/
-
back/src/main/resources/front/front/elementui/fonts/element-icons.ttf
54.64KB
back/src/main/resources/front/front/elementui/fonts/element-icons.woff
27.54KB
back/src/main/resources/front/front/img/
-
back/src/main/resources/front/front/img/avator.png
4.62KB
back/src/main/resources/front/front/img/banner.jpg
99.6KB
back/src/main/resources/front/front/img/jianshe.png
3.73KB
back/src/main/resources/front/front/img/jiaotong.png
3.59KB
back/src/main/resources/front/front/img/line.jpg
1.17KB
back/src/main/resources/front/front/img/nongye.png
2.71KB
back/src/main/resources/front/front/img/seckilling.jpg
1.52KB
back/src/main/resources/front/front/img/select.png
1.81KB
back/src/main/resources/front/front/img/selectActive.png
647B
back/src/main/resources/front/front/img/unselect.png
1.86KB
back/src/main/resources/front/front/img/weixin.png
1.8KB
back/src/main/resources/front/front/img/yuan.png
24.11KB
back/src/main/resources/front/front/img/zhifubao.png
1.88KB
back/src/main/resources/front/front/img/zhongguo.png
4.74KB
back/src/main/resources/front/front/index.html
7.5KB
back/src/main/resources/front/front/js/
-
back/src/main/resources/front/front/js/bootstrap.AMapPositionPicker.js
27.44KB
back/src/main/resources/front/front/js/bootstrap.min.js
56.72KB
back/src/main/resources/front/front/js/config.js
4.99KB
back/src/main/resources/front/front/js/jquery.js
84.89KB
back/src/main/resources/front/front/js/utils.js
1.74KB
back/src/main/resources/front/front/js/validate.js
1.15KB
back/src/main/resources/front/front/js/vue.js
345.81KB
back/src/main/resources/front/front/layui/
-
back/src/main/resources/front/front/layui/css/
-
back/src/main/resources/front/front/layui/css/layui.css
72.56KB
back/src/main/resources/front/front/layui/css/layui.mobile.css
9.65KB
back/src/main/resources/front/front/layui/css/modules/
-
back/src/main/resources/front/front/layui/css/modules/code.css
1.04KB
back/src/main/resources/front/front/layui/css/modules/laydate/
-
back/src/main/resources/front/front/layui/css/modules/laydate/default/
-
back/src/main/resources/front/front/layui/css/modules/laydate/default/laydate.css
7.36KB
back/src/main/resources/front/front/layui/css/modules/layer/
-
back/src/main/resources/front/front/layui/css/modules/layer/default/
-
back/src/main/resources/front/front/layui/css/modules/layer/default/icon-ext.png
5.77KB
back/src/main/resources/front/front/layui/css/modules/layer/default/icon.png
11.22KB
back/src/main/resources/front/front/layui/css/modules/layer/default/layer.css
14.09KB
back/src/main/resources/front/front/layui/css/modules/layer/default/loading-0.gif
5.66KB
back/src/main/resources/front/front/layui/css/modules/layer/default/loading-1.gif
701B
back/src/main/resources/front/front/layui/css/modules/layer/default/loading-2.gif
1.75KB
back/src/main/resources/front/front/layui/font/
-
back/src/main/resources/front/front/layui/font/iconfont.eot
45.59KB
back/src/main/resources/front/front/layui/font/iconfont.svg
299.92KB
back/src/main/resources/front/front/layui/font/iconfont.ttf
45.42KB
back/src/main/resources/front/front/layui/font/iconfont.woff
29.91KB
back/src/main/resources/front/front/layui/font/iconfont.woff2
25.36KB
back/src/main/resources/front/front/layui/images/
-
back/src/main/resources/front/front/layui/images/face/
-
back/src/main/resources/front/front/layui/images/face/0.gif
2.63KB
back/src/main/resources/front/front/layui/images/face/1.gif
5.38KB
back/src/main/resources/front/front/layui/images/face/10.gif
2.73KB
back/src/main/resources/front/front/layui/images/face/11.gif
4.02KB
back/src/main/resources/front/front/layui/images/face/12.gif
3.28KB
back/src/main/resources/front/front/layui/images/face/13.gif
7.25KB
back/src/main/resources/front/front/layui/images/face/14.gif
2.32KB
back/src/main/resources/front/front/layui/images/face/15.gif
1.75KB
back/src/main/resources/front/front/layui/images/face/16.gif
6.56KB
back/src/main/resources/front/front/layui/images/face/17.gif
4.33KB
back/src/main/resources/front/front/layui/images/face/18.gif
2.95KB
back/src/main/resources/front/front/layui/images/face/19.gif
2.97KB
back/src/main/resources/front/front/layui/images/face/2.gif
3.15KB
back/src/main/resources/front/front/layui/images/face/20.gif
5.02KB
back/src/main/resources/front/front/layui/images/face/21.gif
5.07KB
back/src/main/resources/front/front/layui/images/face/22.gif
9.59KB
back/src/main/resources/front/front/layui/images/face/23.gif
3.7KB
back/src/main/resources/front/front/layui/images/face/24.gif
7.91KB
back/src/main/resources/front/front/layui/images/face/25.gif
3.05KB
back/src/main/resources/front/front/layui/images/face/26.gif
3.21KB
back/src/main/resources/front/front/layui/images/face/27.gif
4.27KB
back/src/main/resources/front/front/layui/images/face/28.gif
2.73KB
back/src/main/resources/front/front/layui/images/face/29.gif
4.74KB
back/src/main/resources/front/front/layui/images/face/3.gif
3.92KB
back/src/main/resources/front/front/layui/images/face/30.gif
2.5KB
back/src/main/resources/front/front/layui/images/face/31.gif
1.96KB
back/src/main/resources/front/front/layui/images/face/32.gif
3.4KB
back/src/main/resources/front/front/layui/images/face/33.gif
2.4KB
back/src/main/resources/front/front/layui/images/face/34.gif
3.61KB
back/src/main/resources/front/front/layui/images/face/35.gif
1.76KB
back/src/main/resources/front/front/layui/images/face/36.gif
2.28KB
back/src/main/resources/front/front/layui/images/face/37.gif
1.48KB
back/src/main/resources/front/front/layui/images/face/38.gif
3.53KB
back/src/main/resources/front/front/layui/images/face/39.gif
6.34KB
back/src/main/resources/front/front/layui/images/face/4.gif
5.56KB
back/src/main/resources/front/front/layui/images/face/40.gif
3.08KB
back/src/main/resources/front/front/layui/images/face/41.gif
3.56KB
back/src/main/resources/front/front/layui/images/face/42.gif
5.18KB
back/src/main/resources/front/front/layui/images/face/43.gif
2.61KB
back/src/main/resources/front/front/layui/images/face/44.gif
4.03KB
back/src/main/resources/front/front/layui/images/face/45.gif
3.34KB
back/src/main/resources/front/front/layui/images/face/46.gif
2.94KB
back/src/main/resources/front/front/layui/images/face/47.gif
2.28KB
back/src/main/resources/front/front/layui/images/face/48.gif
2.63KB
back/src/main/resources/front/front/layui/images/face/49.gif
2.26KB
back/src/main/resources/front/front/layui/images/face/5.gif
4.46KB
back/src/main/resources/front/front/layui/images/face/50.gif
5.73KB
back/src/main/resources/front/front/layui/images/face/51.gif
2.72KB
back/src/main/resources/front/front/layui/images/face/52.gif
777B
back/src/main/resources/front/front/layui/images/face/53.gif
2.08KB
back/src/main/resources/front/front/layui/images/face/54.gif
2.14KB
back/src/main/resources/front/front/layui/images/face/55.gif
1.92KB
back/src/main/resources/front/front/layui/images/face/56.gif
1.99KB
back/src/main/resources/front/front/layui/images/face/57.gif
2.64KB
back/src/main/resources/front/front/layui/images/face/58.gif
2.21KB
back/src/main/resources/front/front/layui/images/face/59.gif
10.07KB
back/src/main/resources/front/front/layui/images/face/6.gif
2.16KB
back/src/main/resources/front/front/layui/images/face/60.gif
3.17KB
back/src/main/resources/front/front/layui/images/face/61.gif
2.44KB
back/src/main/resources/front/front/layui/images/face/62.gif
1.97KB
back/src/main/resources/front/front/layui/images/face/63.gif
5.73KB
back/src/main/resources/front/front/layui/images/face/64.gif
6.3KB
back/src/main/resources/front/front/layui/images/face/65.gif
3.49KB
back/src/main/resources/front/front/layui/images/face/66.gif
2.96KB
back/src/main/resources/front/front/layui/images/face/67.gif
2.64KB
back/src/main/resources/front/front/layui/images/face/68.gif
1.39KB
back/src/main/resources/front/front/layui/images/face/69.gif
2.37KB
back/src/main/resources/front/front/layui/images/face/7.gif
3.32KB
back/src/main/resources/front/front/layui/images/face/70.gif
4.48KB
back/src/main/resources/front/front/layui/images/face/71.gif
5.18KB
back/src/main/resources/front/front/layui/images/face/8.gif
3.96KB
back/src/main/resources/front/front/layui/images/face/9.gif
4.12KB
back/src/main/resources/front/front/layui/lay/
-
back/src/main/resources/front/front/layui/lay/modules/
-
back/src/main/resources/front/front/layui/lay/modules/carousel.js
3.77KB
back/src/main/resources/front/front/layui/lay/modules/code.js
1.15KB
back/src/main/resources/front/front/layui/lay/modules/colorpicker.js
11.46KB
back/src/main/resources/front/front/layui/lay/modules/element.js
7.09KB
back/src/main/resources/front/front/layui/lay/modules/flow.js
1.98KB
back/src/main/resources/front/front/layui/lay/modules/form.js
9.24KB
back/src/main/resources/front/front/layui/lay/modules/jquery.js
95.36KB
back/src/main/resources/front/front/layui/lay/modules/laydate.js
26.74KB
back/src/main/resources/front/front/layui/lay/modules/layedit.js
12.34KB
back/src/main/resources/front/front/layui/lay/modules/layer.js
21.53KB
back/src/main/resources/front/front/layui/lay/modules/laypage.js
4.37KB
back/src/main/resources/front/front/layui/lay/modules/laytpl.js
1.79KB
back/src/main/resources/front/front/layui/lay/modules/mobile.js
30.65KB
back/src/main/resources/front/front/layui/lay/modules/rate.js
2.69KB
back/src/main/resources/front/front/layui/lay/modules/slider.js
6.88KB
back/src/main/resources/front/front/layui/lay/modules/table.js
30.82KB
back/src/main/resources/front/front/layui/lay/modules/transfer.js
6.18KB
back/src/main/resources/front/front/layui/lay/modules/tree.js
11.27KB
back/src/main/resources/front/front/layui/lay/modules/upload.js
7.29KB
back/src/main/resources/front/front/layui/lay/modules/util.js
3.75KB
back/src/main/resources/front/front/layui/layui.all.js
271.95KB
back/src/main/resources/front/front/layui/layui.js
7.22KB
back/src/main/resources/front/front/modules/
-
back/src/main/resources/front/front/modules/config.js
460B
back/src/main/resources/front/front/modules/http/
-
back/src/main/resources/front/front/modules/http/http.js
3.53KB
back/src/main/resources/front/front/modules/layarea/
-
back/src/main/resources/front/front/modules/layarea/layarea.js
120.86KB
back/src/main/resources/front/front/modules/tinymce/
-
back/src/main/resources/front/front/modules/tinymce/index.html
3.48KB
back/src/main/resources/front/front/modules/tinymce/tinymce/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/jquery.tinymce.min.js
6.57KB
back/src/main/resources/front/front/modules/tinymce/tinymce/langs/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/langs/readme.md
154B
back/src/main/resources/front/front/modules/tinymce/tinymce/langs/zh_CN.js
18.47KB
back/src/main/resources/front/front/modules/tinymce/tinymce/license.txt
26.31KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/advlist/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/advlist/plugin.js
9.48KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/advlist/plugin.min.js
3.91KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/anchor/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/anchor/plugin.js
4.39KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/anchor/plugin.min.js
2.08KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/autolink/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/autolink/plugin.js
6.46KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/autolink/plugin.min.js
2.56KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/autoresize/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/autoresize/plugin.js
6.33KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/autoresize/plugin.min.js
2.4KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/autosave/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/autosave/plugin.js
7.52KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/autosave/plugin.min.js
3.42KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/bbcode/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/bbcode/plugin.js
4.21KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/bbcode/plugin.min.js
3.05KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/charmap/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/charmap/plugin.js
37.6KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/charmap/plugin.min.js
11.68KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/code/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/code/plugin.js
2.53KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/code/plugin.min.js
1.2KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/codesample/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/codesample/plugin.js
76.43KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/codesample/plugin.min.js
33.75KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/colorpicker/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/colorpicker/plugin.js
676B
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/colorpicker/plugin.min.js
557B
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/contextmenu/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/contextmenu/plugin.js
676B
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/contextmenu/plugin.min.js
557B
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/directionality/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/directionality/plugin.js
9.29KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/directionality/plugin.min.js
4.22KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/emoticons/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/emoticons/js/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/emoticons/js/emojis.js
254.75KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/emoticons/js/emojis.min.js
188.69KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/emoticons/plugin.js
17.52KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/emoticons/plugin.min.js
6.97KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/fullpage/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/fullpage/plugin.js
18.82KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/fullpage/plugin.min.js
7.93KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/fullscreen/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/fullscreen/plugin.js
37.26KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/fullscreen/plugin.min.js
14.95KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/help/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/help/plugin.js
26.81KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/help/plugin.min.js
14.17KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/hr/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/hr/plugin.js
1.35KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/hr/plugin.min.js
848B
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/image/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/image/plugin.js
83.75KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/image/plugin.min.js
31.68KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/imagetools/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/imagetools/plugin.js
54.91KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/imagetools/plugin.min.js
21.84KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/importcss/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/importcss/plugin.js
13.39KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/importcss/plugin.min.js
4.9KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/indent2em/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/indent2em/plugin.js
1.73KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/indent2em/plugin.min.js
1.73KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/insertdatetime/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/insertdatetime/plugin.js
7.04KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/insertdatetime/plugin.min.js
3.14KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/legacyoutput/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/legacyoutput/plugin.js
6.04KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/legacyoutput/plugin.min.js
2.92KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/link/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/link/plugin.js
62.5KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/link/plugin.min.js
22.29KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/lists/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/lists/plugin.js
72.67KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/lists/plugin.min.js
27.49KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/media/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/media/plugin.js
44.61KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/media/plugin.min.js
17.95KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/nonbreaking/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/nonbreaking/plugin.js
3.38KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/nonbreaking/plugin.min.js
1.55KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/noneditable/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/noneditable/plugin.js
4.56KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/noneditable/plugin.min.js
1.81KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/pagebreak/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/pagebreak/plugin.js
3.95KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/pagebreak/plugin.min.js
1.81KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/paste/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/paste/plugin.js
83.75KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/paste/plugin.min.js
30.99KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/preview/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/preview/plugin.js
4.7KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/preview/plugin.min.js
2.16KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/print/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/print/plugin.js
1.5KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/print/plugin.min.js
896B
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/quickbars/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/quickbars/plugin.js
27.46KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/quickbars/plugin.min.js
11.16KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/save/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/save/plugin.js
3.86KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/save/plugin.min.js
1.79KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/searchreplace/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/searchreplace/plugin.js
28.08KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/searchreplace/plugin.min.js
10.2KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/spellchecker/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/spellchecker/plugin.js
29.61KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/spellchecker/plugin.min.js
10.78KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/tabfocus/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/tabfocus/plugin.js
4KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/tabfocus/plugin.min.js
1.9KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/table/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/table/plugin.js
323.81KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/table/plugin.min.js
121.5KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/template/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/template/plugin.js
19.79KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/template/plugin.min.js
8.15KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/textcolor/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/textcolor/plugin.js
672B
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/textcolor/plugin.min.js
553B
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/textpattern/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/textpattern/plugin.js
45.27KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/textpattern/plugin.min.js
18.2KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/toc/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/toc/plugin.js
8.02KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/toc/plugin.min.js
3.51KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/visualblocks/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/visualblocks/plugin.js
3.76KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/visualblocks/plugin.min.js
1.62KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/visualchars/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/visualchars/plugin.js
17.01KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/visualchars/plugin.min.js
6.92KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/wordcount/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/wordcount/plugin.js
22.99KB
back/src/main/resources/front/front/modules/tinymce/tinymce/plugins/wordcount/plugin.min.js
12.88KB
back/src/main/resources/front/front/modules/tinymce/tinymce/readme.md
4.24KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/dark/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/dark/content.css
1.34KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/dark/content.min.css
1.11KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/dark/content.min.css.map
1.97KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/default/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/default/content.css
1.12KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/default/content.min.css
1009B
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/default/content.min.css.map
1.7KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/document/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/document/content.css
1.24KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/document/content.min.css
1.07KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/document/content.min.css.map
1.86KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/writer/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/writer/content.css
1.15KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/writer/content.min.css
1.01KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/content/writer/content.min.css.map
1.74KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/content.css
20.18KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/content.inline.css
20.1KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/content.inline.min.css
17.67KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/content.inline.min.css.map
24.52KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/content.min.css
17.72KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/content.min.css.map
24.62KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/content.mobile.css
756B
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/content.mobile.min.css
603B
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/content.mobile.min.css.map
1KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/fonts/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff
4.52KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/skin.css
68.61KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/skin.min.css
55.27KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/skin.min.css.map
92.08KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/skin.mobile.css
24.7KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/skin.mobile.min.css
20.57KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide/skin.mobile.min.css.map
29.63KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/content.css
19.75KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/content.inline.css
20.1KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/content.inline.min.css
17.67KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/content.inline.min.css.map
24.52KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/content.min.css
17.36KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/content.min.css.map
24.05KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/content.mobile.css
756B
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/content.mobile.min.css
603B
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/content.mobile.min.css.map
1023B
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/fonts/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff
4.52KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/skin.css
68.47KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/skin.min.css
55.16KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/skin.min.css.map
91.93KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/skin.mobile.css
24.7KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/skin.mobile.min.css
20.57KB
back/src/main/resources/front/front/modules/tinymce/tinymce/skins/ui/oxide-dark/skin.mobile.min.css.map
29.63KB
back/src/main/resources/front/front/modules/tinymce/tinymce/themes/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/themes/mobile/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/themes/mobile/theme.js
467.84KB
back/src/main/resources/front/front/modules/tinymce/tinymce/themes/mobile/theme.min.js
175.48KB
back/src/main/resources/front/front/modules/tinymce/tinymce/themes/silver/
-
back/src/main/resources/front/front/modules/tinymce/tinymce/themes/silver/theme.js
1.03MB
back/src/main/resources/front/front/modules/tinymce/tinymce/themes/silver/theme.min.js
398.7KB
back/src/main/resources/front/front/modules/tinymce/tinymce/tinymce.js
1.06MB
back/src/main/resources/front/front/modules/tinymce/tinymce/tinymce.min.js
435.32KB
back/src/main/resources/front/front/modules/tinymce/tinymce.js
6KB
back/src/main/resources/front/front/pages/
-
back/src/main/resources/front/front/pages/chat/
-
back/src/main/resources/front/front/pages/chat/add.html
18.85KB
back/src/main/resources/front/front/pages/chat/chat.html
3.51KB
back/src/main/resources/front/front/pages/chat/detail.html
4KB
back/src/main/resources/front/front/pages/chat/list.html
4.64KB
back/src/main/resources/front/front/pages/dictionary/
-
back/src/main/resources/front/front/pages/dictionary/add.html
16.02KB
back/src/main/resources/front/front/pages/dictionary/detail.html
4.04KB
back/src/main/resources/front/front/pages/dictionary/list.html
16.59KB
back/src/main/resources/front/front/pages/gonggao/
-
back/src/main/resources/front/front/pages/gonggao/add.html
16.57KB
back/src/main/resources/front/front/pages/gonggao/detail.html
9.25KB
back/src/main/resources/front/front/pages/gonggao/list.html
21.01KB
back/src/main/resources/front/front/pages/home/
-
back/src/main/resources/front/front/pages/home/home.html
21.86KB
back/src/main/resources/front/front/pages/liuyan/
-
back/src/main/resources/front/front/pages/liuyan/add.html
13.77KB
back/src/main/resources/front/front/pages/liuyan/detail.html
9.24KB
back/src/main/resources/front/front/pages/liuyan/list.html
18.68KB
back/src/main/resources/front/front/pages/login/
-
back/src/main/resources/front/front/pages/login/login.html
12.29KB
back/src/main/resources/front/front/pages/qiche/
-
back/src/main/resources/front/front/pages/qiche/add.html
21.1KB
back/src/main/resources/front/front/pages/qiche/detail.html
26.91KB
back/src/main/resources/front/front/pages/qiche/list.html
22.55KB
back/src/main/resources/front/front/pages/qicheCollection/
-
back/src/main/resources/front/front/pages/qicheCollection/add.html
12.03KB
back/src/main/resources/front/front/pages/qicheCollection/detail.html
16.67KB
back/src/main/resources/front/front/pages/qicheCollection/list.html
23.5KB
back/src/main/resources/front/front/pages/qicheCommentback/
-
back/src/main/resources/front/front/pages/qicheCommentback/add.html
12.73KB
back/src/main/resources/front/front/pages/qicheCommentback/detail.html
4.11KB
back/src/main/resources/front/front/pages/qicheCommentback/list.html
14.65KB
back/src/main/resources/front/front/pages/qicheOrder/
-
back/src/main/resources/front/front/pages/qicheOrder/add.html
26.18KB
back/src/main/resources/front/front/pages/qicheOrder/confirm.html
5.94KB
back/src/main/resources/front/front/pages/qicheOrder/detail.html
4.06KB
back/src/main/resources/front/front/pages/qicheOrder/list.html
26.38KB
back/src/main/resources/front/front/pages/recharge/
-
back/src/main/resources/front/front/pages/recharge/recharge.html
4.67KB
back/src/main/resources/front/front/pages/singleSeach/
-
back/src/main/resources/front/front/pages/singleSeach/add.html
13.07KB
back/src/main/resources/front/front/pages/singleSeach/detail.html
8.56KB
back/src/main/resources/front/front/pages/singleSeach/list.html
19.07KB
back/src/main/resources/front/front/pages/yonghu/
-
back/src/main/resources/front/front/pages/yonghu/add.html
21.42KB
back/src/main/resources/front/front/pages/yonghu/center.html
23.85KB
back/src/main/resources/front/front/pages/yonghu/detail.html
4.01KB
back/src/main/resources/front/front/pages/yonghu/list.html
17.14KB
back/src/main/resources/front/front/pages/yonghu/register.html
15.55KB
back/src/main/resources/front/front/xznstatic/
-
back/src/main/resources/front/front/xznstatic/css/
-
back/src/main/resources/front/front/xznstatic/css/bootstrap.min.css
149.6KB
back/src/main/resources/front/front/xznstatic/css/common.css
6.87KB
back/src/main/resources/front/front/xznstatic/css/element.min.css
233.04KB
back/src/main/resources/front/front/xznstatic/css/fonts/
-
back/src/main/resources/front/front/xznstatic/css/fonts/element-icons.ttf
54.64KB
back/src/main/resources/front/front/xznstatic/css/fonts/element-icons.woff
27.54KB
back/src/main/resources/front/front/xznstatic/css/login.css
2.29KB
back/src/main/resources/front/front/xznstatic/css/public.css
8.2KB
back/src/main/resources/front/front/xznstatic/css/style.css
8.82KB
back/src/main/resources/front/front/xznstatic/css/swiper.min.css
13.37KB
back/src/main/resources/front/front/xznstatic/img/
-
back/src/main/resources/front/front/xznstatic/img/162237296.jpg
286.67KB
back/src/main/resources/front/front/xznstatic/img/162240878.jpg
271.18KB
back/src/main/resources/front/front/xznstatic/img/19.jpg
72.71KB
back/src/main/resources/front/front/xznstatic/img/1_092ZZ2503138.jpg
13.07KB
back/src/main/resources/front/front/xznstatic/img/20.jpg
660.74KB
back/src/main/resources/front/front/xznstatic/img/index_24.gif
11.84KB
back/src/main/resources/front/front/xznstatic/img/index_35.gif
27.69KB
back/src/main/resources/front/front/xznstatic/img/index_41.gif
1.34KB
back/src/main/resources/front/front/xznstatic/img/index_44.gif
1.32KB
back/src/main/resources/front/front/xznstatic/img/logo.png
3.65KB
back/src/main/resources/front/front/xznstatic/img/news_list_time.jpg
1.22KB
back/src/main/resources/front/front/xznstatic/img/service_btn.png
1.32KB
back/src/main/resources/front/front/xznstatic/img/service_img.png
7.99KB
back/src/main/resources/front/front/xznstatic/img/service_title.png
3.54KB
back/src/main/resources/front/front/xznstatic/js/
-
back/src/main/resources/front/front/xznstatic/js/bootstrap.min.js
33.85KB
back/src/main/resources/front/front/xznstatic/js/element.min.js
572.51KB
back/src/main/resources/front/front/xznstatic/js/index.js
507B
back/src/main/resources/front/front/xznstatic/js/jquery-1.11.3.min.js
93.72KB
back/src/main/resources/front/front/xznstatic/js/jquery.SuperSlide.2.1.1.js
11.16KB
back/src/main/resources/front/front/xznstatic/js/swiper.min.js
137.64KB
back/src/main/resources/img/
-
back/src/main/resources/img/img/
-
back/src/main/resources/img/img/back-img-bg.jpg
2.68MB
back/src/main/resources/img/img/front-img-bg.jpg
1.28MB
back/src/main/resources/img/img/logo.jpg
365.61KB
back/src/main/resources/mapper/
-
back/src/main/resources/mapper/ChatDao.xml
5.02KB
back/src/main/resources/mapper/CommonDao.xml
16.47KB
back/src/main/resources/mapper/ConfigDao.xml
200B
back/src/main/resources/mapper/DictionaryDao.xml
2.53KB
back/src/main/resources/mapper/GonggaoDao.xml
2.12KB
back/src/main/resources/mapper/LiuyanDao.xml
4.48KB
back/src/main/resources/mapper/QicheCollectionDao.xml
7.95KB
back/src/main/resources/mapper/QicheCommentbackDao.xml
8.72KB
back/src/main/resources/mapper/QicheDao.xml
4.63KB
back/src/main/resources/mapper/QicheOrderDao.xml
10.66KB
back/src/main/resources/mapper/SingleSeachDao.xml
1.71KB
back/src/main/resources/mapper/TokenDao.xml
377B
back/src/main/resources/mapper/UsersDao.xml
367B
back/src/main/resources/mapper/YonghuDao.xml
2.89KB
back/src/main/resources/static/
-
back/src/main/resources/static/upload/
-
back/src/main/resources/static/upload/a.txt
-
back/src/main/resources/static/upload/config1.jpg
1.13MB
back/src/main/resources/static/upload/config2.jpg
251.11KB
back/src/main/resources/static/upload/config3.jpg
460.05KB
back/src/main/resources/static/upload/file.rar
86B
back/src/main/resources/static/upload/gonggao1.jpg
23.93KB
back/src/main/resources/static/upload/gonggao2.jpg
17.85KB
back/src/main/resources/static/upload/gonggao3.jpg
19.53KB
back/src/main/resources/static/upload/gonggao4.jpg
84.82KB
back/src/main/resources/static/upload/gonggao5.jpg
19.82KB
back/src/main/resources/static/upload/gonggao6.jpg
32.71KB
back/src/main/resources/static/upload/music.mp3
3.11MB
back/src/main/resources/static/upload/qiche1.jpg
90.24KB
back/src/main/resources/static/upload/qiche2.jpg
63.26KB
back/src/main/resources/static/upload/qiche3.jpg
63.26KB
back/src/main/resources/static/upload/qiche4.jpg
90.24KB
back/src/main/resources/static/upload/qiche5.jpg
85.2KB
back/src/main/resources/static/upload/qiche6.jpg
121.15KB
back/src/main/resources/static/upload/video.mp4
8.06MB
back/src/main/resources/static/upload/yonghu1.jpg
28.49KB
back/src/main/resources/static/upload/yonghu2.jpg
7.46KB
back/src/main/resources/static/upload/yonghu3.jpg
16.69KB
front/
-
front/1-install.bat
12B
front/2-run.bat
14B
front/3-build.bat
16B
front/babel.config.js
78B
front/dist/
-
front/dist/css/
-
front/dist/css/app.ba381fa7.css
266.83KB
front/dist/css/chunk-vendors.1f0a25b2.css
36.57KB
front/dist/favicon.ico
4.19KB
front/dist/fonts/
-
front/dist/fonts/element-icons.535877f5.woff
27.54KB
front/dist/fonts/element-icons.732389de.ttf
54.64KB
front/dist/img/
-
front/dist/img/404.3648f234.png
21.19KB
front/dist/img/gongshang.9ce31135.png
8.18KB
front/dist/img/minsheng.50e3b425.png
5.61KB
front/dist/img/zhongguo.20798bfa.png
4.74KB
front/dist/index.html
924B
front/dist/js/
-
front/dist/js/app.ff8966a5.js
712.19KB
front/dist/js/app.ff8966a5.js.map
2.04MB
front/dist/js/chunk-vendors.17696cba.js
2.09MB
front/dist/js/chunk-vendors.17696cba.js.map
9.29MB
front/package-lock.json
435.43KB
front/package.json
1.49KB
front/public/
-
front/public/favicon.ico
4.19KB
front/public/index.html
576B
front/src/
-
front/src/App.vue
342B
front/src/assets/
-
front/src/assets/css/
-
front/src/assets/css/element-variables.scss
362B
front/src/assets/css/style.scss
691B
front/src/assets/img/
-
front/src/assets/img/404.png
21.19KB
front/src/assets/img/avator.png
89.84KB
front/src/assets/img/bg.jpg
4.12MB
front/src/assets/img/captcha.jpg
3.29KB
front/src/assets/img/login.png
843B
front/src/assets/img/logo.png
4.75KB
front/src/assets/img/password.png
1.33KB
front/src/assets/img/role.png
2.89KB
front/src/assets/img/test/
-
front/src/assets/img/test/gongshang.png
8.18KB
front/src/assets/img/test/jianshe.png
3.73KB
front/src/assets/img/test/jiaotong.png
3.59KB
front/src/assets/img/test/minsheng.png
5.61KB
front/src/assets/img/test/nongye.png
2.71KB
front/src/assets/img/test/weixin.png
1.8KB
front/src/assets/img/test/zhifubao.png
1.88KB
front/src/assets/img/test/zhongguo.png
4.74KB
front/src/assets/img/username.png
1.15KB
front/src/components/
-
front/src/components/SvgIcon/
-
front/src/components/SvgIcon/index.vue
735B
front/src/components/common/
-
front/src/components/common/BreadCrumbs.vue
3.21KB
front/src/components/common/Editor.vue
7.53KB
front/src/components/common/FileUpload.vue
3.79KB
front/src/components/home/
-
front/src/components/home/HomeCard.vue
1.17KB
front/src/components/home/HomeChart.vue
2.65KB
front/src/components/home/HomeComment.vue
2.67KB
front/src/components/home/HomeProgress.vue
1.17KB
front/src/components/index/
-
front/src/components/index/IndexAside.vue
1.26KB
front/src/components/index/IndexAsideStatic.vue
7.57KB
front/src/components/index/IndexAsideSub.vue
1.23KB
front/src/components/index/IndexHeader.vue
6.4KB
front/src/components/index/IndexMain.vue
2.25KB
front/src/icons/
-
front/src/icons/index.js
301B
front/src/icons/svg/
-
front/src/icons/svg/404.svg
1.17KB
front/src/icons/svg/articleEdit.svg
1.32KB
front/src/icons/svg/banner.svg
10.03KB
front/src/icons/svg/bug.svg
1.04KB
front/src/icons/svg/build.svg
629B
front/src/icons/svg/cfg.svg
1.74KB
front/src/icons/svg/channel.svg
990B
front/src/icons/svg/chart.svg
210B
front/src/icons/svg/clipboard.svg
765B
front/src/icons/svg/code.svg
356B
front/src/icons/svg/component.svg
300B
front/src/icons/svg/contacts.svg
3.62KB
front/src/icons/svg/dashboard.svg
1.23KB
front/src/icons/svg/date.svg
921B
front/src/icons/svg/dept.svg
1.28KB
front/src/icons/svg/dict.svg
2.49KB
front/src/icons/svg/documentation.svg
379B
front/src/icons/svg/download.svg
705B
front/src/icons/svg/drag.svg
457B
front/src/icons/svg/druid.svg
449B
front/src/icons/svg/edit.svg
727B
front/src/icons/svg/education.svg
627B
front/src/icons/svg/email.svg
384B
front/src/icons/svg/excel.svg
569B
front/src/icons/svg/exit-fullscreen.svg
1.76KB
front/src/icons/svg/eye-open.svg
1.26KB
front/src/icons/svg/file.svg
821B
front/src/icons/svg/form.svg
607B
front/src/icons/svg/fullscreen.svg
421B
front/src/icons/svg/icon.svg
741B
front/src/icons/svg/international.svg
1.21KB
front/src/icons/svg/job.svg
1.35KB
front/src/icons/svg/language.svg
1.23KB
front/src/icons/svg/link.svg
285B
front/src/icons/svg/list.svg
608B
front/src/icons/svg/lock.svg
561B
front/src/icons/svg/log.svg
1.26KB
front/src/icons/svg/logininfor.svg
1.07KB
front/src/icons/svg/menu.svg
408B
front/src/icons/svg/message.svg
642B
front/src/icons/svg/money.svg
360B
front/src/icons/svg/monitor.svg
525B
front/src/icons/svg/nested.svg
595B
front/src/icons/svg/nested0.svg
595B
front/src/icons/svg/online.svg
2.27KB
front/src/icons/svg/operation.svg
936B
front/src/icons/svg/password.svg
673B
front/src/icons/svg/password0.svg
673B
front/src/icons/svg/pdf.svg
1.67KB
front/src/icons/svg/people.svg
1.41KB
front/src/icons/svg/peoples.svg
853B
front/src/icons/svg/phone.svg
868B
front/src/icons/svg/post.svg
936B
front/src/icons/svg/qq.svg
4.28KB
front/src/icons/svg/search.svg
600B
front/src/icons/svg/sender.svg
220B
front/src/icons/svg/server.svg
469B
front/src/icons/svg/shopping.svg
2.18KB
front/src/icons/svg/shoppingCard.svg
1.24KB
front/src/icons/svg/size.svg
211B
front/src/icons/svg/skill.svg
1.16KB
front/src/icons/svg/star.svg
702B
front/src/icons/svg/svg/
-
front/src/icons/svg/svg/AI.svg
983B
front/src/icons/svg/svg/AIDeviceLayout.svg
895B
front/src/icons/svg/svg/EIM.svg
996B
front/src/icons/svg/svg/VIP.svg
1.11KB
front/src/icons/svg/svg/agricultureRegister.svg
1.29KB
front/src/icons/svg/svg/area.svg
3.61KB
front/src/icons/svg/svg/base.svg
1.31KB
front/src/icons/svg/svg/batch.svg
1.23KB
front/src/icons/svg/svg/board.svg
889B
front/src/icons/svg/svg/board1.svg
1.18KB
front/src/icons/svg/svg/boardConfig.svg
1.74KB
front/src/icons/svg/svg/cfg.svg
1.74KB
front/src/icons/svg/svg/code.svg
356B
front/src/icons/svg/svg/company.svg
1013B
front/src/icons/svg/svg/crop.svg
1.4KB
front/src/icons/svg/svg/crops.svg
3.44KB
front/src/icons/svg/svg/dashboard.svg
1.23KB
front/src/icons/svg/svg/dataAbnormal.svg
1.49KB
front/src/icons/svg/svg/dataLack.svg
1.35KB
front/src/icons/svg/svg/dept.svg
2.37KB
front/src/icons/svg/svg/device.svg
2.53KB
front/src/icons/svg/svg/deviceMonitorData.svg
908B
front/src/icons/svg/svg/dict.svg
2.49KB
front/src/icons/svg/svg/diseasesinsect.svg
2.78KB
front/src/icons/svg/svg/diseasesinsects.svg
1.16KB
front/src/icons/svg/svg/documentation.svg
379B
front/src/icons/svg/svg/email.svg
384B
front/src/icons/svg/svg/environmental.svg
1.17KB
front/src/icons/svg/svg/eye-open.svg
1.26KB
front/src/icons/svg/svg/farmingProject.svg
979B
front/src/icons/svg/svg/finance.svg
760B
front/src/icons/svg/svg/financeBudget.svg
737B
front/src/icons/svg/svg/financeReality.svg
1.13KB
front/src/icons/svg/svg/firm.svg
1.44KB
front/src/icons/svg/svg/firms.svg
1.03KB
front/src/icons/svg/svg/harvestBatch.svg
533B
front/src/icons/svg/svg/harvestDetection.svg
743B
front/src/icons/svg/svg/harvestManage.svg
677B
front/src/icons/svg/svg/harvestWorks.svg
1.02KB
front/src/icons/svg/svg/heavyMetalDetection.svg
1KB
front/src/icons/svg/svg/home.svg
1.09KB
front/src/icons/svg/svg/inspection.svg
729B
front/src/icons/svg/svg/internet.svg
903B
front/src/icons/svg/svg/internetActive.svg
1.27KB
front/src/icons/svg/svg/log.svg
1.26KB
front/src/icons/svg/svg/mainSystem.svg
967B
front/src/icons/svg/svg/mainSystemActive.svg
1.21KB
front/src/icons/svg/svg/menu.svg
426B
front/src/icons/svg/svg/monitorEquipment.svg
857B
front/src/icons/svg/svg/news.svg
1.46KB
front/src/icons/svg/svg/order.svg
863B
front/src/icons/svg/svg/password.svg
673B
front/src/icons/svg/svg/peoples.svg
854B
front/src/icons/svg/svg/pest.svg
2.78KB
front/src/icons/svg/svg/pestActive.svg
3.03KB
front/src/icons/svg/svg/pesticideResidue.svg
820B
front/src/icons/svg/svg/pests.svg
591B
front/src/icons/svg/svg/phone.svg
868B
front/src/icons/svg/svg/plant.svg
1.97KB
front/src/icons/svg/svg/plants.svg
2.1KB
front/src/icons/svg/svg/plantsActive.svg
2.47KB
front/src/icons/svg/svg/residual.svg
1.46KB
front/src/icons/svg/svg/retroactiveCoding.svg
808B
front/src/icons/svg/svg/scheme.svg
1.23KB
front/src/icons/svg/svg/source.svg
808B
front/src/icons/svg/svg/sourceActive.svg
1.11KB
front/src/icons/svg/svg/system.svg
1.9KB
front/src/icons/svg/svg/task.svg
413B
front/src/icons/svg/svg/tempFarm.svg
1.1KB
front/src/icons/svg/svg/traceability.svg
860B
front/src/icons/svg/svg/traceabilityList.svg
474B
front/src/icons/svg/svg/traceabilityStyle.svg
598B
front/src/icons/svg/svg/user.svg
503B
front/src/icons/svg/svg/user0.svg
503B
front/src/icons/svg/svg/validCode.svg
1KB
front/src/icons/svg/svg/video.svg
590B
front/src/icons/svg/svg/videoEquipment.svg
1.91KB
front/src/icons/svg/svg/videoKey.svg
936B
front/src/icons/svg/svg/vipCustomized.svg
1.37KB
front/src/icons/svg/svg/warnings.svg
708B
front/src/icons/svg/svg/workOrder.svg
1.4KB
front/src/icons/svg/svg/┐┤░х╣▄└э.svg
1.14KB
front/src/icons/svg/svg/╓╪╜Ё╩Ї╝ь▓т╣▄└э.svg
2.44KB
front/src/icons/svg/swagger.svg
1.16KB
front/src/icons/svg/system.svg
1.9KB
front/src/icons/svg/tab.svg
725B
front/src/icons/svg/table.svg
251B
front/src/icons/svg/table0.svg
763B
front/src/icons/svg/task.svg
413B
front/src/icons/svg/template.svg
792B
front/src/icons/svg/theme.svg
667B
front/src/icons/svg/tool.svg
1.42KB
front/src/icons/svg/tree-table.svg
906B
front/src/icons/svg/tree.svg
1.98KB
front/src/icons/svg/user.svg
503B
front/src/icons/svg/user0.svg
503B
front/src/icons/svg/validCode.svg
1KB
front/src/icons/svg/wechat.svg
1.34KB
front/src/icons/svg/zip.svg
1.55KB
front/src/icons/svgo.yml
388B
front/src/main.js
2.47KB
front/src/router/
-
front/src/router/router-static.js
5.39KB
front/src/store/
-
front/src/store/store.js
-
front/src/utils/
-
front/src/utils/api.js
410B
front/src/utils/base.js
424B
front/src/utils/http.js
808B
front/src/utils/i18n.js
350B
front/src/utils/menu.js
8.19KB
front/src/utils/storage.js
490B
front/src/utils/style.css
1.64KB
front/src/utils/style.js
3.63KB
front/src/utils/utils.js
2.18KB
front/src/utils/validate.js
1.07KB
front/src/views/
-
front/src/views/404.vue
912B
front/src/views/center.vue
6.87KB
front/src/views/home.vue
1.02KB
front/src/views/index.vue
638B
front/src/views/login.vue
13.24KB
front/src/views/modules/
-
front/src/views/modules/chat/
-
front/src/views/modules/chat/add-or-update.vue
4.92KB
front/src/views/modules/chat/list.vue
6.18KB
front/src/views/modules/config/
-
front/src/views/modules/config/add-or-update.vue
14.39KB
front/src/views/modules/config/list.vue
20.39KB
front/src/views/modules/dictionary/
-
front/src/views/modules/dictionary/add-or-update.vue
20.38KB
front/src/views/modules/dictionary/list.vue
37.11KB
front/src/views/modules/dictionaryChat/
-
front/src/views/modules/dictionaryChat/add-or-update.vue
16.79KB
front/src/views/modules/dictionaryChat/list.vue
19.19KB
front/src/views/modules/dictionaryGonggao/
-
front/src/views/modules/dictionaryGonggao/add-or-update.vue
16.79KB
front/src/views/modules/dictionaryGonggao/list.vue
19.21KB
front/src/views/modules/dictionaryQiche/
-
front/src/views/modules/dictionaryQiche/add-or-update.vue
16.85KB
front/src/views/modules/dictionaryQiche/list.vue
19.22KB
front/src/views/modules/dictionaryQicheCollection/
-
front/src/views/modules/dictionaryQicheCollection/add-or-update.vue
16.84KB
front/src/views/modules/dictionaryQicheCollection/list.vue
19.28KB
front/src/views/modules/dictionaryQicheOrder/
-
front/src/views/modules/dictionaryQicheOrder/add-or-update.vue
16.8KB
front/src/views/modules/dictionaryQicheOrder/list.vue
19.23KB
front/src/views/modules/dictionarySex/
-
front/src/views/modules/dictionarySex/add-or-update.vue
16.79KB
front/src/views/modules/dictionarySex/list.vue
19.18KB
front/src/views/modules/dictionaryShangxia/
-
front/src/views/modules/dictionaryShangxia/add-or-update.vue
16.77KB
front/src/views/modules/dictionaryShangxia/list.vue
19.2KB
front/src/views/modules/dictionarySingleSeach/
-
front/src/views/modules/dictionarySingleSeach/add-or-update.vue
16.86KB
front/src/views/modules/dictionarySingleSeach/list.vue
19.27KB
front/src/views/modules/dictionaryZhuangtai/
-
front/src/views/modules/dictionaryZhuangtai/add-or-update.vue
16.74KB
front/src/views/modules/dictionaryZhuangtai/list.vue
19.19KB
front/src/views/modules/gonggao/
-
front/src/views/modules/gonggao/add-or-update.vue
20.62KB
front/src/views/modules/gonggao/list.vue
38.23KB
front/src/views/modules/liuyan/
-
front/src/views/modules/liuyan/add-or-update.vue
22.52KB
front/src/views/modules/liuyan/list.vue
40.34KB
front/src/views/modules/qiche/
-
front/src/views/modules/qiche/add-or-update.vue
26.82KB
front/src/views/modules/qiche/list.vue
47.19KB
front/src/views/modules/qicheCollection/
-
front/src/views/modules/qicheCollection/add-or-update.vue
24.29KB
front/src/views/modules/qicheCollection/list.vue
41.58KB
front/src/views/modules/qicheCommentback/
-
front/src/views/modules/qicheCommentback/add-or-update.vue
22.96KB
front/src/views/modules/qicheCommentback/list.vue
41.4KB
front/src/views/modules/qicheOrder/
-
front/src/views/modules/qicheOrder/add-or-update.vue
31.17KB
front/src/views/modules/qicheOrder/list.vue
53.11KB
front/src/views/modules/singleSeach/
-
front/src/views/modules/singleSeach/add-or-update.vue
19.01KB
front/src/views/modules/singleSeach/list.vue
35.65KB
front/src/views/modules/users/
-
front/src/views/modules/users/add-or-update.vue
14.43KB
front/src/views/modules/users/list.vue
21.98KB
front/src/views/modules/yonghu/
-
front/src/views/modules/yonghu/add-or-update.vue
25.38KB
front/src/views/modules/yonghu/list.vue
39.71KB
front/src/views/pay.vue
5.09KB
front/src/views/register.vue
11.56KB
front/src/views/update-password.vue
3.24KB
front/vue.config.js
1.9KB
功能文档.doc
1.79MB

资源内容介绍

基于Vue.js和SpringBoot的汽车租赁系统,分为用户前台和管理后台,可以给管理员、普通用户角色使用,包括汽车租赁模块、汽车管理模块、留言板模块、公告管理模块、用户管理模块和系统基础模块,项目编号T296。项目录屏:https://www.bilibili.com/video/BV1of421q71B启动教程:https://www.bilibili.com/video/BV1pW4y1P7GR项目讲解视频:https://space.bilibili.com/417412814/channel/collectiondetail?sid=2242844
GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.[This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] Preamble The licenses for most software are designed to take away yourfreedom to share and change it. By contrast, the GNU General PublicLicenses are intended to guarantee your freedom to share and changefree software--to make sure the software is free for all its users. This license, the Lesser General Public License, applies to somespecially designated software packages--typically libraries--of theFree Software Foundation and other authors who decide to use it. Youcan use it too, but we suggest you first think carefully about whetherthis license or the ordinary General Public License is the betterstrategy to use in any particular case, based on the explanations below. When we speak of free software, we are referring to freedom of use,not price. Our General Public Licenses are designed to make sure thatyou have the freedom to distribute copies of free software (and chargefor this service if you wish); that you receive source code or can getit if you want it; that you can change the software and use pieces ofit in new free programs; and that you are informed that you can dothese things. To protect your rights, we need to make restrictions that forbiddistributors to deny you these rights or to ask you to surrender theserights. These restrictions translate to certain responsibilities foryou if you distribute copies of the library or if you modify it. For example, if you distribute copies of the library, whether gratisor for a fee, you must give the recipients all the rights that we gaveyou. You must make sure that they, too, receive or can get the sourcecode. If you link other code with the library, you must providecomplete object files to the recipients, so that they can relink themwith the library after making changes to the library and recompilingit. And you must show them these terms so they know their rights. We protect your rights with a two-step method: (1) we copyright thelibrary, and (2) we offer you this license, which gives you legalpermission to copy, distribute and/or modify the library. To protect each distributor, we want to make it very clear thatthere is no warranty for the free library. Also, if the library ismodified by someone else and passed on, the recipients should knowthat what they have is not the original version, so that the originalauthor's reputation will not be affected by problems that might beintroduced by others. Finally, software patents pose a constant threat to the existence ofany free program. We wish to make sure that a company cannoteffectively restrict the users of a free program by obtaining arestrictive license from a patent holder. Therefore, we insist thatany patent license obtained for a version of the library must beconsistent with the full freedom of use specified in this license. Most GNU software, including some libraries, is covered by theordinary GNU General Public License. This license, the GNU LesserGeneral Public License, applies to certain designated libraries, andis quite different from the ordinary General Public License. We usethis license for certain libraries in order to permit linking thoselibraries into non-free programs. When a program is linked with a library, whether statically or usinga shared library, the combination of the two is legally speaking acombined work, a derivative of the original library. The ordinaryGeneral Public License therefore permits such linking only if theentire combination fits its criteria of freedom. The Lesser GeneralPublic License permits more lax criteria for linking other code withthe library. We call this license the "Lesser" General Public License because itdoes Less to protect the user's freedom than the ordinary GeneralPublic License. It also provides other free software developers Lessof an advantage over competing non-free programs. These disadvantagesare the reason we use the ordinary General Public License for manylibraries. However, the Lesser license provides advantages in certainspecial circumstances. For example, on rare occasions, there may be a special need toencourage the widest possible use of a certain library, so that it becomesa de-facto standard. To achieve this, non-free programs must beallowed to use the library. A more frequent case is that a freelibrary does the same job as widely used non-free libraries. In thiscase, there is little to gain by limiting the free library to freesoftware only, so we use the Lesser General Public License. In other cases, permission to use a particular library in non-freeprograms enables a greater number of people to use a large body offree software. For example, permission to use the GNU C Library innon-free programs enables many more people to use the whole GNUoperating system, as well as its variant, the GNU/Linux operatingsystem. Although the Lesser General Public License is Less protective of theusers' freedom, it does ensure that the user of a program that islinked with the Library has the freedom and the wherewithal to runthat program using a modified version of the Library. The precise terms and conditions for copying, distribution andmodification follow. Pay close attention to the difference between a"work based on the library" and a "work that uses the library". Theformer contains code derived from the library, whereas the latter mustbe combined with the library in order to run. GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library or otherprogram which contains a notice placed by the copyright holder orother authorized party saying it may be distributed under the terms ofthis Lesser General Public License (also called "this License").Each licensee is addressed as "you". A "library" means a collection of software functions and/or dataprepared so as to be conveniently linked with application programs(which use some of those functions and data) to form executables. The "Library", below, refers to any such software library or workwhich has been distributed under these terms. A "work based on theLibrary" means either the Library or any derivative work undercopyright law: that is to say, a work containing the Library or aportion of it, either verbatim or with modifications and/or translatedstraightforwardly into another language. (Hereinafter, translation isincluded without limitation in the term "modification".) "Source code" for a work means the preferred form of the work formaking modifications to it. For a library, complete source code meansall the source code for all modules it contains, plus any associatedinterface definition files, plus the scripts used to control compilationand installation of the library. Activities other than copying, distribution and modification are notcovered by this License; they are outside its scope. The act ofrunning a program using the Library is not restricted, and output fromsuch a program is covered only if its contents constitute a work basedon the Library (independent of the use of the Library in a tool forwriting it). Whether that is true depends on what the Library doesand what the program that uses the Library does. 1. You may copy

用户评论 (0)

发表评论

captcha

相关资源

ST17H66串口文件.zip

ST17H66转发收到的串口信息

2.6KB10积分

MATLAB车牌定位实现系统.zip

Matlab车牌识别系统是一个使用Matlab编程语言开发的程序,用来识别汽车车牌上的字符和数字。该系统可以通过读取车牌图像,并使用图像处理、模式识别和机器学习算法来识别和解析车牌上的字符和数字。以下是一个基本的车牌识别系统的工作流程:1. 图像预处理:对车牌图像进行预处理,例如去噪、增强对比度、调整亮度等。2. 车牌定位:使用图像处理算法定位车牌在图像中的位置。3. 字符分割:将车牌图像分割成单个字符,以便对每个字符进行识别。4. 字符识别:使用模式识别或机器学习算法对每个字符进行识别和分类。5. 车牌解析:将识别出的字符组合成完整的车牌号码。6. 输出结果:将识别结果输出到屏幕或保存到文件中。在开发Matlab车牌识别系统时,可以使用Matlab的图像处理工具箱、模式识别工具箱和机器学习工具箱来实现各种功能。此外,还可以使用深度学习模型如卷积神经网络(CNN)来提高字符识别的准确性。可以使用现有的开源深度学习框架(如TensorFlow或PyTorch)来训练和部署深度学习模型,并将其与Matlab集成。总之,Matlab车牌识别系统是一个使用Matl

10.46KB49积分

MATLAB车牌识别完整程序系统

要设计一个基于Matlab的车牌识别系统,可以按照以下步骤进行:1. 数据集准备:收集一组车牌图像作为训练数据集。这些图像应该包含各种不同类型和风格的车牌。2. 图像预处理:对每个图像进行预处理,以提取和增强车牌的特征。可能的预处理步骤包括:图像去噪、图像增强、灰度化、二值化等。3. 车牌定位:使用图像处理技术,如边缘检测、形态学操作等,找到图像中的车牌位置。这可以通过找到车牌的边界框或轮廓来实现。4. 字符分割:对于定位到的每个车牌,对其进行字符分割,将车牌中的每个字符单独提取出来。可以使用基于形态学操作和区域分割的技术来实现。5. 字符识别:对于每个提取出的字符,使用字符识别算法来识别字符的类别。常用的字符识别算法包括基于模板匹配、神经网络、支持向量机等。6. 字符串识别:将识别出的字符组合成一个字符串,作为最终的车牌识别结果。7. 性能评估:使用一组标注好的测试数据集来评估车牌识别系统的性能。可以计算准确率、召回率等指标来评价系统的性能。以上是一个简单的车牌识别系统的设计步骤,可以根据具体情况进行调整和改进。

248.09KB35积分

景区订票系统 JAVA+Vue.js+SpringBoot+MySQL

基于Vue.js和SpringBoot的景区订票系统,分为用户前台和管理后台,可以给管理员、普通用户角色使用,包括景点管理模块、景点留言模块、景点订单模块、论坛管理模块、公告信息模块和系统基础模块,项目编号T297。项目录屏:https://www.bilibili.com/video/BV1Vw4m1k7Cs启动教程:https://www.bilibili.com/video/BV1pW4y1P7GR项目讲解视频:https://space.bilibili.com/417412814/channel/collectiondetail?sid=2242844

29.72MB25积分