mirror of
https://github.com/fumiama/simple-kanban.git
synced 2026-06-10 03:28:24 +08:00
增加大小端检测
This commit is contained in:
@@ -72,10 +72,10 @@ make
|
||||
## 0. 启动程序
|
||||
|
||||
```bash
|
||||
./simple-kanban-client 127.0.0.1 7777 [-b]
|
||||
./simple-kanban-client 127.0.0.1 7777 [-r]
|
||||
```
|
||||
|
||||
接下来即可按照上面的交互流程开始使用。其中末尾的`-b`为可选项(程序只判断参数个数所以请务必放到末尾),表示以大端序发送文件长度。
|
||||
接下来即可按照上面的交互流程开始使用。其中末尾的`-r`为可选项(程序只判断参数个数所以请务必放到末尾),表示以与本机相反的顺序发送文件长度。
|
||||
|
||||
## 1. 发送命令
|
||||
|
||||
|
||||
Reference in New Issue
Block a user