草庐IT

IR_PORT_DISABLED

全部标签

vscode git错误“Failed to connect to 127.0.0.1 port 1080 after 2078 ms: Couldn‘t connect to server“

vscode使用git时,发生错误"Failedtoconnectto127.0.0.1port1080after2078ms:Couldn’tconnecttoserver"原因:网速过慢解决方法先设置全局代理gitconfig--globalhttp.proxyhttp://127.0.0.1:1080gitconfig--globalhttps.proxyhttp://127.0.0.1:1080然后在取消全局代理gitconfig--global--unsethttp.proxygitconfig--global--unsethttps.proxy就可以正常gitclone或push、

ElasticSearch 错误 Fielddata is disabled on text fields by default. Set fielddata=true 解决办法

情况:页面查询ES数据,Java查询报这个错误,但是,通过打印的语句,构建curl查询时候又是正常的,这就让我很费解。报错信息:{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Fielddataisdisabledontextfieldsbydefault.Setfielddata=trueon[aaa]inordertoloadfielddatainmemorybyuninvertingtheinvertedindex.Notethatthiscanhoweverusesignificantmemo

js disabled属性添加删除

//两种方法设置disabled属性$('#areaSelect').attr("disabled",true);$('#areaSelect').attr("disabled","disabled");//三种方法移除disabled属性$('#areaSelect').attr("disabled",false);$('#areaSelect').removeAttr("disabled");$('#areaSelect').attr("disabled","");document.getElementById(“test”).disabled=true;document.getEleme

linux ssh报错Unable to negotiate with **** port 22: no matching host key type found

目录linuxssh报错Unabletonegotiatewith****port22:nomatchinghostkeytypefoundssh连接机器报错linuxssh报错Unabletonegotiatewith****port22:nomatchinghostkeytypefoundssh连接机器报错今天使用mac通过ssh连接机器的时候报错如上,查阅网上资料后解决,方法如下//进入终端command+空格,输入终端后按回车进入命令行模式//进入家目录cd~//创建ssh目录,有的已经有了,则不需要创建mkdir-p.ssh//touch一个config文件并填入内容touchcon

MIPI DSI&eDP转1/2Port LVDS专版介绍

  目前基于ARM架构的处理器Fabless设计公司在安防、工控、汽车、移动通讯以及中低端消费电子市场占有绝对统治地位,如高通、MTK、瑞芯微、紫光展瑞、全志、晶晨等皆属主流的ARM架构,在系统显示端,以上品牌都支持eDP、MIPI、LVDS及最新GVI显示接口,但有一定比例主控不支持2PortLVDS显示输出,所以需另外增加MIPI&eDPto2PortLVDS桥接转换电路,现推荐几款MIPI&eDPto2PortLVDS电路。市场热销MIPI&eDPto1/2ProtLVDS电路汇总型号输入输出支持分辨率LCD屏兼容量产时间1LT9211D4LaneMIPI1/2PortLVDS2560×

SpringBoot集成Nacos控制台报:Server check fail, please check server xxx ,port 9848 is available

问题:2023-03-0600:28:13.284ERROR329700---[t.remote.worker]c.a.n.c.remote.client.grpc.GrpcClient:99-Servercheckfail,pleasecheckserver180.76.172.65,port9848isavailable,error={}java.util.concurrent.ExecutionException:com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException:UNAVAILABLE:ioexception atcom.al

ssh 连接报错:Unable to negotiate with 192.168.xx.xx port 22: no matching key exchange method found.

用ssh连接Linux服务器时,很偶然的情况下出现了如下报错:Unabletonegotiatewithxx.xx.xx.xxport22:nomatchingkeyexchangemethodfound.Theiroffer:diffie-hellman-group1-sha1大概的原因是ssh客户端不支持ssh-rsa算法,如果要解决报错需要手动修改本地配置,指定具体的ssh-rsa算法。解决方案新建~/.ssh/config文件:touch~/.ssh/configvi~/.ssh/config手动添加如下内容:Host192.168.xx.xxKexAlgorithms+diffie-

git pull出现fatal: unable to access ‘https://github.com/xxx.git‘: Failed to connect to github.com port

问题执行git命令:gitpulloriginmain;出现:fatal:unabletoaccess‘https://github.com/xxx.git’:Failedtoconnecttogithub.comport443afterxxxms:Timedout。解决方法手动配置Git代理:1.打开ShadowsocksR软件;2.右键ShadowsocksR图标,点击《选项设置》,查看本地端口,我的是1080;2.执行gitconfig--globalhttp.proxyhttp://127.0.0.1:1080;3.执行gitconfig--globalhttps.proxyhttp:

Docker部署Nacos服务后,项目启动时连接报错Server check fail, please check server x.x.x.x ,port 29999 is available

问题描述:使用Docker单节点常规部署Nacos服务后,我们可以正常登录到Nacos的管理界面中,但是在SpringCloud项目启动进行连接时报错com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException:UNAVAILABLE,如下图所示16:21:46.321[main]INFOc.a.n.c.r.client-[printIfInfoEnabled,60]-[7a7aa944-7afb-49b0-b2c1-23eb68f79cec_config-0]Trytoconnecttoserveronstartup,server:{serv

使用 curl/git 命令时出现 Failed to connect to XXX port 443: 拒绝连接

文章目录原因与过程解决办法原因与过程今天在linux下安装dockercompose出现Failedconnecttogithub.com:443;拒绝连接网上查了下说是DNS被污染,改下host文件解决办法首先你可以通过https://www.ipaddress.com/首页,输入raw.githubusercontent.com进行查询修改hostsvim/etc/hosts在最底下添加199.232.68.133raw.githubusercontent.com保存起来即可这个也同样可以解决git上的一些问题,也建议同时查找一下github.com的真实ip添加进去140.82.113.