搜索资源列表
HTTPClient.tar
- Http client implemented in Java
httpclient
- Java实现的http客户端与Web服务器进行数据通信的程序
httpclient
- httpclient编程必备。commons-codec-1.3.jar;commons-httpclient-3.1.jar;commons-logging-1.1.jar-commons-codec-1.3.jar;commons-httpclient-3.1.jar;commons-logging-1.1.jar
Java_Http_Client
- 这是用JAVA的SOCKET类实现的HTTP CLIENT的代码。通过它可以让原来很头疼的事情现在轻松的解决,例如你不再管是HTTP或者HTTPS的通讯方式,告诉它你想使用HTTPS方式,剩下的事情交给httpclient替你完成。-This is the SOCKET with JAVA class implements the HTTP CLIENT code. It allows the original adoption of a headache now things easy sol
xihumusic
- 以杭州19楼论坛为例,基于JAVA httpClient实现的多线程可配置自动刷帖顶贴程序源代码。-Forum in Hangzhou, 19th floor, for example, based on JAVA httpClient multithreading can be configured to automatically paste brush the top posts the source code.
httpcomponents-client-4.1.1-bin
- httpclient 4.1HTTP 协议可能是现在 Internet 上使用得最多、最重要的协议了,越来越多的 Java 应用程序需要直接通过 HTTP 协议来访问网络资源。虽然在 JDK 的 java.net 包中已经提供了访问 HTTP 协议的基本功能,但是对于大部分应用程序来说,JDK 库本身提供的功能还不够丰富和灵活。-httpclient 4.1
weibo4j-oauth2
- 微博接口API,java httpclient-API,you know
YukiSpider
- 基于HttpClient4.0的网络爬虫基本框架(Java实现)-Analog HTTP request: HttpClient 4.0 Target page structure analysis, HTTP request header information analysis: Firefox+ firebug/Chrome (F12 developer mode) HTML parsing: Jsoup
HttpClient
- 网络图片浏览器,初级实现网络图片浏览的功能。适合初级Java开发者学习-Http link
HttpUtil
- 实现代理ip,dns切换,的java工具类(Implementing proxy IP, DNS switching To access the latest resources, visit : www.91wangpan.com)
WxBot-master
- JAVA开发的微信机器人程序 1,只有一个类,WxBot.java 2,如果有需要回复自定义消息,重写getMsg()方法 3,依赖库只有2个,httpclient-4.5.2和gson(Java WX Robot. In order to sync the doc with the lastest code, we are using jsdoc to describe the API, and use jsdoc-to-markdown to generate markdown for