- 浏览: 4700 次
- 性别:
- 来自: 南京
最新评论
文章列表
各位好: 在项目中使用了jboss的infinispan作为缓存架构。我的配置文件如下:
<namedCache name="persistCache">
<clustering mode="replication">
<async asyncMarshalling="true"/>
</clustering>
<expiration lifespan="-1" ...
http://www.eoeandroid.com/thread-1021-1-1.html
new Thread()
{public void run()
{try {sleep(8000);
Intent intent = new Intent();
intent.setClass(ac01.this, DispActivity.class);
startActivity(intent); }
catch (Exception e) {
e.printStackTrace();
}
progressDialog.dismiss();
}
}.start();