feign

    阅读全文
fightinggg's avatar
fightinggg 11月 01, 2020

webFlux

nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial Spring Boot Starter Webflux     阅读全文
fightinggg's avatar
fightinggg 10月 30, 2020

ratelimiter

nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial GuavaRateLimiter1234567891011121314151617RateLimiter rateLimiter = RateLimiter.create(10);for (int i = 0; i < 20; i++) { int finalI = i; new Thread(new Runnable() { @Override public void run() { int cnt = 0; while (true) { if (rateLimiter.tryAcquire()) { cnt++; System.out.println("thread: " + finalI + " cnt: " + cnt); } } } }).start();}Thread.sleep(1000 * 100 * 1000);     阅读全文
fightinggg's avatar
fightinggg 10月 25, 2020

深入浅出HTTPS从原理到实战

nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial 深入浅出HTTPS从原理到实战     阅读全文
fightinggg's avatar
fightinggg 10月 15, 2020

docker

nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial Docker常见参数资源限制12--cpus 0.8-m 800m 文件夹映射1-v /root/.m2:/root/.m2     阅读全文
fightinggg's avatar
fightinggg 10月 05, 2020