代码搜索:httpclient
找到约 1,095 项符合「httpclient」的源代码
代码结果 1,095
www.eeworm.com/read/261260/11656798
jar commons-httpclient.jar
www.eeworm.com/read/153446/12032708
jar commons-httpclient.jar
www.eeworm.com/read/115190/15022448
rc2 httpclient.rc2
//
// HTTPCLIENT.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
www.eeworm.com/read/10764/189069
java httpclient4.java
/*
* Copyright 2008 Sean Sullivan
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of
www.eeworm.com/read/486572/1250102
rc2 httpclient.rc2
//
// HTTPCLIENT.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
www.eeworm.com/read/451314/1662360
rss httpclient_caption.rss
/*
* ============================================================================
* Name : HttpClient_caption.rss
* Part of : HttpClient
* Created : 07.03.2006 by ToBeReplacedByAuthor
*
www.eeworm.com/read/244842/4509272
cpp,v httpclient.cpp,v
head 1.1;
access;
symbols;
locks; strict;
comment @// @;
1.1
date 2005.12.01.22.54.17; author matt; state Exp;
branches;
next ;
desc
@added license
@
1.1
log
@Initial revision
@
text
@/*
Copyri
www.eeworm.com/read/229434/4755980
java httpclient4.java
/** 演示如何处理响应正文,参见6.3.3节*/
import java.net.*;
import java.io.*;
public class HttpClient4{
public static void main(String args[])throws IOException{
URL url=new URL("http://www.javathinker.or
www.eeworm.com/read/229434/4755981
java httpclient1.java
import java.net.*;
import java.io.*;
public class HttpClient1 {
public static void main(String args[])throws IOException{
URL url=new URL("http://www.javathinker.org/hello.htm");
www.eeworm.com/read/229434/4755988
java httpclient3.java
import java.io.*;
import java.net.*;
import java.util.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class HttpClient3{
public static void main(String[] args)