File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dubbo 支持哪些通信协议?支持哪些序列化协议?说一下 Hessian
9
9
## 面试题剖析
10
10
** 序列化** ,就是把数据结构或者是一些对象,转换为二进制串的过程,而** 反序列化** 是将在序列化过程中所生成的二进制串转换成数据结构或者对象的过程。
11
11
12
- ![ serialize-deserialize] ( /img /serialize-deserialize.png )
12
+ ![ serialize-deserialize] ( /images /serialize-deserialize.png )
13
13
14
14
### dubbo 支持不同的通信协议
15
15
- dubbo 协议
@@ -20,11 +20,11 @@ dubbo 支持哪些通信协议?支持哪些序列化协议?说一下 Hessian
20
20
21
21
长连接,通俗点说,就是建立连接过后可以持续发送请求,无须再建立连接。
22
22
23
- ![ dubbo-keep-connection] ( /img /dubbo-keep-connection.png )
23
+ ![ dubbo-keep-connection] ( /images /dubbo-keep-connection.png )
24
24
25
25
而短连接,每次要发送请求之前,需要先重新建立一次连接。
26
26
27
- ![ dubbo-not-keep-connection] ( /img /dubbo-not-keep-connection.png )
27
+ ![ dubbo-not-keep-connection] ( /images /dubbo-not-keep-connection.png )
28
28
29
29
- rmi 协议
30
30
You can’t perform that action at this time.
0 commit comments