上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: start.bat ```bat @echo of .\jre\bin\java -jar exl-pic.jar @pause ``` ![image](https://img2023.cnblogs.com/blog/2338988/202305/2338988-2023052609124880 阅读全文
posted @ 2023-05-26 09:13 生生灯火半杯月 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 依赖下载失败会生成lastUpdated文件,此文件会影响依赖的再次下载,需要删除之后才能正常下载依赖。 cleanLastUpdated.bat @echo off rem 这里写你的仓库路径 set REPOSITORY_PATH=D:\ASpace\ProgramFiles\apache-ma 阅读全文
posted @ 2023-03-23 10:43 生生灯火半杯月 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 解决更换仓库带来的jar包不兼容的问题,如直接将jar包复制到仓库,会爆红。 delFile.bat @echo off echo start........ for /f "delims=" %%i in ('dir /b /s "./_remote.repositories"') do ( de 阅读全文
posted @ 2023-03-23 10:38 生生灯火半杯月 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 1.文件上传大小 http { # 设置nginx文件上传大小限制 client_max_body_size 200M; client_body_buffer_size 50M; fastcgi_intercept_errors on; } 2.http 转 https 方式①:http端口 ser 阅读全文
posted @ 2023-01-04 21:58 生生灯火半杯月 阅读(246) 评论(0) 推荐(1) 编辑
摘要: ### 下载地址 https://archive.apache.org/dist/rocketmq/ > 注意过滤漏洞版本,见后 ### 基础安装 ```sh # 解压 unzip rocketmq-all-4.7.0-bin-release.zip ``` 修改bin/runserver.sh ` 阅读全文
posted @ 2022-12-28 16:07 生生灯火半杯月 阅读(225) 评论(0) 推荐(0) 编辑
摘要: # 下载地址 **Elasticsearch:**https://www.elastic.co/cn/downloads/elasticsearch **Logstash:**https://www.elastic.co/cn/downloads/logstash **Kibana:**https: 阅读全文
posted @ 2022-12-27 19:40 生生灯火半杯月 阅读(620) 评论(0) 推荐(0) 编辑
摘要: proxy: urls: # "[https://aa.bb.com]": val 在使用一些特殊符号做为map的键时,总会自动消失,解决的办法就是加"[键]" 阅读全文
posted @ 2022-12-23 14:22 生生灯火半杯月 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 场景 同一台服务器中有两个作用相同的数据库,flow able项目启动会自动检测有无创建基础的表,无则创建,第一个数据库无表也可自动启动,但是将数据库切换至第二台数据库无表,则无法创建无法启动项目。 解决方式 在url后拼接以下属性,在高版本中此值默认为false &nullCatalogMeans 阅读全文
posted @ 2022-12-13 09:40 生生灯火半杯月 阅读(542) 评论(0) 推荐(0) 编辑
摘要: #! /bin/sh #1,启动所有jar包:sh all.sh start all 或者./sh start all #2,停止所有jar包:sh all.sh stop all 或者./sh stop all #3,重启所有jar包:sh all.sh restart all 或者./sh re 阅读全文
posted @ 2022-12-09 15:15 生生灯火半杯月 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 报错问题: SQLSyntaxErrorException: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'selad.id' which is not functi 阅读全文
posted @ 2022-11-11 15:22 生生灯火半杯月 阅读(138) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页
点击右上角即可分享
微信分享提示