有梦想的咸鱼
Konck! Knock!
OK
有梦想的咸鱼
Choose mode
dark
auto
light
时轴
标签
分类
工作积累
日常学习
面试资料
基础
进阶
文档
Vue
(opens new window)
vue-theme
(opens new window)
Vuex
(opens new window)
Axios
(opens new window)
JQuery
(opens new window)
Bootstrap
(opens new window)
Mybatis-Plus
(opens new window)
工具
本地工具
CLOCK
CRT
在线便捷
不死鸟
(opens new window)
PDF编辑器
(opens new window)
JSON编辑器
(opens new window)
MD表格生成器
(opens new window)
CRON表达式
(opens new window)
代码格式化
(opens new window)
公式编辑器
(opens new window)
二维码生成器
(opens new window)
编码转换器
(opens new window)
配置文件转换器
(opens new window)
WEB学习
(opens new window)
MD编辑器
(opens new window)
HTMLTOMD
(opens new window)
JSON2XML
(opens new window)
JSONTOGET
(opens new window)
tldr命令手册
(opens new window)
开源镜像
OPSX
(opens new window)
AZURE
(opens new window)
DOCKER HUB
(opens new window)
趋势分析
谷歌趋势
(opens new window)
百度指数
(opens new window)
关于
简历
经历
记录
zhihu
(opens new window)
bilibili
(opens new window)
github
(opens new window)
Konck! Knock!
OK
Dubbo 的核心功能
ldy
#
Dubbo 的核心功能
#
概述
Remoting:远程通讯,提供对多种 NIO 框架抽象封装,包括“同步转异步”和“请求-响应”模式的信息交换方式。
Cluster:服务框架,提供基于接口方法的透明远程过程调用,包括多协议支持,以及软负载均衡,失败容错,地址路由,动态配置等集群支持。
Registry:服务注册中心,服务自动发现: 基于注册中心目录服务,使服务消费方能动态的查找服务提供方,使地址透明,使服务提供方可以平滑增加或减少机器。