Robin
Robin
> 你是在启动过程中吗?为何会出现pool-3-thread-3这个线程 因为有人在@PostConstruct中开了新线程操作数据库
> 请问你这边有热更新吗?以及部署的各种版本能否也说明一下? 1.3.1 不是热更新时出的问题
DataSourceProxyHolder#putDataSource deadlock (#3568) 这个问题描述有点相似
```java public abstract class AbstractAutowireCapableBeanFactory extends AbstractBeanFactory implements AutowireCapableBeanFactory { ....... /** * Obtain a "shortcut" singleton FactoryBean instance to use for a * {@code getObjectType()} call, without full initialization...
通过覆盖默认配置解决死锁的问题 ```java @Configuration @ConditionalOnClass(GlobalTransactional.class) @ConditionalOnProperty(prefix = StarterConstants.SEATA_PREFIX, name = "enabled", havingValue = "true", matchIfMissing = true) @AutoConfigureBefore(SeataAutoConfiguration.class) public class SeataAutoConfig { Logger logger = LoggerFactory.getLogger(SeataAutoConfig.class); @Bean(BEAN_NAME_SEATA_AUTO_DATA_SOURCE_PROXY_CREATOR) @ConditionalOnProperty(prefix = StarterConstants.SEATA_PREFIX, name...
当前国内政府和国企国产化改造的趋势下,还是要支持下龙芯吧cpu吧

2.16.0 core.js line 289 - const rectangle = Cesium.Rectangle.fromDegrees(source.getImageExtent()[0], source.getImageExtent()[1], source.getImageExtent()[2], source.getImageExtent()[3], new Cesium.Rectangle()); modify to + const rectangle = extentToRectangle(source.getImageExtent(),projection) that display correctly
 tpm312hdmi显示浑浊的问题已经解决,dtb是通过反编译原始android dtb改造的 [https://github.com/ophub/amlogic-s9xxx-armbian/pull/2457](url) 有两个问题,一个是dmesg中有如下报错,可能和i2s声音接口有关 [ 20.013909] rockchip-i2s: probe of ff880000.i2s failed with error -2 [ 20.037244] rockchip-i2s: probe of ff8a0000.i2s failed with error -2 另外一个是每隔几分钟报个无线网卡的错误,估计得更新驱动解决 [ 440.467545] rtw_8821cu 2-1.1:1.2:...
>  tpm312hdmi显示浑浊的问题已经解决,dtb是通过反编译原始android dtb改造的 [https://github.com/ophub/amlogic-s9xxx-armbian/pull/2457](url) 有两个问题,一个是dmesg中有如下报错,可能和i2s声音接口有关 [ 20.013909] rockchip-i2s: probe of ff880000.i2s failed with error -2 [ 20.037244] rockchip-i2s: probe of ff8a0000.i2s failed with error -2 另外一个是每隔几分钟报个无线网卡的错误,估计得更新驱动解决 [ 440.467545] rtw_8821cu...