Loading

摘要: List<Integer> integerList = new ArrayList<>(); 当我们要移除某个Item的时候 remove(int position):移除某个位置的Item remove(object object):移除某个对象 那么remove(12)到底是移除第12的item 阅读全文
posted @ 2018-08-10 19:43 妖久 阅读(6800) 评论(0) 推荐(0) 编辑
摘要: 今日在使用Class.forName方法的时候报了错误: JAVA forname classnotfoundexception 原因是Class.forName(className);里面的className没有用绝对路径,所以报错了。 也就是说className需要包含类所在的包名 阅读全文
posted @ 2018-08-10 19:34 妖久 阅读(1533) 评论(0) 推荐(0) 编辑
摘要: 1.java.lang.NoSuchMethodError: android.content.res.Resources.getDrawable/getColor或者 java.lang.NoSuchMethodError:android.content.Context.getDrawable/ge 阅读全文
posted @ 2018-08-10 19:26 妖久 阅读(497) 评论(0) 推荐(0) 编辑