搜索资源列表
POST
- java采用http的post方式实现上传下载xml文件,比较具有典型性
dsjy
- [img]http://photo.store.qq.com/http_imgload.cgi?/rurl2=26364cd7a71af44460d86b12c501e881325941142010b1d73f48f54f6910423d7db32951dd8a8b5306b3513b4eba77204dd7efcc4bdcd895b27f283fe98d0d3f57d21542ffbb16ad30f61006fbf12d68ce36e929[/img] 本书目录 1. 《硬
visit_http
- 一个用来访问http服务器的东西。功能类似于java.net中的那个。但要强,这个对Post方法的支持更好。
jAVA
- 实现http的多项功能,post功能,多线程功能,错误检测机制等等。实现Ftp上传下载数据的功能 能够与FTP服务器建立连接 商量通信端口 上传和下载数据 权限的控制 -Http implementation of a number of functions, post functions, multi-threaded functions, error detection mechanisms and so on. Implementation Ftp upload dow
HelloWorld
- SOAP(Simple Object Access Protocol)是基于XML实现了一种消息格式以交换请求和使用,使用XML作为SOAP消息的基础使得任何实现基本的INTERNET通信服务的系统都能处理和传送这类消息 。-POST /StockQuote HTTP/1.1 Host: www.stockquoteserver.com Content-Type: text/xml charset="utf-8“ Content-Length: nnnn SOAPAction:
netWorkLocationTest2
- 这个是CDMA中国电信的基站定位获取经纬度的源码及测试截图!在模拟器中用似乎不行,模拟器的网络不是CDMA的。要查看原帖请到:【原创】CDMA基站定位获取经纬度 http://www.cmd100.com/bbs/forum-viewthread-tid-5325-fromuid-9.html-This is China Telecom' s CDMA base station location to obtain latitude and longitude of the sourc
JavaHttpClient
- 提供的主要的功能: 实现了所有 HTTP 的方法(GET,POST,PUT,HEAD 等) 支持自动转向 支持 HTTPS 协议 支持代理服务器等 -Provides main functions: to achieve all the HTTP methods (GET, POST, PUT, HEAD, etc.) to support automatic shifting in favor of HTTPS protocol support proxy se
EX08_01_1
- Http GET/POST传递参数(HTTP连接示范)-Http GET/POST to pass parameters (HTTP connection model)
fzhuadi
- 3.1 Http请求统一管理 传统的Java Http 请求,存在以下问题: 1) 不同Http技术,处理方式不一 一般 的Http 请求包括:get 请求方式、Post 请求方式、Multi-Part Post 请求方式。传统的Http 请求,只能处理标准的get, Post 请求;对于文件上载Multi-part post 方式,无法作出处理。同时对其他Stream 方式,也无法认识。 如果浏览器界面编程人员变更Http 请求技术,后台业务处理逻辑也必须随之变化。 2)
getPostData
- 通过java中的servlet获取另一个服务器使用http post过来的json数据-Java servlet access to another server using http post over JSON data
Main
- java 实现 http 请求,源代码,保证可用,可以正确请求,HTTP数据并且返回。-java http post client
HttpDemo1
- java的http post上传例子,请修改data.properties文件中内容-examples of java http post upload, modify file contents data.properties
visit_http
- 一个用来访问http服务器的东西。功能类似于java.net中的那个。但要强,这个对Post方法的支持更好。-One used to access the http server things. Function similar to that of java.net. But strong, this method of support for the Post better.
httpcomponents-client-4.3.3-bin.tar
- http client 开源JAR包HTTP 协议是现在的因特网最重要的协议之一。除了 WEB 浏览器之外, WEB 服务,基于网络的应用程序以及日益增长的网络计算不断扩展着 HTTP 协议的角色,使得越来越多的应用程序需要 HTTP 协议的支持。虽然 JAVA 类库 .net 包提供了基本功能,来使用 HTTP 协议访问网络资源,但是其灵活性和功能远不能满足很多应用程序的需要。而 Jakarta Commons HttpClient 组件寻求提供更为灵活,更加高效的 HTTP 协议支持,简化基
Http
- java 模拟http请求类,实现get,post二种模式-java simulate http request class, achieve get, post two modes
HttpUtil
- 我们项目中常用的Java的Http网络通信模块,包括get请求和post请求,简单易用。-We project the Java Http commonly used network communication modules, including get requests and post requests, easy to use.
Http
- java发送http请求的一个小例子 包含get和post两种请求方式-A small example of java send http request contains two request get and post mode
androidhttp封装
- 对httpConnection的封装,支持post、get异步。(The encapsulation of httpConnection supports asynchronous post and get.)
HTTP
- 模拟HTTP协议,Java 发送 http 请求 (get 与 post 方法请求 ) , 以下代码经本人亲自调试可用! 可以直接使用之。 注意:通过 BufferedReader 读取远程返回的数据时,必须设置读取编码,否则中文会乱码!(Simulate HTTP protocol, Java send http request (get versus post Method request ) , The following code is available t
mina-http-2.0.7.jar
- java 支持http访问,支持get、post等方式(httpcore,java,http,information)