博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年10月20日

摘要: 1. svnadmin create ~/repository2. svnserve -d -r ~/repository3. svn checkout file://~/repository $WORKING_DIR4. cd $WORKING_DIR5. svn add your files t... 阅读全文

posted @ 2014-10-20 09:35 haobo 阅读(332) 评论(0) 推荐(0) 编辑

2014年10月17日

摘要: 原地址:http://blog.csdn.net/andyhuabing/article/details/7074979这两种方法都不是我发明了,都是网上一些高手公共出来的调试方法,无奈找不到出处的地方了,所以就在此总结一下,以方便android下的调试:简要说明:android系统中调试Java非... 阅读全文

posted @ 2014-10-17 08:43 haobo 阅读(243) 评论(0) 推荐(0) 编辑

2014年10月10日

摘要: 1、内存释放LOG分析http://blog.sina.com.cn/s/blog_6610da390101bhqj.html2、Android睡眠唤醒机制http://blog.sina.com.cn/s/blog_759dc36b0100stax.html 阅读全文

posted @ 2014-10-10 15:41 haobo 阅读(105) 评论(0) 推荐(0) 编辑

摘要: https://code.google.com/p/android/issues/detail?id=73076http://my.unix-center.net/~Simon_fu/?p=527在移植Android过程中会遇到很多Crash的情况,尤其是启动Android过程中。一般这些问题都可以... 阅读全文

posted @ 2014-10-10 14:26 haobo 阅读(871) 评论(0) 推荐(0) 编辑

2014年7月24日

摘要: Q:When a java class is load by classloader, where the constant poll be put?A:the "Non-Heap Memory".Non-Heap (http://www.yourkit.com/docs/kb/sizes.jsp)... 阅读全文

posted @ 2014-07-24 11:22 haobo 阅读(241) 评论(0) 推荐(0) 编辑

2014年7月21日

摘要: 参见原文:http://rayleeya.iteye.com/blog/1955657inputDispatchingTimedOutcontentProviderNotResponsingserviceTimedOutbroadcastReceiverTimedOuttrace信息会输出到"/da... 阅读全文

posted @ 2014-07-21 23:24 haobo 阅读(1051) 评论(0) 推荐(0) 编辑

2014年7月18日

摘要: For android system, of course you can custom your own style and theme, but you can't break compatibility with AOSP.We should follow AOSP design, and d... 阅读全文

posted @ 2014-07-18 17:31 haobo 阅读(160) 评论(0) 推荐(0) 编辑

2014年7月17日

摘要: You know, a theme can derive from other theme in two ways: xx.xxx implicit way and parent="xxx" explicit way.But, what will hapen if we define a theme... 阅读全文

posted @ 2014-07-17 14:27 haobo 阅读(135) 评论(0) 推荐(0) 编辑

摘要: 1. We can make it to play trick in code.At Dialog's show function, after app has set contentView, we can add a GlobalLayoutListener on decorView's Vie... 阅读全文

posted @ 2014-07-17 14:05 haobo 阅读(252) 评论(0) 推荐(0) 编辑

2014年7月15日

摘要: If a Activity performDestroy, and there is window not closed whose window token is the Activity's mWindow, WindowLeaked exception will occur.Especiall... 阅读全文

posted @ 2014-07-15 13:09 haobo 阅读(246) 评论(0) 推荐(0) 编辑