luozili

博客园 首页 新随笔 联系 订阅 管理

2023年2月20日 #

摘要: java.lang.NoClassDefFoundError: reactor/util/retry/Retry at reactor.netty.http.client.HttpClientConnect$MonoHttpConnect.subscribe(HttpClientConnect.ja 阅读全文
posted @ 2023-02-20 19:44 luozili 阅读(152) 评论(0) 推荐(0) 编辑

摘要: <properties> <spring.boot.version>2.3.2.RELEASE</spring.boot.version> <spring.cloud.version>Hoxton.SR8</spring.cloud.version> <spring.cloud.alibaba.ve 阅读全文
posted @ 2023-02-20 18:45 luozili 阅读(126) 评论(0) 推荐(0) 编辑

2023年2月19日 #

摘要: "C:\Program Files\Java\jdk1.8.0_221\bin\java.exe" -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote 阅读全文
posted @ 2023-02-19 15:30 luozili 阅读(133) 评论(0) 推荐(0) 编辑

摘要: java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration.restTem 阅读全文
posted @ 2023-02-19 11:45 luozili 阅读(52) 评论(0) 推荐(0) 编辑

2023年2月18日 #

摘要: 官方文档:https://opendocs.alipay.com/open/263/105809 https://opendocs.alipay.com/open/01emu5 这里使用官方提供工具:https://help.aliyun.com/document_detail/123151.htm 阅读全文
posted @ 2023-02-18 10:32 luozili 阅读(909) 评论(0) 推荐(0) 编辑

摘要: 官网:https://www.cpolar.com/ 下载好,安装,双击打开,注册,登录 阅读全文
posted @ 2023-02-18 10:22 luozili 阅读(27) 评论(0) 推荐(0) 编辑

2023年1月15日 #

摘要: 检查你的电脑是否需要配置代理,如果不需要可以将代理禁用: npm config set proxy false 如果是需要配置代理服务的: 开启代理 npm config set proxy true 配置代理信息 npm config set proxy http://xxxx:xxxx npm 阅读全文
posted @ 2023-01-15 10:57 luozili 阅读(118) 评论(0) 推荐(0) 编辑

2022年10月11日 #

摘要: 下载jar包https://github.com/freemansoft/jacob-project/releases 解压,将jacob-1.18-xxx.dll相应放到项目使用的JAVA_HOME\bin下 创建项目,导入jar java代码: import com.jacob.activeX. 阅读全文
posted @ 2022-10-11 09:23 luozili 阅读(1956) 评论(0) 推荐(0) 编辑

2022年9月30日 #

摘要: 1、确定目标数据库,准备一个具有权限mysql账号(主机) 为了简单我使用的是root账号,你也可以根据自己的需要创建新的账号 使用 show MASTER STATUS; 命令查看相应账号的记录文件 这是相应账号的bin_log文件,需要使用的是File和Position字段的值 如果你新建账号进 阅读全文
posted @ 2022-09-30 14:29 luozili 阅读(15) 评论(0) 推荐(0) 编辑

摘要: Fatal error: The slave I/O thread stops because master and slave have equal MySQL server ids; these ids must be different for replication to work (or 阅读全文
posted @ 2022-09-30 11:37 luozili 阅读(134) 评论(0) 推荐(0) 编辑