上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 83 下一页
摘要: 官网: 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 阅读(502) 评论(0) 推荐(0) 编辑
摘要: 1. 美团大数据平台架构实践 : https://www.cnblogs.com/davidwang456/articles/9024021.html 阅读全文
posted @ 2020-09-27 13:58 lshan 阅读(121) 评论(0) 推荐(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 阅读(898) 评论(0) 推荐(0) 编辑
摘要: 官网文档: https://spring.io/projects/spring-cloud 看到一篇写的比较详细的=文档: SpringCloud-Hystrix(服务熔断,服务降级)(转): 原文 :https://blog.csdn.net/www1056481167/article/detai 阅读全文
posted @ 2020-09-24 14:15 lshan 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 原文: https://mp.weixin.qq.com/s/WtAdXvaRuBZ-SXayIKu1mA https://mp.weixin.qq.com/s/Oa3tcfAFO9IgsbE22C5TEg 阅读全文
posted @ 2020-09-23 14:15 lshan 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.jianshu.com/p/b9642f99d9cc CAP 定理(CAP theorem),又被称作布鲁尔定理(Brewer's theorem),它指出对于分布式计算系统来说,不可能同时满足以下三点: CAP 定理 一致性(Consistence) : 所有节点访问 阅读全文
posted @ 2020-09-23 10:58 lshan 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 原文:https://my.oschina.net/u/1540325/blog/688160 摘要 从使用场景的角度出发来介绍对ReentrantLock的使用,相对来说容易理解一些。 场景1:如果发现该操作已经在执行中则不再执行(有状态执行) a、用在定时任务时,如果任务执行时间可能超过下次计划 阅读全文
posted @ 2020-09-22 16:15 lshan 阅读(745) 评论(1) 推荐(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 阅读(395) 评论(0) 推荐(0) 编辑
摘要: java中锁的介绍: https://www.cnblogs.com/jyroy/p/11365935.html 谈谈 synchronized 和 ReentrantLock 的区别(原文:https://www.jianshu.com/p/afc6ea1d15a6) ① 两者都是可重入锁 “可重 阅读全文
posted @ 2020-09-22 14:44 lshan 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 参考原文:https://blog.csdn.net/Sunhighlight/article/details/89044374 依赖: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-star 阅读全文
posted @ 2020-09-18 11:36 lshan 阅读(2296) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 83 下一页