会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
2014年5月12日
java定时执行任务
摘要: ScheduledExecutorService ses = Executors.newScheduledThreadPool(1); Runnable command = new Runnable(){ public void run(){ ...
阅读全文
posted @ 2014-05-12 16:05 Love I Smile
阅读(171)
评论(0)
推荐(0)
编辑
用线程操作一个数 二个线程加 二个线程减
摘要: package com.test.thread.test;/** * 加一线程与减一线程共同操作一个数 * 两个问题: * 1、线程同步--synchronized * 2、线程之间如何共享同一个j变量--内部类 * * or 使用 volatile 替代 synchronized *...
阅读全文
posted @ 2014-05-12 15:25 Love I Smile
阅读(365)
评论(0)
推荐(0)
编辑
Love I Smile
公告
导航
博客园
首页
新随笔
联系
订阅
管理