摘要: gRPC快速入门(一)——Protobuf简介 https://blog.51cto.com/u_9291927/2331980 gRPC快速入门(一)——Protobuf简介 一、Protobuf简介 1、Protobuf简介 Protobuf即Protocol Buffers,是Google公司 阅读全文
posted @ 2021-11-03 16:03 CharyGao 阅读(516) 评论(0) 推荐(0) 编辑
摘要: linux的同步IO操作函数: sync、fsync与fdatasync VFS(Virtual File System)的存在使得Linux可以兼容不同的文件系统,例如ext3、ext4、xfs、ntfs等等,其不仅具有为所有的文件系统实现一个通用的 外接口的作用,还具有另一个与系统性能相关的重要 阅读全文
posted @ 2021-11-03 15:20 CharyGao 阅读(3016) 评论(0) 推荐(1) 编辑