-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chinese pages: separate English and Chinese letters
- Loading branch information
Showing
23 changed files
with
60 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# adb install | ||
|
||
> 安卓调试桥-Install: 将应用安装包推送到Android模拟器或已连接的安卓设备. | ||
> 安卓调试桥 -Install: 将应用安装包推送到 Android 模拟器或已连接的安卓设备. | ||
> 更多信息:<https://developer.android.com/studio/command-line/adb>. | ||
- 向模拟器/设备推送安卓app: | ||
- 向模拟器/设备推送安卓 app: | ||
|
||
`adb install {{路径/到/应用.apk}}` | ||
|
||
- 重装app, 保持原有数据: | ||
- 重装 app, 保持原有数据: | ||
|
||
`adb install -r {{路径/到/应用.apk}}` | ||
|
||
- 授予app manifest中列举的所有权限许可: | ||
- 授予 app manifest 中列举的所有权限许可: | ||
|
||
`adb install -g {{路径/到/应用.apk}}` | ||
|
||
- 快速部署模式,仅更新APK更改过的部分: | ||
- 快速部署模式,仅更新 APK 更改过的部分: | ||
|
||
`adb install --fastdeploy {{路径/到/应用.apk}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# androguard | ||
|
||
> 使用python编写的一款针对安卓应用的逆向工程工具. | ||
> 使用 python 编写的一款针对安卓应用的逆向工程工具. | ||
> 更多信息:<https://github.com/androguard/androguard>. | ||
- 展示Android manifest清单文件: | ||
- 展示 Android manifest 清单文件: | ||
|
||
`androguard axml {{路径/至/应用.apk}}` | ||
|
||
- 展示app元数据 (版本和app ID): | ||
- 展示 app 元数据 (版本和 app ID): | ||
|
||
`androguard apkid {{路径/至/应用.apk}}` | ||
|
||
- 反编译Java代码: | ||
- 反编译 Java 代码: | ||
|
||
`androguard decompile {{路径/至/应用.apk}} --output {{路径/至/目录}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# base32 | ||
|
||
> 将文件或标准输入编码到Base32或从Base32解码为标准输出。 | ||
> 将文件或标准输入编码到 Base32 或从 Base32 解码为标准输出。 | ||
- 编码一个文件: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# base64 | ||
|
||
> 将文件或标准输入编码到Base64或从Base64解码为标准输出。 | ||
> 将文件或标准输入编码到 Base64 或从 Base64 解码为标准输出。 | ||
- 编码一个文件: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# bg | ||
|
||
> 恢复被挂起的任务 (如. 使用 `Ctrl + Z`), 使它们在后台运行. | ||
> 恢复被挂起的任务 (如. 使用 Ctrl + Z), 使它们在后台运行. | ||
- 恢复最近被挂起的任务,在后台运行: | ||
|
||
`bg` | ||
|
||
- 恢复特定的任务 (使用 `jobs -l` 可以获取任务ID) 并在后台运行: | ||
- 恢复特定的任务 (使用 `jobs -l` 可以获取任务 ID) 并在后台运行: | ||
|
||
`bg %{{job_id}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
# bower | ||
|
||
> 前端web开发的包管理优化工具。 | ||
> 一个包可以是GitHub中user/repo的缩写,一个Git端口,一个URL链接或者一个已注册的包。 | ||
> 前端 web 开发的包管理优化工具。 | ||
> 一个包可以是 GitHub 中 user/repo 的缩写,一个 Git 端口,一个 URL 链接或者一个已注册的包。 | ||
> 更多信息:<https://bower.io/>. | ||
- 安装列在项目下 的bower.json文件中的依赖: | ||
- 安装列在项目下 的 `bower.json` 文件中的依赖: | ||
|
||
`bower install` | ||
|
||
- 安装一个或者多个依赖到bower_components目录: | ||
- 安装一个或者多个依赖到 `bower_components` 目录: | ||
|
||
`bower install {{包名1}} {{包名2}}` | ||
|
||
- 从本地的bower_components目录卸载依赖 | ||
- 从本地的 `bower_components` 目录卸载依赖 | ||
|
||
`bower uninstall {{包名1}} {{包名2}}` | ||
|
||
- 列出本地包和可能的更新项: | ||
|
||
`bower list` | ||
|
||
- 显示bower指令的帮助信息: | ||
- 显示 bower 指令的帮助信息: | ||
|
||
`bower help {{指令}}` | ||
|
||
- 创建你的项目的bower.json: | ||
- 创建你的项目的 `bower.json`: | ||
|
||
`bower init` | ||
|
||
- 安装时候指定依赖的版本号,并添加到bower.json: | ||
- 安装时候指定依赖的版本号,并添加到 `bower.json`: | ||
|
||
`bower install {{local_name}}={{package}}#{{version}} --save` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters