摘要: 转自:https://www.cnblogs.com/greatverve/archive/2012/09/12/const-iterator.html 1.介绍 如果传递过来一个const类型的容器,那么只能用const_iterator来遍历。 void Method(const vector< 阅读全文
posted @ 2022-11-05 21:53 lypbendlf 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.zhihu.com/question/28557115,https://www.ruanyifeng.com/blog/2011/09/restful.html 1.总结 看Url就知道要什么 看http method就知道干什么(客户端通过四个HTTP动词,对服务器端 阅读全文
posted @ 2022-11-05 20:50 lypbendlf 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 转自:https://juejin.cn/post/6923062226941132814,https://www.cnblogs.com/111testing/p/6037579.html 1.介绍 Accept代表发送端(客户端)希望接受的数据类型。 比如:Accept:text/xml; 代表 阅读全文
posted @ 2022-11-05 20:40 lypbendlf 阅读(2357) 评论(0) 推荐(0) 编辑
摘要: 转自:https://github.com/apache/incubator-brpc/blob/master/docs/cn/baidu_std.md 1.介绍 baidu_std是一种基于TCP协议的二进制RPC通信协议。它以Protobuf作为基本的数据交换格式,并基于Protobuf内置的R 阅读全文
posted @ 2022-11-05 20:32 lypbendlf 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 转自:https://zhuanlan.zhihu.com/p/49639722,https://www.zhihu.com/question/40527999 1.介绍 跨平台是指跨不同的操作系统(有不同的系统调用),有不同的cpu指令集。应用程序的执行本质是cpu指令的执行,而cpu指令分为特权 阅读全文
posted @ 2022-11-05 19:30 lypbendlf 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/ReticentHuxt/article/details/81781702,https://dubbo.apache.org/zh/docs/concepts/rpc-protocol/ 1.介绍 RPC(Remote Procedure Call, 阅读全文
posted @ 2022-11-05 19:15 lypbendlf 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/qq_35732963/article/details/76193003 1.介绍 逻辑备份和物理备份各有优劣,一般来说, 物理备份恢复速度比较快,占用空间比较大;物理备份就是备份数据文件了。 逻辑备份速度比较慢,占用空间比较小。逻辑备份的恢复成本高 阅读全文
posted @ 2022-11-05 18:33 lypbendlf 阅读(444) 评论(0) 推荐(0) 编辑