diff --git a/Software/Applications/AAPT/Aapt_命令说明.md b/Software/Applications/AAPT/Aapt_命令说明.md index ee3d35a..2bd1e97 100644 --- a/Software/Applications/AAPT/Aapt_命令说明.md +++ b/Software/Applications/AAPT/Aapt_命令说明.md @@ -25,7 +25,7 @@ Ubuntu 可通过 apt 命令安装 aapt 工具: aapt 的其他 dump 参数及说明如下: -| Options | Description | +| Options | Descriptions | |----------------|-------------------------------------------------------| | badging | Print the label and icon for the app declared in APK. | | permissions | Print the permissions from the APK. | diff --git a/Software/Applications/ADB/Adb_常用指令.md b/Software/Applications/ADB/Adb_常用指令.md index 9436cf0..4e08ac6 100644 --- a/Software/Applications/ADB/Adb_常用指令.md +++ b/Software/Applications/ADB/Adb_常用指令.md @@ -1,6 +1,6 @@ # Adb 常用指令 -| CMD | Description | +| CMD | Descriptions | |--------------------------|--------------| | adb root | 获取 Root 权限 | | adb shell | 登陆到 Shell | diff --git a/Software/Applications/Aria2/Aria2_使用说明.md b/Software/Applications/Aria2/Aria2_使用说明.md index edbce20..4d4734f 100644 --- a/Software/Applications/Aria2/Aria2_使用说明.md +++ b/Software/Applications/Aria2/Aria2_使用说明.md @@ -28,8 +28,8 @@ Linux 系统下使用下列命令进行安装: 见下表: -| Options | Description | -|------------------------------------------------------------|-------------| +| Options | Descriptions | +|------------------------------------------------------------|--------------| | -c | 断点续传 | | -d \ | 修改下载目录 | | -o \ | 重命名为指定文件名 | diff --git a/Software/Applications/BaiduPCS-Go/BaiduPCS-Go_的部署和使用.md b/Software/Applications/BaiduPCS-Go/BaiduPCS-Go_的部署和使用.md index d19094b..bd49b21 100644 --- a/Software/Applications/BaiduPCS-Go/BaiduPCS-Go_的部署和使用.md +++ b/Software/Applications/BaiduPCS-Go/BaiduPCS-Go_的部署和使用.md @@ -97,8 +97,8 @@ mv 可选参数如下: -| Options | Description | -|----------|-------------| +| Options | Descriptions | +|----------|--------------| | --test | 测试下载, 此操作不会保存文件到本地 | | --ow | overwrite, 覆盖已存在的文件 | | --status | 输出所有线程的工作状态 | diff --git a/Software/Applications/Gitea/Gitea_安装和配置.md b/Software/Applications/Gitea/Gitea_安装和配置.md index c8d05da..a69bacf 100644 --- a/Software/Applications/Gitea/Gitea_安装和配置.md +++ b/Software/Applications/Gitea/Gitea_安装和配置.md @@ -98,7 +98,7 @@ gitea cert --host --ca --duration 87600h 参数说明: -| Argument | Description | +| Argument | Descriptions | |----------------------|-----------------------------------------------------------------------------------------------------------| | --host \ | Comma seperated hostnames and ips which this certificate is valid for. Wildcards are supported. Required. | | --duration \ | Duration which the certificate is valid for. Optional. (default: 8760h0m0s) | diff --git a/Software/Applications/IPerf/IPerf_使用说明.md b/Software/Applications/IPerf/IPerf_使用说明.md index 40a9b98..15753d5 100644 --- a/Software/Applications/IPerf/IPerf_使用说明.md +++ b/Software/Applications/IPerf/IPerf_使用说明.md @@ -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 | | -p # | Server or Client: server port to listen on/connect to | diff --git a/Software/Applications/Tmux/Tmux_的使用.md b/Software/Applications/Tmux/Tmux_的使用.md index f03c8a7..9f53f75 100644 --- a/Software/Applications/Tmux/Tmux_的使用.md +++ b/Software/Applications/Tmux/Tmux_的使用.md @@ -37,8 +37,8 @@ tmux 可在远程登录的情况下保证链接断开后程序仍然能在后台 ## 快捷键 -| Keys | Description | -|------|-------------| +| Keys | Descriptions | +|------|--------------| | **Session** | **会话** | | ctrl+b, :new\ | 启动新会话 | | ctrl+b, s | 列出所有会话 | diff --git a/Software/Applications/VirtualBox/命令行下使用_Virtualbox.md b/Software/Applications/VirtualBox/命令行下使用_Virtualbox.md index 82a4dfb..9b4b4be 100644 --- a/Software/Applications/VirtualBox/命令行下使用_Virtualbox.md +++ b/Software/Applications/VirtualBox/命令行下使用_Virtualbox.md @@ -17,8 +17,8 @@ VBoxManage modifyvm --vram 128 --accelerate3d on --audio alsa --audioc modifyvm 参数可控制的内容比较多,下表不完整的收集了一些信息: -| VBoxManage modifyvm | Description | -|-------------------------|-------------| +| VBoxManage modifyvm | Descriptions | +|-------------------------|--------------| | --name \ | 改变虚拟机的名称 | | --ostype \ | 设置虚拟机从主机分配的内存大小,单位MB | | --memory \ | 指定虚拟机中将运行的操作系统,使用VBoxManage list ostypes了解这里可用的各种标识符 | diff --git a/Software/Applications/Wget/How_do_I_mirror_another_website.md b/Software/Applications/Wget/How_do_I_mirror_another_website.md index d35011b..e41bc68 100644 --- a/Software/Applications/Wget/How_do_I_mirror_another_website.md +++ b/Software/Applications/Wget/How_do_I_mirror_another_website.md @@ -2,7 +2,7 @@ wget -c -E -k -K -m -nc -np -p -| Parameter | Description | +| Parameter | Descriptions | |---------------------|-------------------------------------------------------------------------| | -c | resume getting a partially-downloaded file | | -e | execute a `.wgetrc'-style command | diff --git a/Software/Development/Libs/C_Standard_Library/C_标准输入输出及格式化说明.md b/Software/Development/Libs/C_Standard_Library/C_标准输入输出及格式化说明.md index b73c2b3..70a8437 100644 --- a/Software/Development/Libs/C_Standard_Library/C_标准输入输出及格式化说明.md +++ b/Software/Development/Libs/C_Standard_Library/C_标准输入输出及格式化说明.md @@ -10,6 +10,6 @@ ### 类型长度length -| length | Description | -|--------|-------------| +| length | Descriptions | +|--------|--------------| | h | 长度缩减一半,如 %hu 为 16 位无符号整数,%hhu 为 8 位无符号整数 | diff --git a/Software/Development/Tools/Doxygen/DoxyGen_常用关键字.md b/Software/Development/Tools/Doxygen/DoxyGen_常用关键字.md index 7ed00f3..a0dc469 100644 --- a/Software/Development/Tools/Doxygen/DoxyGen_常用关键字.md +++ b/Software/Development/Tools/Doxygen/DoxyGen_常用关键字.md @@ -1,7 +1,7 @@ # DoxyGen 常用关键字 -| Keyword | Description | -|---------------|-------------| +| Keyword | Descriptions | +|---------------|--------------| | @author | 作者 | | @brief | 摘要 | | @version | 版本号 |