上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 56 下一页
摘要: # TransmittableThreadLocal原理分析 原文:https://www.cnblogs.com/sglx/p/16018266.html ## 一、简介 TransmittableThreadLocal是由阿里开发的线程间变量传递工具包,解决了JDK中InheritableThr 阅读全文
posted @ 2023-06-08 15:35 JaxYoun 阅读(1411) 评论(0) 推荐(0)
摘要: 1. maven依赖 ```xml com.belerweb pinyin4j 2.5.0 ``` 2. 工具类封装 ```java package comg.yang.httpstest.controller.domain; import net.sourceforge.pinyin4j.Piny 阅读全文
posted @ 2023-06-06 14:55 JaxYoun 阅读(255) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-06-03 17:51 JaxYoun 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-06-03 10:57 JaxYoun 阅读(0) 评论(0) 推荐(0)
摘要: ### 假设yy_yp_yppcmx表,rkpcs字段最初设计的类型为varchar,上线后由于业务中传入数据较长,varchar类型已经装不下了(比如Oracle中varchar超过4K,将自动转为long类型,会导致插入失败),急需将该字段改为CLOB类型,稳妥的步骤如下: 1. 新增一个临时字 阅读全文
posted @ 2023-05-31 23:28 JaxYoun 阅读(112) 评论(0) 推荐(0)
摘要: insert报错日志: ```java org.springframework.jdbc.UncategorizedSQLException: Error setting null for parameter #12 with JdbcType OTHER . Try setting a diffe 阅读全文
posted @ 2023-05-31 17:39 JaxYoun 阅读(590) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-05-28 19:01 JaxYoun 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-05-26 02:32 JaxYoun 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-05-22 01:02 JaxYoun 阅读(2) 评论(0) 推荐(0)
摘要: ```shell wsl --set-default-version 2 wsl -l -v ``` 修改root密码: ```shell wsl --user root --distribution Alpine passwd # 根据提式,输入新密码 ``` 阅读全文
posted @ 2023-05-21 14:33 JaxYoun 阅读(156) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 56 下一页