grpc code

Posted by 夏泽民

google.golang.org/grpc/status google.golang.org/grpc/code https://www.codenong.com/js99d42a261df2/ 在 Status.Code 中通过枚举的方式定义状态码,这些状态码的定义非常的有参考和借鉴价值 OK(0):成功



cdn

Posted by 夏泽民
  1. 什么文件可以放在CDN上? CDN是为了加速用户访问体验而设计的,所以存放在CDN上的文件应该都是小文件,大小最好不要超过500K。 存放文件的类型并没有限制,静态的图片如jpg、gif、png,flash文件,js和css文件等都可以存放在CDN上。


golang cache

Posted by 夏泽民

groupcache 分布式缓存和缓存填充库,在许多情况下都可以用来替代内存缓存节点池,不支持 expire。



shell 生成 UUID

Posted by 夏泽民

几乎所有Unix和类Unix环境中都包含了一个名为uuidgen的小工具,运行即可生成一个UUID。



Protobuf3 Oneof

Posted by 夏泽民

如果您有一条包含许多字段的消息,并且最多同时设置一个字段,您可以使用其中oneof功能来强制执行此行为并节省内存。



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required