使用sftp客户端工具连接sftp服务器时,闲置一段时间后,再使用就会等很久然后报一个错误: 错误: Network error: Software caused connection abort错误: 读取目录列表失败 。然后从服务器断开,重新连接。响应速度相比重新建立连接要慢很多。如果频繁使用的 ...
分类:
其他好文 时间:
2020-06-24 12:20:39
阅读次数:
211
已剪辑自: https://www.jianshu.com/p/bb5105303d85 JAVA并发包中有三个类用于同步一批线程的行为,分别是CountDownLatch、Semaphore和CyclicBarrier。 CountDownLatch CountDownLatch是一个计数器闭锁, ...
分类:
编程语言 时间:
2020-06-24 11:54:33
阅读次数:
54
//HTML页面 <script> var i; function anniu() { var reg = new RegExp(/^([a-zA-Z0-9]+[_|\_|\.]?)*[a-zA-Z0-9]+@([a - zA - Z0 - 9] +[_ |\_ |\.] ?)*[a-zA-Z0-9 ...
分类:
Web程序 时间:
2020-06-24 11:46:10
阅读次数:
161
1、编译报错 Error:(16, 8) java: 无法将类 uiauto.web.common.OperationNewLabelPageImpl中的构造器 OperationNewLabelPageImpl应用到给定类型; 需要: org.openqa.selenium.chrome.Chro ...
分类:
编程语言 时间:
2020-06-24 00:08:44
阅读次数:
84
原因分析: Ah, ok. I thought it was commented out because it caused the error. You can always put a breakpoint in the line printing the error and look at t ...
分类:
其他好文 时间:
2020-06-23 21:48:50
阅读次数:
84
应用层 http https ftp DNS SMTP PoP3 RDP 传输层 TCP UDP 网络层 IP(RIP OSPF BGP)ICMP IGMP ARP 传输层两个协议应用场景 TCP 分段 编号 流量控制 建立会话 netstat -n UDP 一个数据包就可以完成通信 不建立绘画 多 ...
分类:
其他好文 时间:
2020-06-23 21:18:59
阅读次数:
66
错误提示 redis.exceptions.DataError: Invalid input of type: 'QiubaiproItem'. Convert to a bytes, string, int or float first. 原因: Python的第三方库redis升级到3.0后仅接 ...
分类:
其他好文 时间:
2020-06-23 21:08:04
阅读次数:
186
springboot使用TestRestTemplate单元测试时,提示ResourceAccess I/O error on POST request for "http 发现如果后台的http状态码返回401则会出现这种情况(其他4XX等可能也会) 解决方案,pom.xml加入 <depende ...
分类:
数据库 时间:
2020-06-23 19:45:40
阅读次数:
426
关于异常Exception,相信大家在开发中都多多少少遇到过,也应该知道要Catch住Exception。本文从实战出发,从头再把这个知识点梳理下。 概述 Exception和Error都继承自Throwable。结构如下: Throwable Error VirtualMachineError O ...
分类:
其他好文 时间:
2020-06-23 19:44:23
阅读次数:
49
解决python中OpenCV库读取图像函数不支持中文路径问题 问题描述: 在使用cv2.imread()函数进行读取图片的时候发现读取失败,首先需要确保路径有没有写错(如:\需要写成\\),如果路径没有写错,但是报下面的错误。则表明是中文编码的问题。如:error: (-215:Assertion ...
分类:
编程语言 时间:
2020-06-23 13:49:20
阅读次数:
71