posted @ 2020-10-15 12:03
lshan
阅读(0)
推荐(0)
posted @ 2020-10-12 11:42
lshan
阅读(0)
推荐(0)
摘要:
官网: https://docs.aws.amazon.com/zh_cn/msk/latest/developerguide/getting-started.html 其它有关文档: https://www.cnblogs.com/divl/p/11346116.html aws 使用教程文档:h
阅读全文
posted @ 2020-09-27 18:16
lshan
阅读(529)
推荐(0)
摘要:
1. 美团大数据平台架构实践 : https://www.cnblogs.com/davidwang456/articles/9024021.html
阅读全文
posted @ 2020-09-27 13:58
lshan
阅读(130)
推荐(0)
摘要:
注解配置Hystrix (原文:https://blog.csdn.net/chenxyz707/article/details/80913725?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLe
阅读全文
posted @ 2020-09-24 14:53
lshan
阅读(1001)
推荐(0)
摘要:
官网文档: https://spring.io/projects/spring-cloud 看到一篇写的比较详细的=文档: SpringCloud-Hystrix(服务熔断,服务降级)(转): 原文 :https://blog.csdn.net/www1056481167/article/detai
阅读全文
posted @ 2020-09-24 14:15
lshan
阅读(229)
推荐(0)
摘要:
原文: https://mp.weixin.qq.com/s/WtAdXvaRuBZ-SXayIKu1mA https://mp.weixin.qq.com/s/Oa3tcfAFO9IgsbE22C5TEg
阅读全文
posted @ 2020-09-23 14:15
lshan
阅读(242)
推荐(0)
摘要:
原文:https://www.jianshu.com/p/b9642f99d9cc CAP 定理(CAP theorem),又被称作布鲁尔定理(Brewer's theorem),它指出对于分布式计算系统来说,不可能同时满足以下三点: CAP 定理 一致性(Consistence) : 所有节点访问
阅读全文
posted @ 2020-09-23 10:58
lshan
阅读(286)
推荐(0)
摘要:
原文:https://my.oschina.net/u/1540325/blog/688160 摘要 从使用场景的角度出发来介绍对ReentrantLock的使用,相对来说容易理解一些。 场景1:如果发现该操作已经在执行中则不再执行(有状态执行) a、用在定时任务时,如果任务执行时间可能超过下次计划
阅读全文
posted @ 2020-09-22 16:15
lshan
阅读(781)
推荐(0)
摘要:
转:https://blog.csdn.net/zl1zl2zl3/article/details/83714348 1、什么是CAS? CAS:Compare and Swap,即比较再交换。 jdk5增加了并发包java.util.concurrent.*,其下面的类使用CAS算法实现了区别于s
阅读全文
posted @ 2020-09-22 15:17
lshan
阅读(408)
推荐(0)