代码搜索:httpclient
找到约 1,095 项符合「httpclient」的源代码
代码结果 1,095
www.eeworm.com/read/420187/6964800
mmp httpclient.mmp
/*
* ============================================================================
* Name : HttpClient.mmp
* Part of : HttpClient
* Created : 07.03.2006 by ToBeReplacedByAuthor
* Descrip
www.eeworm.com/read/467310/7009645
java httpclient.java
import java.io.*;
import java.net.*;
/**
* Class HttpClient is a class representing a simple
* HTTP client.
*
* @author iCarnegie, Inc (CTE)
* @version 1.0
*/
public class
www.eeworm.com/read/460748/7242048
cpp httpclient.cpp
#include "httpclient.h"
HttpClient::HttpClient( QWidget *parent, Qt::WindowFlags f )
: QDialog( parent, f )
{
QFont font("ZYSong18030",12);
setFont(font);
setWindowTitle(tr("
www.eeworm.com/read/460748/7242049
h httpclient.h
#ifndef HTTPCLIENT_H
#define HTTPCLIENT_H
#include
#include
class HttpClient : public QDialog
{
Q_OBJECT
public:
HttpClient( QWidget *parent=0, Qt::WindowFlags f=0 );
www.eeworm.com/read/460748/7242053
pro httpclient.pro
######################################################################
# Automatically generated by qmake (2.01a) ?? ?? 26 10:19:00 2008
###############################################################
www.eeworm.com/read/460748/7242055
exe httpclient.exe
www.eeworm.com/read/459685/7268802
parameters httpclient.parameters
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding co
www.eeworm.com/read/449081/7518902
txt httpclient.txt
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class HTTPClient extends MIDlet {
private Display display;
private TextBox tb;
public HTTPClient(){
www.eeworm.com/read/398378/7991053
java httpclient.java
package com.wy.ch11;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class HTTPClient extends MIDlet {
private Display display;
private TextBox tb;
www.eeworm.com/read/244751/12845251
java httpclient.java
import java.io.*;
import java.net.*;
/**
* 这个程序可以连接到一个网络服务器并且能够从这个服务器下载指定的URL。在
* 程序中直接使用HTTP协议
*/
public class HttpClient {
public static void main(String[] args) {
try {
// 测试参数