yyyyyyyyyyyyyyyyyyyy

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 231 232 233 234 235 236 237 238 239 ··· 367 下一页

2015年10月21日 #

摘要: Java_并发编程培训 java并发程序设计教程 JUC Exchanger 一、概述 Exchanger 可以在对中对元素进行配对和交换的线程的同步点。每个线程将条目上的某个方法呈现给 exchange 方法,与伙伴线程进行匹配,并且在返回时接收其伙伴的对象。Exchanger 可能被视为 Syn 阅读全文
posted @ 2015-10-21 14:31 xxxxxxxx1x2xxxxxxx 阅读(532) 评论(0) 推荐(0)

摘要: 开源爬虫 开发语言 软件名称 软件介绍 许可证 Java Python C C++ C# PHP ErLang Ruby Perl 其它 其它爬虫 开发语言 软件名称 软件介绍 许可证 WebLechWebLech是一个功能强大的Web站点下载与镜像工具。它支持按功能需求来下载web站点并能够尽可能 阅读全文
posted @ 2015-10-21 01:21 xxxxxxxx1x2xxxxxxx 阅读(2711) 评论(0) 推荐(0)

2015年10月20日 #

摘要: Java Executor 框架 Executor框架是指java5中引入的一系列并发库中与executor相关的功能类,包括Executor、Executors、 ExecutorService、CompletionService、Future、Callable等。(图片引用自 http://w... 阅读全文
posted @ 2015-10-20 21:56 xxxxxxxx1x2xxxxxxx 阅读(231) 评论(0) 推荐(0)

摘要: ThreadPoolExecutor详解ThreadPoolExecutor的完整构造方法的签名是:ThreadPoolExecutor(intcorePoolSize, intmaximumPoolSize, longkeepAliveTime, TimeUnitunit, BlockingQue... 阅读全文
posted @ 2015-10-20 21:49 xxxxxxxx1x2xxxxxxx 阅读(191) 评论(1) 推荐(0)

摘要: 介绍new Thread的弊端及Java四种线程池的使用,对Android同样适用。本文是基础篇,后面会分享下线程池一些高级功能。1、new Thread的弊端执行一个异步任务你还只是如下new Thread吗?Javanew Thread(new Runnable() { @Override pu... 阅读全文
posted @ 2015-10-20 21:43 xxxxxxxx1x2xxxxxxx 阅读(344) 评论(0) 推荐(0)

摘要: A First Exploration Of SolrCloudUpdate: this article was published in August 2012, before the very first release of SolrCloud. Meanwhile SolrCloud has... 阅读全文
posted @ 2015-10-20 20:43 xxxxxxxx1x2xxxxxxx 阅读(178) 评论(0) 推荐(0)

2015年10月13日 #

摘要: http://jinnianshilongnian.iteye.com/blog/2089792 阅读全文
posted @ 2015-10-13 20:55 xxxxxxxx1x2xxxxxxx 阅读(143) 评论(0) 推荐(0)

摘要: Chapter1.FundamentalsPrevNextChapter1.Fundamentals1.1.Request executionThe most essential function of HttpClient is to execute HTTP methods. Execution... 阅读全文
posted @ 2015-10-13 19:31 xxxxxxxx1x2xxxxxxx 阅读(294) 评论(0) 推荐(0)

摘要: http://hc.apache.org/httpcomponents-client-ga/tutorial/html/ Chapter 1. Fundamentals Prev Next Chapter 1. Fundamentals 1.1. Request execution The most 阅读全文
posted @ 2015-10-13 19:22 xxxxxxxx1x2xxxxxxx 阅读(532) 评论(0) 推荐(0)

摘要: Chapter1.FundamentalsPrevNextChapter1.Fundamentals1.1.Request executionThe most essential function of HttpClient is to execute HTTP methods. Execution... 阅读全文
posted @ 2015-10-13 19:07 xxxxxxxx1x2xxxxxxx 阅读(384) 评论(0) 推荐(0)

上一页 1 ··· 231 232 233 234 235 236 237 238 239 ··· 367 下一页