bat小工具
经常用到一些cmd命令,期待整理出更多更方便的工具
1.Local 查看pydoc
python -m pydoc -p 7777 http://localhost:7777/
2.自动抓屏:我们在提交bug时需要经常需要将手机抓的屏同步到电脑,路径可根据自己想要的路径修改
adb shell /system/bin/screencap -p /sdcard/screenshot.png
adb pull /sdcard/screenshot.png C:\Users\Administrator\1\screenshot.png
3.同步log
参考待自己扩充其他小工具:http://www.cnblogs.com/EvenZheng/p/6926208.html

浙公网安备 33010602011771号