2016年5月28日

adb 命令

摘要: adb命令 su 获取权限 ls 显示目录下的文件 cd / 跳转路径 pm 直接执行设备命令 exit 退出 adb devices 查看设备 adb shell 登录设备shell adb 用桥接执行命令 adb install 路径 adb uninstall 路径 adb pull 手机文件 阅读全文

posted @ 2016-05-28 17:10 clarenceV1 阅读(261) 评论(0) 推荐(0) 编辑

MAC的终端命令

摘要: 今天小研究了一下MAC的终端命令,主要为了方便调试程序用,XCODE用不来啊。。。 在这里记下。。防止丢失 pwd 当前工作目录 cd(不加参数) 进root cd(folder) 进入文件夹 cd .. 上级目录 cd ~ 返回root cd - 返回上一个访问的目录 rm 文件名 删除 cat 阅读全文

posted @ 2016-05-28 17:03 clarenceV1 阅读(199) 评论(0) 推荐(0) 编辑

导航