- 博客(62)
- 收藏
- 关注
原创 cn.hutool.core.io.IORuntimeException: IOException: Stream closed
java InputStream read方法内部有一个,postion,标志当前流读取到的位置,每读取一次,位置就会移动一次,如果读到最后,InputStream.read方法会返回-1,标志已经读取完了,如果想再次读取,可以调用inputstream.reset方法,position就会移动到上次调用mark的位置,mark默认是0,所以就能从头再读了。当然,能否reset是有条件的,它取决于markSupported,markSupported() 方法返回是否可以mark/reset。
2024-09-26 14:39:33 346
转载 解决Docker run 端口映射报错:iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 8080 -j
解决Docker run 端口映射报错:iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 8080 -j
2024-05-13 18:38:00 608
原创 JDK版本升级导致 the OnPropertyCondition of @FeignClient is class not found.
增加如下代码:第三方调用正常。
2024-05-09 15:42:52 163
转载 数据库字段超长,不同版本截取和报错问题+字段存储限制问题
数据库字段超长为什么有时候报错,有时候自动截取_mysql超出字段长度报错-CSDN博客mysql中varchar字段能存多少汉字_mysqlvarchar100能存多少汉字-CSDN博客
2024-04-15 09:51:07 1256 1
原创 Redis Lua redis() command arguments must be strings or integers
Redis Lua 脚本报错处理Error running script (call to f_f772c34aac631bf53f975f990908bbee60f71dce): @user_script:4: @user_script: 4: Lua redis() command arguments must be strings or integers
2022-10-28 17:40:41 2539
转载 ConnectTimeout、ConnectionRequestTimeout、SocketTimeout的含义
httpclient 超时区分
2022-10-10 16:53:08 4623
原创 Redis 有序集合Zset的使用
2:检查本服务器是否为集群中最晚启动完成的服务器(分布式环境中可以使用时间戳为score,添加服务器ip地址)对于字符串的下标,左数从0开始,右数从-1开始。
2022-08-10 16:21:41 641
转载 mybatis-plus pageSize 最大值
但是有时候我们需要突破这个的限制,只需要设置limit的值小于等于0就可了。虽然是可以解决分页查询突破单页最大500条记录的问题,但是这个是全局的配置,会导致所有的分页都可以突破这个限制,有可能会引发安全或者性能隐患。......
2022-07-22 16:19:28 6763
转载 Errno 28解决方案
在Linux系统上,运行python程序生成文件时,提示错误信息:OSError: [Errno 28] No space left on device导致OSError: [Errno 28] No space left on device问题可能是:block满了,或者inode满了,或者其他情况。在运行程序生成文件时出现这个问题,大多数是block满了导致的。我的程序和数据都存放在/home路径下,通过查看发现空间已经占用100%以上转载自:OSError: [Errno 28]
2022-07-07 19:56:20 3835
原创 dubbo invoke报错java.lang.RuntimeException: Illegal constructor
解决dubbo invoke 接口报错com.alibaba.dubbo.common.utils.PojoUtils报错:ava.lang.RuntimeException: Illegal constructor
2022-07-07 14:12:42 1463
转载 如何检测mysql代码运行是否出现死锁+binlog查看
https://blog.csdn.net/kk185800961/article/details/79528841https://blog.csdn.net/yucaifu1989/article/details/79400446本机windows系统,binlog日志复制到本地查看.\mysqlbinlog.exe --no-defaults --base64-output=decode-rows -v --start-datetime="2022-06-20 08:46:18" --stop-da
2022-07-04 14:02:33 404
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人