开发中问题
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 · 249 阅读 · 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 · 1401 阅读 · 0 评论 -
Mac_Android_Sdk卡住不更新的解决方法
android开发问题汇总(持续更新中)Posted on 2012-09-09 By Alex Zhou1 Comment一. 无法创建新android项目在eclipse创建新项目时出现:1234this template depends on the android s原创 2012-10-12 00:55:36 · 3103 阅读 · 1 评论 -
Mac Mountain Lion Failed to load JavaHL Library.
在Mac 10.8.2系统里, 在Eclipse中安装svn的插件,出现如下提示 1.根据提示进入链接 http://subclipse.tigris.org/wiki/JavaHL2. 到 OS X的链接http://subclipse.tigris.org/wiki/JavaHL#head-5bf26515097c3231c1b04dfdb22c036bc511926b原创 2012-11-04 02:13:34 · 5057 阅读 · 2 评论
分享