记一次jedis并发使用问题JedisException: Could not return the resource to the pool
摘要:今天线上突然发现个奇怪的问题项目第一次启动的时候redis报错JedisException: Could not return the resource to the pool直接访问接口的时候不报错,访问页面的...
阅读全文
记一次诡异的debug
摘要:idea debug的时候会开启一个线程之行 toString,所以我们一般不要在toString 做什么操作。目前在读spring解析自定义标签的源。解析过程中在XmlBeanDefinitionReader对象中的createDefaultNamespaceHan...
阅读全文