【Java】除了原子性,synchronized 可见性,有序性,可重入性怎么实现?(约448字)
文章目录除了原子性,synchronized 可见性,有序性,可重入性怎么实现?synchronized 怎么保证可见性?synchronized 怎么保证有序性?synchronized 怎么实现可重入的呢?
【后端】说说看 Hystrix 断路器执行原理(约1302字)
文章目录深入 Hystrix 断路器执行原理状态机EnabledcircuitBreaker.requestVolumeThresholdcircuitBreaker.errorThresholdPercentagecircuitBreaker.sleepWindowInMillisecondsForceOpenForceCl...