上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 107 下一页
摘要: 转自: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 阅读(2238) 评论(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 阅读(163) 评论(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 阅读(235) 评论(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 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/qq_35732963/article/details/76193003 1.介绍 逻辑备份和物理备份各有优劣,一般来说, 物理备份恢复速度比较快,占用空间比较大;物理备份就是备份数据文件了。 逻辑备份速度比较慢,占用空间比较小。逻辑备份的恢复成本高 阅读全文
posted @ 2022-11-05 18:33 lypbendlf 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/kingstar158/article/details/6859379 1.介绍 #include <fstream> ofstream //文件写操作 内存写入存储设备 ifstream //文件读操作,存储设备读区到内存中 fstream //读 阅读全文
posted @ 2022-11-04 19:43 lypbendlf 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/weixin_45697314/article/details/104554941,讲的很详细 1.框架 框架是针对开发人员的规范或软件产品,一般为开发更上层应用提供基础功能,可开发框架一般有适用的特定领域,比如作为网络程序开发基础中间件的ACE框架 阅读全文
posted @ 2022-11-04 00:31 lypbendlf 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/u010087712/article/details/50731222 1.localtime_r 用来获取系统时间,运行于linux平台下。 函数原型: struct tm *localtime_r(const time_t *timep, str 阅读全文
posted @ 2022-11-03 23:46 lypbendlf 阅读(654) 评论(0) 推荐(0) 编辑
摘要: 转自:https://tkstorm.com/posts-list/books/cloud-native-alone/high-availability/ 1.总结 3个原则,4个方面: https://juejin.cn/post/6922721695274893320,待总结。 阅读全文
posted @ 2022-10-31 00:48 lypbendlf 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.runoob.com/design-pattern/adapter-pattern.html 1.介绍 将一个类的接口转换成客户希望的另外一个接口。适配器模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 优点: 1、可以让任何两个没有关联的类一起运行。 2 阅读全文
posted @ 2022-10-30 23:45 lypbendlf 阅读(26) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 107 下一页