摘要:
[转]unable to resolve superclass of 的奇怪问题和一种解决方法!http://blog.csdn.net/jackymvc/article/details/9001555今天手痒,把Android 的ADT 更新到了22.0.1,结果一个安卓项目起不起来了,在主界面的时候报了一个unable to resolve superclass of Lcom/xxx.xxx.xxx也没有像搜索到的其他解决办法,建个libs目录,把第三方包都放里面,因为之前有这个目录了。找尼玛半天,还是在g.cn上找到一老外的解决方法(...度娘上搜索到的都是Ctrl+C、Ctrl+V, 阅读全文
摘要:
mysql5.5 Replication 主从同步------------------[主]------------------[mysqld]server-id=1 log-bin=mysql-binbinlog-do-db=testdbmysql>create user repl_user@192.168.144;mysql>grant replication slave on *.* to repl_user@192.168.1.144 identified by '123456';mysql>flush tables with read lock;my 阅读全文