代码搜索:httpclient
找到约 1,095 项符合「httpclient」的源代码
代码结果 1,095
www.eeworm.com/read/170716/9792514
java httpclient.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/268161/11150653
java httpclient.java
import java.io.*;
import java.net.*;
/**
* 这个程序可以连接到一个网络服务器并且能够从这个服务器下载指定的URL。在
* 程序中直接使用HTTP协议
*/
public class HttpClient {
public static void main(String[] args) {
try {
// 测试参数
www.eeworm.com/read/236145/14030855
js httpclient.js
function HttpClient(){}
HttpClient.prototype={
//传给open方法的GET,POST类型
requestType:'GET',
//当设置为true时,将发出异步调用
isAsync:false,
//保存XMLHttpRequest实例的地方
xmlhttp:false,
//当发送一个成功的异步调用后将调用的内容
www.eeworm.com/read/205033/15329036
java httpclient.java
package utils;
import java.io.*;
import java.net.*;
import javax.net.*;
import javax.net.ssl.*;
import java.security.cert.*;
public class HttpClient {
public String getResponseStr(Strin
www.eeworm.com/read/109454/15557287
java httpclient.java
import java.io.*;
import java.net.*;
/**
* 这个程序可以连接到一个网络服务器并且能够从这个服务器下载指定的URL。在
* 程序中直接使用HTTP协议
*/
public class HttpClient {
public static void main(String[] args) {
try {
// 测试参数
www.eeworm.com/read/107403/15608145
java httpclient.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/101162/15849271
class httpclient.class
www.eeworm.com/read/101020/15856532
zip httpclient.zip
www.eeworm.com/read/151482/5681962
java commonshttpinvokerrequestexecutor.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/460748/7242054
cpp main.cpp
#include "httpclient.h"
#include
int main( int argc, char **argv )
{
QApplication a( argc, argv );
QTranslator translator(0);
translator.load("httpclient_zh",".");