- 博客(13)
- 收藏
- 关注
原创 多网卡服务器seata启动注册错误IP地址 客户端 cause:can not register RM,err:can not connect to services-server.
客户端启动时一直报错: cause:can not register RM,err:can not connect to services-server.
2024-06-14 16:06:51 343
原创 Mybatis查询 Cause: java.sql.SQLDataException: Unsupported conversion from TIMESTAMP to java.lang.Long
Mybatis查询时出现类型转换异常。
2024-05-23 13:43:37 313 1
原创 SpringMVC自定义HttpServletRequestWrapper实现 body内容重复读取时,form-data格式读取失败 @RequestParam
SpringMVC自定义HttpServletRequestWrapper实现 body内容重复读取时,form-data格式读取失败 @RequestParam
2024-01-30 18:46:19 687
原创 IDEA skywalking 启动报错 ClassNotFoundException InstanceConstructorInterceptor
InstanceConstructorInterceptor ClassNotFoundException classpath file会导致类加载器加载时找不到agent
2024-01-05 12:30:11 904
原创 Dubbo 3.x 应用级注册 Consumer调用异常 No Provider available after route for the service
Dubbo 3.x 应用级注册 Consumer调用异常 No Provider available after route for the service
2023-07-25 11:07:29 867
原创 Spring Cloud Strem - Swagger: A default binder has been requested, but there is no binder available
Spring Cloud Strem swagger A default binder has been requested, but there is no binder available
2023-07-19 16:42:56 712
原创 logback SizeAndTimeBasedRollingPolicy不能按天分割日志
SizeAndTimeBasedRollingPolicy不能按天分割日志
2022-11-03 18:01:09 1066
原创 手动控制SpringBoot MongoDB自动配置启动报错
SpringBoot项目需要手动控制是否加载MongoDB自动配置,启动时报错-MongoAutoConfiguration。
2022-08-24 18:35:22 1436
原创 JDK1.7 HashMap形成闭环链表原因
导读:JDK1.7中,HashMap是一个由链表和数组组成的数据结构。当hashmap元素大于 数组长度*负载因子 时,hashmap会进行扩容,扩容大小为原大小2倍。void addEntry(int hash, K key, V value, int bucketIndex) { if ((size >= threshold) && (null != table[bucketIndex])) { resize(2 * table.length);
2022-01-14 17:00:12 464
原创 Ubunut18.04下搜狗输入法候选词乱码
在ubuntu下安装了搜狗输入法,会出现候选词乱码的情况shift切换小写,再切换回来就可以显示正常的了,就是麻烦点,别的地方说的删除SogouPY* sogou*配置的方法用过不起作用。...
2019-10-29 17:59:15 150
原创 Sharding动态按月分表
有功能需要用到按月分表,大体记录一下,只是简单测试了一下,可能会有问题。。。。。。 springboot+mybatis+sharding,要是用分页的部分是单独配置的数据源,不想让主要业务也走sharding分页。相关配置如下mybatis配置// 配置扫描要使用sharding的mapper的的基本信息@Configuration@Mappe...
2019-10-23 17:01:49 3790
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人