hible
hible
``` type User struct { ID uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Role Role `protobuf:"-" json:"role,omitempty"` CreateDate *time.Time `protobuf:"bytes,2,opt,name=create_date,json=createDate,proto3,stdtime" json:"create_date,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } ``` Can this...
**Describe the bug** 在class定义了private,但是继承后,不会警告是private **To Reproduce** ``` ---@class A ---@field private name string ---@class B : A ---@type B local test = {} test.name = "TestName" print(test) ```
项目中csv会以utf8-csv格式保存,方便策划打开后可以正常显示中文。
error[E0277]: a value of type `Vec` cannot be built from an iterator over elements of type `&{integer}` --> main.rs:26:44 | 26 | let v4: Vec = [0; 10].into_iter().collect(); | ^^^^^^^...
``` git diff master diff --git a/etcd/etcdclient/v2/mypicker/only.go b/etcd/etcdclient/v2/mypicker/only.go index e88cd9a..60eeed8 100644 --- a/etcd/etcdclient/v2/mypicker/only.go +++ b/etcd/etcdclient/v2/mypicker/only.go @@ -10,7 +10,6 @@ func NewOnlyPickerBuilder() *OnlyPickerBuilder { return &OnlyPickerBuilder{} } -// OnlyPickerBuilder 唯一对外服务 type...
优化合批