搜索资源列表
XMLProxy
- 基于MSXML的xmlhttp代理,分为同步和异步两种-A proxy base on MSXML s xmlhttp use post method(as default) or get method support async and sync mode rewrite onGetResponse method to do your own work in async mode in Parameter isAsync (false is default) method (post is
EX08_01_1
- Http GET/POST传递参数(HTTP连接示范)-Http GET/POST to pass parameters (HTTP connection model)
HttpUtil
- 我们项目中常用的Java的Http网络通信模块,包括get请求和post请求,简单易用。-We project the Java Http commonly used network communication modules, including get requests and post requests, easy to use.
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