随笔 - 308  文章 - 0  评论 - 84  阅读 - 75万
10 2020 档案
gRPC学习小札
摘要:gRPC 前言 为什么使用gRPC 传输协议 传输效率 性能消耗 gRPC入门 gRPC流 证书认证 使用根证书 gRPC实现token认证 和Web服务共存 验证器 REST接口 grpcurl工具 查看服务列表 查看某个服务的方法列表 查看某个服务的描述信息 获取类型信息 测试请求 参考 gRP 阅读全文
posted @ 2020-10-27 10:23 ZhanLi 阅读(314) 评论(0) 推荐(0) 编辑
使用protobuf生成代码import包找不到
摘要:protobuf使用import导入包找不到 前言 解决方案 protobuf使用import导入包找不到 前言 使用protobuf生成go代码,发现protobuf中一个import引用找不到 protobuf代码 syntax = "proto3"; package main; import 阅读全文
posted @ 2020-10-26 10:39 ZhanLi 阅读(6026) 评论(0) 推荐(0) 编辑
go中channel源码剖析
摘要:channel 前言 设计的原理 共享内存 csp channel channel的定义 源码剖析 环形队列 创建 写入数据 读取数据 channel的关闭 优雅的关闭 M个receivers,一个sender 一个receiver,N个sender M个receiver,N个sender 关闭的 阅读全文
posted @ 2020-10-14 10:03 ZhanLi 阅读(1052) 评论(0) 推荐(0) 编辑
mac中virtualBox添加主机网络报错VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory
摘要:mac中virtualBox添加主机网络报错 现场复原 解决方法 参考 mac中virtualBox添加主机网络报错 现场复原 virtual box添加主机网络报错 VBoxNetAdpCtl: Error while adding new interface: failed to open /d 阅读全文
posted @ 2020-10-13 13:41 ZhanLi 阅读(5117) 评论(0) 推荐(1) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示