Restore refrence links, fix heading

mz-dev
Zhuang Ma 8 years ago
parent 6880a706e1
commit 19b9e8e1a8
  1. 15
      README.en.md

@ -61,6 +61,7 @@ Other languages:
* [More adb shell command](#more-adb-shell-command) * [More adb shell command](#more-adb-shell-command)
* [See process](#see-process) * [See process](#see-process)
* [View real-time resource consumption](#view-real-time-resource-consumption) * [View real-time resource consumption](#view-real-time-resource-consumption)
* [Other](#other)
* [common problem](#common-problem) * [common problem](#common-problem)
* [Start adb server failure](#start-adb-server-failure) * [Start adb server failure](#start-adb-server-failure)
* [adb unofficial implementation](#adb-unofficial-implementation) * [adb unofficial implementation](#adb-unofficial-implementation)
@ -1899,7 +1900,7 @@ Usage: top [ -m max_procs ] [ -n iterations ] [ -d delay ] [ -s sort_column ] [
-h displays help documentation -h displays help documentation
``` ```
Other ### ### Other
The following is a brief description of other commonly used commands, has previously spoken commands no special additional explanation: The following is a brief description of other commonly used commands, has previously spoken commands no special additional explanation:
@ -1973,11 +1974,11 @@ Thanks for sharing with friends and selfless supplement.
* [Android Debug Bridge](https://developer.android.com/studio/command-line/adb.html) * [Android Debug Bridge](https://developer.android.com/studio/command-line/adb.html)
* [ADB Shell Commands](https://developer.android.com/studio/command-line/shell.html) * [ADB Shell Commands](https://developer.android.com/studio/command-line/shell.html)
* [logcat Command-line Tool](https://developer.android.com/studio/command-line/logcat.html) * [logcat Command-line Tool](https://developer.android.com/studio/command-line/logcat.html)
* [Android ADB command Daquan](http://zmywly8866.github.io/2015/01/24/all-adb-command.html) * [Android ADB命令大全](http://zmywly8866.github.io/2015/01/24/all-adb-command.html)
* [Adb command line using the record](https://github.com/ZQiang94/StudyRecords/blob/master/other/src/main/java/com/other/adb%20%E5%91%BD%E4% BB% A4% E8% A1% 8C% E7% 9A% 84% E4% BD% BF% E7% 94% A8% E8% AE% B0% E5% BD% 95.md) * [adb 命令行的使用记录](https://github.com/ZQiang94/StudyRecords/blob/master/other/src/main/java/com/other/adb%20%E5%91%BD%E4%BB%A4%E8%A1%8C%E7%9A%84%E4%BD%BF%E7%94%A8%E8%AE%B0%E5%BD%95.md)
* [Android ADB command Daquan (ADB command to view the wifi password, MAC address, device information, manipulate files, view files, log files, uninstall, start, and install APK etc.)](http://www.jianshu.com/p/860bc2bf1a6a) * [Android ADB命令大全(通过ADB命令查看wifi密码、MAC地址、设备信息、操作文件、查看文件、日志信息、卸载、启动和安装APK等)](http://www.jianshu.com/p/860bc2bf1a6a)
* [Those who do Android developers must know ADB command](http://yifeiyuan.me/2016/06/30/ADB%E5%91%BD%E4%BB%A4%E6%95%B4%E7%90%86/) * [那些做Android开发必须知道的ADB命令](http://yifeiyuan.me/2016/06/30/ADB%E5%91%BD%E4%BB%A4%E6%95%B4%E7%90%86/)
* [Adb shell top](http://blog.csdn.net/kittyboy0001/article/details/38562515) * [adb shell top](http://blog.csdn.net/kittyboy0001/article/details/38562515)
* [Like master, like using ADB command line (2)](http://cabins.github.io/2016/03/25/UseAdbLikeAPro-2/) * [像高手一样使用ADB命令行(2)](http://cabins.github.io/2016/03/25/UseAdbLikeAPro-2/)
[1]: #ip-address [1]: #ip-address

Loading…
Cancel
Save