
开发中问题
forever_crying
这个作者很懒,什么都没留下…
展开
-
Make sure the content of your adapter is not modified from a background thread, but only from the UI
java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but原创 2012-01-09 20:01:41 · 228 阅读 · 0 评论 -
同步代码快效率>同步函数,原子操作效率>非原子操作
package concurrency.lock; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import j原创 2012-02-16 15:12:45 · 1380 阅读 · 0 评论 -
Mac_Android_Sdk卡住不更新的解决方法
android开发问题汇总(持续更新中) Posted on 2012-09-09 By Alex Zhou 1 Comment 一. 无法创建新android项目 在eclipse创建新项目时出现: 1 2 3 4 this template depends on the android s原创 2012-10-12 00:55:36 · 3073 阅读 · 1 评论 -
Mac Mountain Lion Failed to load JavaHL Library.
在Mac 10.8.2系统里, 在Eclipse中安装svn的插件,出现如下提示 1.根据提示进入链接 http://subclipse.tigris.org/wiki/JavaHL 2. 到 OS X的链接http://subclipse.tigris.org/wiki/JavaHL#head-5bf26515097c3231c1b04dfdb22c036bc511926b原创 2012-11-04 02:13:34 · 5032 阅读 · 2 评论