be a happy lazy and fat cat
全部博文(47)
发布时间:2016-07-27 09:48:12
You want to use Linux and OpenSSH to automate your tasks. Thereforeyou need an automatic login from host A / user a to Host B / user b.You don't want to enter any passwords, because you want to call ssh from a within a shell script.How to do itFirst log in on A as user a and generate a p.........【阅读全文】
发布时间:2016-01-29 13:07:52
1.echo "SYNC-START"; rm -f /tmp/myfifo;mkfifo /tmp/myfifo; p=$(repo list|wc -l); (echo $((p-1))>/tmp/myfifo &); repo forall -c 'while [ `ps -Cgit -oargs=|grep -c "git push"` -gt 4 ]; do echo "*queue full*";sleep 1;done; (git push -f origin HEAD:refs/heads/abt/topic/XX/aosp_stable/aosp/2016ww04&); r.........【阅读全文】
发布时间:2016-01-29 12:10:28
proguard在Android中的几种使用方法: 1.指定不需要混淆的native方法与变量的proguard.flags文件 如:LOCAL_PROGUARD_FLAG_FILES := proguard.flags 2.制定编译的工程,不要使用代码混淆的工具进行代码混淆 如:LOCAL_PROGUAR.........【阅读全文】
发布时间:2016-01-24 17:22:16
记录给自己复习,方法不一定适用所有情况,最有效的办法还是想办法enable 串口......【阅读全文】