改为 Descriptions.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2020-04-28 11:05:09 +08:00
parent f54bddc4ce
commit 8dd329b3ae
11 changed files with 17 additions and 17 deletions

View File

@ -25,7 +25,7 @@ Ubuntu 可通过 apt 命令安装 aapt 工具:
aapt 的其他 dump 参数及说明如下: aapt 的其他 dump 参数及说明如下:
| Options | Description | | Options | Descriptions |
|----------------|-------------------------------------------------------| |----------------|-------------------------------------------------------|
| badging | Print the label and icon for the app declared in APK. | | badging | Print the label and icon for the app declared in APK. |
| permissions | Print the permissions from the APK. | | permissions | Print the permissions from the APK. |

View File

@ -1,6 +1,6 @@
# Adb 常用指令 # Adb 常用指令
| CMD | Description | | CMD | Descriptions |
|--------------------------|--------------| |--------------------------|--------------|
| adb root | 获取 Root 权限 | | adb root | 获取 Root 权限 |
| adb shell | 登陆到 Shell | | adb shell | 登陆到 Shell |

View File

@ -28,8 +28,8 @@ Linux 系统下使用下列命令进行安装:
见下表: 见下表:
| Options | Description | | Options | Descriptions |
|------------------------------------------------------------|-------------| |------------------------------------------------------------|--------------|
| -c | 断点续传 | | -c | 断点续传 |
| -d \<directory\> | 修改下载目录 | | -d \<directory\> | 修改下载目录 |
| -o \<name\> | 重命名为指定文件名 | | -o \<name\> | 重命名为指定文件名 |

View File

@ -97,8 +97,8 @@ mv <from> <to>
可选参数如下: 可选参数如下:
| Options | Description | | Options | Descriptions |
|----------|-------------| |----------|--------------|
| --test | 测试下载, 此操作不会保存文件到本地 | | --test | 测试下载, 此操作不会保存文件到本地 |
| --ow | overwrite, 覆盖已存在的文件 | | --ow | overwrite, 覆盖已存在的文件 |
| --status | 输出所有线程的工作状态 | | --status | 输出所有线程的工作状态 |

View File

@ -98,7 +98,7 @@ gitea cert --host <HOST0,HOST1,...> --ca --duration 87600h
参数说明: 参数说明:
| Argument | Description | | Argument | Descriptions |
|----------------------|-----------------------------------------------------------------------------------------------------------| |----------------------|-----------------------------------------------------------------------------------------------------------|
| --host \<value\> | Comma seperated hostnames and ips which this certificate is valid for. Wildcards are supported. Required. | | --host \<value\> | Comma seperated hostnames and ips which this certificate is valid for. Wildcards are supported. Required. |
| --duration \<value\> | Duration which the certificate is valid for. Optional. (default: 8760h0m0s) | | --duration \<value\> | Duration which the certificate is valid for. Optional. (default: 8760h0m0s) |

View File

@ -53,7 +53,7 @@ echo 21299200 > /proc/sys/net/core/rmem_max
## 基本参数说明 ## 基本参数说明
| Options | Description | | Options | Descriptions |
|-------------|--------------------------------------------------------------------| |-------------|--------------------------------------------------------------------|
| -i # | Server or Client: seconds between periodic bandwidth reports | | -i # | Server or Client: seconds between periodic bandwidth reports |
| -p # | Server or Client: server port to listen on/connect to | | -p # | Server or Client: server port to listen on/connect to |

View File

@ -37,8 +37,8 @@ tmux 可在远程登录的情况下保证链接断开后程序仍然能在后台
## 快捷键 ## 快捷键
| Keys | Description | | Keys | Descriptions |
|------|-------------| |------|--------------|
| **Session** | **会话** | | **Session** | **会话** |
| ctrl+b, :new\<Enter\> | 启动新会话 | | ctrl+b, :new\<Enter\> | 启动新会话 |
| ctrl+b, s | 列出所有会话 | | ctrl+b, s | 列出所有会话 |

View File

@ -17,8 +17,8 @@ VBoxManage modifyvm <vm name> --vram 128 --accelerate3d on --audio alsa --audioc
modifyvm 参数可控制的内容比较多,下表不完整的收集了一些信息: modifyvm 参数可控制的内容比较多,下表不完整的收集了一些信息:
| VBoxManage modifyvm | Description | | VBoxManage modifyvm | Descriptions |
|-------------------------|-------------| |-------------------------|--------------|
| --name \<name\> | 改变虚拟机的名称 | | --name \<name\> | 改变虚拟机的名称 |
| --ostype \<ostype\> | 设置虚拟机从主机分配的内存大小单位MB | | --ostype \<ostype\> | 设置虚拟机从主机分配的内存大小单位MB |
| --memory \<memorysize\> | 指定虚拟机中将运行的操作系统使用VBoxManage list ostypes了解这里可用的各种标识符 | | --memory \<memorysize\> | 指定虚拟机中将运行的操作系统使用VBoxManage list ostypes了解这里可用的各种标识符 |

View File

@ -2,7 +2,7 @@
wget -c -E -k -K -m -nc -np -p <URL> wget -c -E -k -K -m -nc -np -p <URL>
| Parameter | Description | | Parameter | Descriptions |
|---------------------|-------------------------------------------------------------------------| |---------------------|-------------------------------------------------------------------------|
| -c | resume getting a partially-downloaded file | | -c | resume getting a partially-downloaded file |
| -e | execute a `.wgetrc'-style command | | -e | execute a `.wgetrc'-style command |

View File

@ -10,6 +10,6 @@
### 类型长度length ### 类型长度length
| length | Description | | length | Descriptions |
|--------|-------------| |--------|--------------|
| h | 长度缩减一半,如 %hu 为 16 位无符号整数,%hhu 为 8 位无符号整数 | | h | 长度缩减一半,如 %hu 为 16 位无符号整数,%hhu 为 8 位无符号整数 |

View File

@ -1,7 +1,7 @@
# DoxyGen 常用关键字 # DoxyGen 常用关键字
| Keyword | Description | | Keyword | Descriptions |
|---------------|-------------| |---------------|--------------|
| @author | 作者 | | @author | 作者 |
| @brief | 摘要 | | @brief | 摘要 |
| @version | 版本号 | | @version | 版本号 |