代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/136828/5844993
java imageiconproxy.java
package com.javapatterns.proxy.imageloader;
import java.awt.Graphics;
import java.awt.Component;
import javax.swing.ImageIcon;
import javax.swing.Icon;
import javax.swing.SwingUtilities;
pub
www.eeworm.com/read/136030/5875731
cgi mpcfg.cgi
#!/bin/sh
#echo "Status:200 ok"
echo "Content-type:text/plain"
echo ""
echo ""
echo ""
echo "修改Media Proxy Server 配置"
MPCFG=`cat ./.MpConfig.xml`
#echo "MpConfig:$MPCFG"
echo ""
www.eeworm.com/read/125439/6029036
java client.java
package com.javapatterns.proxy.imageloader;
import java.awt.Graphics;
import java.awt.Insets;
import javax.swing.JFrame;
import javax.swing.Icon;
public class Client extends JFrame
{
pri
www.eeworm.com/read/125439/6029037
java imageiconproxy.java
package com.javapatterns.proxy.imageloader;
import java.awt.Graphics;
import java.awt.Component;
import javax.swing.ImageIcon;
import javax.swing.Icon;
import javax.swing.SwingUtilities;
pub
www.eeworm.com/read/113176/6135892
java hibernateproxy.java
//$Id: HibernateProxy.java,v 1.3 2003/01/05 02:11:22 oneovthafew Exp $
package net.sf.hibernate.proxy;
import java.io.Serializable;
public interface HibernateProxy extends Serializable {
public Obj
www.eeworm.com/read/112918/6142704
fix lib_4.0_3.fix
#include "WWWUtil.h"
#include "HText.h"
#define PROXY(type,name,args,shortargs) \
type (*APP_ ## name) args; \
type name args { return APP_ ## name shortargs; }
#define PROXYVOID(name,args,shortargs
www.eeworm.com/read/100926/6264743
h http_response.h
// http_response.h,v 1.1 2000/04/27 23:43:18 jxh Exp
// There are two kinds of HTTP Responses in a proxy.
// One is the kind you have to read in from the HTTP server.
// The other is the kind you
www.eeworm.com/read/100046/6274482
fix lib_4.0_3.fix
#include "WWWUtil.h"
#include "HText.h"
#define PROXY(type,name,args,shortargs) \
type (*APP_ ## name) args; \
type name args { return APP_ ## name shortargs; }
#define PROXYVOID(name,args,shortargs
www.eeworm.com/read/100043/6275031
c ncsa_auth.c
/*
* ncsa_auth.c
*
* AUTHOR: Arjan de Vet
*
* Example authentication program for Squid, based on the original
* proxy_auth code from client_side.c, written by
* Jon Tha
www.eeworm.com/read/100043/6275617
pl tcp-banger.pl
#!/usr/local/bin/perl
# tcp-banger.pl
#
# Duane Wessels, Dec 1995
#
# Usage: tcp-banger.pl [host [port]] < url-list
#
# Sends a continuous stream of HTTP proxy requests to a cache. Stdin is a
# lis