上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 47 下一页
摘要: https://www.bilibili.com/video/BV1zK4y1c7wJ/?spm_id_from=333.999.0.0&vd_source=a3fefff79a3be320da3db60b271f05c9 Spring Boot 选择使用 CGLIB 作为默认的动态代理实现是为了提 阅读全文
posted @ 2023-11-29 12:31 guoyu1 阅读(357) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1X8411y7rB/?spm_id_from=333.999.0.0 阅读全文
posted @ 2023-11-29 12:30 guoyu1 阅读(7) 评论(0) 推荐(0) 编辑
摘要: https://c.biancheng.net/springcloud/gateway.html 阅读全文
posted @ 2023-11-27 19:00 guoyu1 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://c.biancheng.net/springcloud/open-feign.html 阅读全文
posted @ 2023-11-27 18:32 guoyu1 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://c.biancheng.net/springcloud/what-is-cloud.html 阅读全文
posted @ 2023-11-27 18:11 guoyu1 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 可以与eureka结合实现客户端负载均衡: https://c.biancheng.net/springcloud/ribbon.html 阅读全文
posted @ 2023-11-27 17:52 guoyu1 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://www.infoq.cn/article/emmw80joe8l0v4qaaizt 阅读全文
posted @ 2023-11-27 17:32 guoyu1 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/yufeng218/p/11042555.html 一、Hystrix 1、服务雪崩 多个微服务之间调用的时候,假设微服务A调用微服务B和微服务C,微服务B和微服务C有调用其他的微服务,这就是所谓的”扇出”,如扇出的链路上某个微服务的调用响应式过长或者 阅读全文
posted @ 2023-11-27 13:22 guoyu1 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://www.xiaolincoding.com/os/4_process/process_commu.html#%E7%AE%A1%E9%81%93 阅读全文
posted @ 2023-11-27 09:46 guoyu1 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 线程(Thread)和进程(Process)是操作系统中用于执行程序的基本执行单元,它们之间有几个关键的区别: 定义: 进程: 进程是程序的一次执行过程,是一个独立的、具有一定资源的运行环境。它包括程序计数器、寄存器集合、内存空间和其他系统资源。 线程: 线程是进程的一部分,是一个程序内的独立执行单 阅读全文
posted @ 2023-11-26 18:02 guoyu1 阅读(10) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 47 下一页