摘要: android.intent.action.MAIN 与 android.intent.category.LAUNCHER第一种情况:有MAIN,无LAUNCHER,程序列表... 阅读全文
posted @ 2014-11-25 18:14 吕坤 阅读(114) 评论(0) 推荐(0) 编辑
摘要: public class Singleton { private static final Singleton singleton = new Singleton(); private Singleton() { } publ... 阅读全文
posted @ 2014-11-25 18:06 吕坤 阅读(96) 评论(0) 推荐(0) 编辑
摘要: public class Test { public static void main(String args[]) { int temp=0; ArrayList List = new ArrayList(); String s1 ... 阅读全文
posted @ 2014-11-25 17:50 吕坤 阅读(95) 评论(0) 推荐(0) 编辑