自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(14)
  • 收藏
  • 关注

原创 git push时报错send-pack: unexpected disconnect while reading sideband packet

在git push的时候,出现如下问题:完整错误如下:原因分析:原先push都没有问题,这次带了一个1.5M的文件就出了问题,基本上就是这个文件大小的问题;

2024-08-23 14:33:49 201

原创 启动SpringCloudGateway报错:no netty_resolver_dns_native_macos_aarch_64 in java.library.path

使用Mac启动SpringCloudGateway报错,Mac是苹果M系芯片SpringCloud版本:2021.0.2。

2024-08-15 11:29:56 357

原创 Nacos注册失败:Client not connected,current status:STARTING

背景:在使用Spring Cloud Alibaba启动应用服务时,Nacos时报错Client not connected,current status:STARTING。如果主端口是8848,那么一共需要保证客户端与服务端的8848、9848、9849三个端口是通畅的。,导致了一个问题 你需要再服务器防火墙多开两个端口 例如你部署的端口是。来支持gRPC的端口。

2024-08-09 18:42:13 310

原创 Test

本文由博客一文多发平台。

2024-08-08 15:09:14 235

原创 Mac关闭安全策略(M1芯片)

4、点击菜单栏的【实用工具】,再点击【启动安全性实用工具】2、按住开机键不松手直到出现下图的画面,然后点击【选项】5、勾选 允许用户管理来自被认可开发者的内核扩展。6、输入电脑密码,点击好。

2024-07-29 17:39:19 555

原创 Mac禁用SIP系统完整性保护(M1芯片)

为了更改安全性设量,请将Mac关机,然后按住电源按钮以启动"macOS恢复】错误提示,请根据以下教程解决!而用户在【3.正在载入启动选项】页面时就松开电源键了,在选项界面后续操作中,虽然是在恢复模式的界面,但是系统却认为不是在恢复模式。因为在进入恢复模式时,操作步骤为:1.长按电源键 2.长按直到启动选项出现 3.正在载入启动选项 4.选项界面。在终端内输入【csrutil clear】命令,然后按回车。接下来输入【csrutil disable】按回车即可!7.输入您的电脑密码,然后按下回车。

2024-07-29 17:31:43 402

原创 MacOS时区错误,通过命令修改时区

【代码】MacOS时区错误,通过命令修改时区。

2024-04-25 17:53:27 1620 2

原创 maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories

Could not transfer artifact from/to xxxxxxxxx maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories:xxxxxxx下载最新的IDEA2021.3的版本之后maven报这个错误,最新的IDEA默认使用的Maven3.8+,Maven3.8+不支持非安全连接,仓库如果是http的地址会报这个错误;解决办法:1、下载Maven的3.6.3版本,就可以了

2021-11-29 09:53:14 3675

原创 docker安装Oracle数据库

docker安装Oracle数据库一、下载Oracle安装包https://download.oracle.com/otn/linux/oracle11g/R2/linux.x64_11gR2_database_1of2.ziphttps://download.oracle.com/otn/linux/oracle11g/R2/linux.x64_11gR2_database_2of2.zip链接: https://pan.baidu.com/s/1MfYw7PoPekl7C0vJ6Z-PAg 提

2021-10-09 14:22:41 330

原创 Brew安装Or可视化工具

1、安装Homebrew:https://gitee.com/cunkai/HomebrewCN

2021-01-11 10:09:53 188 1

原创 Failed to save registry cache file, will retry, cause: Can not lock the registry cache

问题描述:启动的Dubbo 服务的时候报错,异常信息如下:Failed to save registry cache file, will retry, cause: Can not lock the registry cache file /root/.dubbo/dubbo-registry-finance-service-xxx.xx.xxx.xxx-2181.cache, ignore and retry later, maybe multi java process use the file,

2020-12-24 10:15:13 3542

原创 No primary or default constructor found for interface ServerHttpRequest问题

项目场景:问题描述:POST 请求时,抛出异常:No primary or default constructor found for interface org.springframework.http.server.reactive.ServerHttpRequest 原因分析:以下内容摘自:stackoverflow链接: https://stackoverflow.com/questions/53615945/spring-webflux-annotated-rest-cont

2020-12-14 17:02:46 3058

原创 IDEA - java:程序包XXXX不存在 或 java:找不到符号

项目场景:JDK:1.8IDE:IDEA 2020.1Maven:3.6.3问题描述:在运行Main的时候,提示java:程序包XXXX不存在 或 java:找不到符号 解决方案:运行mvn idea:idea

2020-11-23 18:07:26 1015

原创 safe guard client , should not be called ,must have a bug.问题

项目场景:Dubbo版本:2.7.6问题描述:在服务运行中频繁打印java.lang.IllegalStateException: safe guard client , should not be called ,must have a bug.的异常提示! 14:00:20.193 [Curator-TreeCache-1] WARN o.a.d.r.p.d.LazyConnectExchangeClient - [warning,138] - safe guard client , sho

2020-10-21 14:29:34 19407 2

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除