From e2a68fc1ca6c3da109b00ef5140b0e151bd9d3f7 Mon Sep 17 00:00:00 2001 From: "ithink.chan" Date: Mon, 1 Jul 2019 10:54:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E8=A1=A8=E6=A0=BC=E7=9A=84?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E9=83=A8=E5=88=86=E4=B8=BA=20Description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ithink.chan --- .../AAPT/aapt_命令查看_apk_包名_主_activity_版本等.md | 2 +- Software/Application/Tmux/Tmux_的使用.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Software/Application/AAPT/aapt_命令查看_apk_包名_主_activity_版本等.md b/Software/Application/AAPT/aapt_命令查看_apk_包名_主_activity_版本等.md index fb2565b..e745206 100644 --- a/Software/Application/AAPT/aapt_命令查看_apk_包名_主_activity_版本等.md +++ b/Software/Application/AAPT/aapt_命令查看_apk_包名_主_activity_版本等.md @@ -14,7 +14,7 @@ Ubuntu 可通过 apt 命令安装 aapt 工具: aapt 的其他 dump 参数及说明如下: -| Arg | Description | +| Argument | Description | |----------------|-------------------------------------------------------| | badging | Print the label and icon for the app declared in APK. | | permissions | Print the permissions from the APK. | diff --git a/Software/Application/Tmux/Tmux_的使用.md b/Software/Application/Tmux/Tmux_的使用.md index de489bf..5173241 100644 --- a/Software/Application/Tmux/Tmux_的使用.md +++ b/Software/Application/Tmux/Tmux_的使用.md @@ -26,8 +26,8 @@ tmux 可在远程登录的情况下保证链接断开后程序仍然能在后台 ## 快捷键 -| 快捷键 | 说明 | -|-------|-----| +| Keys | Description | +|------|-------------| | **Session** | **会话** | | ctrl+b, :new\ | 启动新会话 | | ctrl+b, s | 列出所有会话 |