来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291466.html 1 import java.util.concurrent.Callable; 2 3 import java.util.concurrent.ExecutorSe...
分类:
编程语言 时间:
2014-07-14 23:17:50
阅读次数:
290
来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291469.html 1 import java.util.concurrent.Callable; 2 3 import java.util.concurrent.ExecutionE...
分类:
编程语言 时间:
2014-07-14 22:15:29
阅读次数:
391
来自:http://www.cnblogs.com/taven/category/475298.html 1 import java.util.concurrent.CountDownLatch; 2 import java.util.concurrent.ExecutorService; 3 im...
分类:
编程语言 时间:
2014-07-14 20:49:33
阅读次数:
298
来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291470.html 1 import java.util.concurrent.ExecutorService; 2 3 import java.util.concurrent.Exe...
分类:
编程语言 时间:
2014-07-14 16:06:40
阅读次数:
328
来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291471.html 1 import java.util.concurrent.ExecutorService; 2 3 import java.util.concurrent.Exe...
分类:
编程语言 时间:
2014-07-14 15:55:35
阅读次数:
247
来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291474.html 1 import java.util.ArrayList; 2 3 import java.util.concurrent.ExecutorService; 4 ...
分类:
编程语言 时间:
2014-07-14 15:46:33
阅读次数:
221
这一块主要是讨论关于进程同步的相关问题,主要是考虑一下的关键字:锁对象、条件对象 -> synchronized wait() notify()。1、关于锁对象与条件对象: 所对象的定义在java中的java.util.concurrent.locks中Lock接口,具体可以有多种实现。对于l...
分类:
编程语言 时间:
2014-07-14 14:43:05
阅读次数:
360
BACKGROUND1. FieldThe present invention generally relates to rendering two-dimension representations from three-dimensional scenes, and more particula...
分类:
其他好文 时间:
2014-07-14 14:39:07
阅读次数:
278
这个是JDK6新添的错误类型。是发生在GC占用大量时间为释放很小空间的时候发生的,是一种保护机制。解决方案是,关闭该功能,使用——-XX:-UseGCOverheadLimitSun官方解释:The parallel / concurrent collector will throw anOutOf...
分类:
其他好文 时间:
2014-07-14 10:32:09
阅读次数:
213