DelayQueue实现延迟任务 JDK自带DelayQueue 是一个支持延时获取元素http://www.devze.com的阻塞队列, 内部采用优先队列 PriorityQueue 存储元素,同时元素必须实现 Delayed 接口;
I am trying to use the new facebook api and it requires libcurl PHP.I used sudo apt-get install php5-curl