跳转到内容
View in the app

A better way to browse. Learn more.

彼岸论坛

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
欢迎抵达彼岸 彼岸花开 此处谁在 -彼岸论坛

[问与答] 有没有 windows 的免安装,加载 proto 赋值序列化发送的软件

发表于

界面左侧粘贴 proto 描述,例如

message Event {
    optional uint16 Code = 1;
}

右侧窗口出现:

Event: {
  Code: 
}

我在 Code 右侧写 21 ,然后地址栏目填写 ip:port 点击发送,就会把这个 pb 序列化的字节流 tcp 发过去。例如上面就是两个字节,发送过去的 hex 是 0x0015

然后我再在左侧换另一个 pb 结构

message Info {
    optional int32 Tag = 1;
    optional string Name = 2;
}

加载后右侧两个写值后点击发送。


golang 我可以写个,但是每次得下面这样,没 GUI 方便

./xxx --pb 文件路径 --值文件 --tcp ip:port

我不会前端和 GUI ,有类似工具吗,会方便些😭

Featured Replies

No posts to show

创建帐户或登录来提出意见

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.