Fork me on GitHub
03 2015 档案
解决adb.exe' and can be executed.
摘要:百度google大家多说的是任务管理器 kill掉adb 或者重启adb server,但我任务管理器就没有adb ,猜测是某个程序占用了adb端口。于是按此思路查找。5037为adb默认端口 查看该端口情况如下: netstat -aon|findstr "5037"发现6540占用了 5037端... 阅读全文
posted @ 2015-03-31 16:46 【艾伦】 阅读(3349) 评论(0) 推荐(2)
Git命令
摘要:添加所有的文件到索引git add .向本地源码库提交,会打开默认vi编辑器写 “注释”git commit添加远程目标为origingit remote add origin git@github.com:viprs/Hello-World.git把本地源码库push到Github上git pus... 阅读全文
posted @ 2015-03-29 11:38 【艾伦】 阅读(587) 评论(1) 推荐(0)
收集的React.JS资料
摘要:主页 http://facebook.github.io/react/ https://github.com/facebook/react 中文站 http://www.reactjs.cn/ https://github.com/reactjs-cn/react-docs http://react-china.org/ http://nav.react-china.org ... 阅读全文
posted @ 2015-03-12 22:26 【艾伦】 阅读(2087) 评论(2) 推荐(2)