Skip to content

Commit

Permalink
Update protobuf&interface.md (#2719)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfordjody committed Jun 28, 2023
1 parent 91de80e commit b614d83
Showing 1 changed file with 5 additions and 2 deletions.
Expand Up @@ -37,7 +37,10 @@ bool | boolean
string | String
bytes | ByteString

> []在Java中,无符号的32位和64位整数使用它们的有符号对数来表示,顶部位只存储在符号位中。
{{% alert title="注意" color="primary" %}}
在Java中,无符号的32位和64位整数使用它们的有符号对数来表示,顶部位只存储在符号位中。
{{% /alert %}}

## 2. 复合类型

### 2.1. 枚举
Expand Down Expand Up @@ -146,4 +149,4 @@ message AnchorInfo {
## 5. 社区资料
* 社区主页地址:https://developers.google.cn/protocol-buffers/
* 社区开源地址:https://github.com/google/protobuf
* 相关jar的maven:https://search.maven.org/search?q=com.google.protobuf
* 相关jar的maven:https://search.maven.org/search?q=com.google.protobuf

0 comments on commit b614d83

Please sign in to comment.