上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 44 下一页
摘要: 端口替换.bat @echo off Setlocal enabledelayedexpansion SET FIND_DIR=%~dp0 set st=7506 ::把替换字符串赋值给dt,这里举例是st->dt set dt=4506 ::循环bat文件只取文件名将文件名设置到s变量上 for 阅读全文
posted @ 2022-03-19 20:22 三瑞 阅读(47) 评论(0) 推荐(0)
摘要: 备份数据库.bat @setlocal enabledelayedexpansion @echo off color f0 title 备份数据库 rem 下面为自定义参数可修改 set mysqlServiceName=MySQL4506 set mysqlPort=4506 set rootUs 阅读全文
posted @ 2022-03-19 11:11 三瑞 阅读(228) 评论(0) 推荐(0)
摘要: 生成Mysql连接SSL证书.bat: @setlocal enabledelayedexpansion @echo off color f0 @REM 生成证书(前提是安装了oponssl) title 生成Mysql连接SSL证书 rem 下面为自定义参数可修改 set basedir=%~dp 阅读全文
posted @ 2022-03-17 18:10 三瑞 阅读(311) 评论(0) 推荐(0)
摘要: <service> <id>服务名</id> <name>服务名</name> <description>本服务为服务名</description> <executable>java</executable> <arguments> <argument>-Dspring.config.locatio 阅读全文
posted @ 2022-03-13 10:34 三瑞 阅读(493) 评论(0) 推荐(0)
摘要: Mysql5.7:下载地址 初始my.ini @setlocal enabledelayedexpansion @echo off color f0 rem 阿里云主机服务器。 title MYSQL已安装 rem 下面为自定义参数可修改 set mysqlServiceName=MySQL7506 阅读全文
posted @ 2022-03-11 18:13 三瑞 阅读(1121) 评论(0) 推荐(0)
摘要: @setlocal enabledelayedexpansion @echo off color f0 title 卸载指定服务 rem 下面为自定义参数可修改 set mysqlServiceName=MySQL7506 SC QUERY %mysqlServiceName% > NUL IF E 阅读全文
posted @ 2022-03-11 16:56 三瑞 阅读(116) 评论(0) 推荐(0)
摘要: 原理:停止服务,通过脚本程序添加skip-grant-tables配置,生成修改密码脚本,执行修改密码脚本,成功后停止服务,再通过脚本程序注释skip-grant-tables配置,最后再启动服务 脚本下载 前置脚本1:SkipGrantTablesInsert.bat (添加:skip-grant 阅读全文
posted @ 2022-03-11 16:51 三瑞 阅读(448) 评论(0) 推荐(0)
摘要: [Core]不支持的返回值类型 html 原因:是公司代理服务的地址不对取用户信息就报错了 阅读全文
posted @ 2022-03-10 15:58 三瑞 阅读(30) 评论(0) 推荐(0)
摘要: 引用:https://stackoverflow.com/questions/50405838/error-creating-bean-with-name-scopedtarget-oauth2clientcontext-scope-session 我解决的方式就是使用他拉问题中提供的答案就可以解决 阅读全文
posted @ 2022-02-21 10:10 三瑞 阅读(3064) 评论(0) 推荐(0)
摘要: Spring Security 重写多个WebSecurityConfigurerAdapter 系统会报错 Error starting ApplicationContext. To display the conditions report re-run your application wit 阅读全文
posted @ 2022-02-20 09:39 三瑞 阅读(1363) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 44 下一页