代码搜索:httpclient
找到约 1,095 项符合「httpclient」的源代码
代码结果 1,095
www.eeworm.com/read/221293/14747014
class httpclient.class
www.eeworm.com/read/216315/15019678
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/115190/15022428
plg httpclient.plg
Build Log
--------------------Configuration: HTTPClient - Win32 Release--------------------
Command Lines
Creating temporary file "F:\DOCUME~1\
www.eeworm.com/read/115190/15022429
opt httpclient.opt
www.eeworm.com/read/115190/15022431
clw httpclient.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CHTTPClientView
LastTemplate=CAsyncSocket
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#includ
www.eeworm.com/read/115190/15022444
h httpclient.h
// HTTPClient.h : main header file for the HTTPCLIENT application
//
#if !defined(AFX_HTTPCLIENT_H__CB54C436_EF5C_48A5_875D_D61FA462AB58__INCLUDED_)
#define AFX_HTTPCLIENT_H__CB54C436_EF5C_48A5_8
www.eeworm.com/read/115190/15022446
dsp httpclient.dsp
# Microsoft Developer Studio Project File - Name="HTTPClient" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/115190/15022453
ico httpclient.ico
www.eeworm.com/read/115190/15022465
rc httpclient.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/115190/15022467
cpp httpclient.cpp
// HTTPClient.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "HTTPClient.h"
#include "MainFrm.h"
#include "HTTPClientDoc.h"
#include "HTTPClientView.h