摘要: button_drv.c Makefile test 阅读全文
posted @ 2019-05-30 15:45 panda_w 阅读(672) 评论(0) 推荐(0)
摘要: 1. 选择vm中的restart vmware tools(第一次安装可能是install vmware tools) 2.右键点击红色箭头文件,选择copy to 中的home,拷贝安装包到用户主目录中 3.打开ubuntu终端,查看是否存在此文件 4.解压软件包 sudo tar -xvf VM 阅读全文
posted @ 2019-05-30 14:04 panda_w 阅读(191) 评论(0) 推荐(0)
摘要: Ubuntu 12.04 linux 环境配置 目录 1. vi 功能增强......................................................................................... 1 1.1 VI 中不能正确使用上下箭头解决方 阅读全文
posted @ 2019-05-30 11:01 panda_w 阅读(328) 评论(0) 推荐(0)
摘要: 运行环境:windows Linux adb :即Android Debug Bridge(安卓调试桥) tools。 它就是一个命令行窗口,用于通过电脑端与模拟器或者真实设备交互 常用命令 : adb push adb pull adb root adb remount adb shell adb 阅读全文
posted @ 2019-05-30 09:49 panda_w 阅读(244) 评论(0) 推荐(0)