会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
技术草根女
CnBlogs
Home
New Post
Contact
Admin
Subscription
2013年2月27日
批量执行,同步实现
protected static class SyncTaskHelper { private volatile int count = 0; public void enter() { synchronized (this) { this.count++; } } public int get() { return this.count; } public int leave() { sync...
Read More
posted @ 2013-02-27 12:01 技术草根女
Views(245)
Comments(0)
Diggs(0)
Edit
公告