上一页 1 2 3 4 5 6 7 8 ··· 26 下一页
摘要: 转:https://blog.csdn.net/sunnycoco05/article/details/78901449 之前两篇文章中我们说到了JDK proxy和CGLIB实现动态代理的方式,这回说说Spring的方式。Spring中代理对象可通过xml配置方式获得,也可通过ProxyFacto 阅读全文
posted @ 2020-11-15 20:41 不死码农 阅读(392) 评论(0) 推荐(0) 编辑
摘要: LockSupport :用于创建锁和其他同步类的基本线程阻塞原语 (即线程等待和唤醒的加强版) 为什么用? 一: Object 类中的wait和notify方法实现线程等待和唤醒的特点: 另一种模式: 结论: 二:Condition 接口中的await 和siganl 方法实现线程的等待和唤醒 总 阅读全文
posted @ 2020-11-14 17:10 不死码农 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-14 15:26 不死码农 阅读(88) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/0bf8fe0f153b 阅读全文
posted @ 2020-06-27 15:41 不死码农 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 一、使用场景 在日常开发中,我们经常会遇到需要调用外部服务和接口的场景。外部服务对于调用者来说一般都是不可靠的,尤其是在网络环境比较差的情况下,网络抖动很容易导致请求超时等异常情况,这时候就需要使用失败重试策略重新调用 API 接口来获取。重试策略在服务治理方面也有很广泛的使用,通过定时检测,来查看 阅读全文
posted @ 2020-04-20 22:28 不死码农 阅读(744) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 官网地址:http://seata.io/zh-cn/ 分布式事务处理过程的-ID+三组件模型: 恢复内容结束 阅读全文
posted @ 2020-04-17 20:49 不死码农 阅读(1512) 评论(0) 推荐(0) 编辑
摘要: 官网:https://github.com/alibaba/Sentinel 中文:https://github.com/alibaba/Sentinel/wiki/%E4%BB%8B%E7%BB%8D 下载:https://github.com/alibaba/Sentinel/releases 阅读全文
posted @ 2020-04-15 17:31 不死码农 阅读(8637) 评论(1) 推荐(3) 编辑
摘要: 官网:https://nacos.io/zh-cn/docs/cluster-mode-quick-start.html 如果每个nacos,都带有一个独立的数据库,则不方便集群模式下的数据交互 官网:https://nacos.io/zh-cn/docs/deployment.html Nacos 阅读全文
posted @ 2020-04-15 12:23 不死码农 阅读(2327) 评论(0) 推荐(0) 编辑
摘要: \ 官方文档: https://nacos.io/zh-cn/index.html https://spring-cloud-alibaba-group.github.io/github-pages/greenwich/spring-cloud-alibaba.html#_spring_cloud_ 阅读全文
posted @ 2020-04-14 10:36 不死码农 阅读(2494) 评论(0) 推荐(0) 编辑
摘要: 问题: 是什么? zipkin: 搭建链路监控的步骤: 服务提供者8001和服务消费者80的搭建 pom: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns: 阅读全文
posted @ 2020-04-14 09:49 不死码农 阅读(760) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 26 下一页