代码搜索:proxy

找到约 9,859 项符合「proxy」的源代码

代码结果 9,859
www.eeworm.com/read/411763/11228917

java methodinterceptorimpl.java

package callback; import java.lang.reflect.Method; import net.sf.cglib.proxy.MethodInterceptor; import net.sf.cglib.proxy.MethodProxy; public class MethodInterceptorImpl implements MethodInter
www.eeworm.com/read/266192/11237067

makefile

# From Thinking in Patterns (with Java) by Bruce Eckel # At http://www.BruceEckel.com # (c)2003 Bruce Eckel # Copyright notice in Copyright.txt # Automatically-generated MAKEFILE # For examples
www.eeworm.com/read/266192/11237071

xml build.xml

build.xml for proxy of "Thinking in Java, 3rd Edition" by Bruce Eckel Ava
www.eeworm.com/read/266192/11237076

java proxydemo.java

//: proxy:ProxyDemo.java // Simple demonstration of the Proxy pattern. package proxy; import junit.framework.*; interface ProxyBase { void f(); void g(); void h(); } class Proxy imp
www.eeworm.com/read/265943/11248535

h proants.h

#ifndef _PROANTS_H #define _PROANTS_H #include #include "common.h" #include class CMgSingleTask; class CMgFileManager; class CProAnts { public: CProAnts(
www.eeworm.com/read/249540/12489463

cpp main.cpp

/******************************************************************** created: 2006/07/26 filename: Main.cpp author: 李创 http://www.cppblog.com/converse/ purpose: Proxy模式的测
www.eeworm.com/read/147363/12559193

h proxyinf.h

//$--ProxyInf.h----------------------------------------------------------------- // // Copyright (c) Microsoft Corp. 1986-1996. All Rights Reserved. // // Definition of structures which are passed
www.eeworm.com/read/334652/12581855

java graphic.java

/** * A graphic interface that proxy and real object should implement * so a proxy can proxy several real object */ public interface Graphic { public abstract void Draw(); }
www.eeworm.com/read/147038/12592735

def sam_2ps.def

LIBRARY "sam_2PS" DESCRIPTION 'Proxy/Stub DLL' EXPORTS DllGetClassObject @1 PRIVATE DllCanUnloadNow @2 PRIVATE GetProxyDllInfo @3 PRIVATE DllRegisterServer
www.eeworm.com/read/247748/12621278

txt 溢出程序使用通道对抗防火墙.txt

溢出程序使用通道对抗防火墙 现在很多web等应用使用了防火墙,我们自己也可能处于代理、透明网关等后面,这对于溢出等的通信造成了一个小小的麻烦。可能很多人会想到shellcode主动连接,这个如果防火墙做得好的话,不准许访问外部一样不行,即使不考虑这防火墙,而我们自己可能往往处于代理或者透明网关后面,考虑这也是一道难题。 但我们仔细考虑考虑一下数据传输问题,就会发现实 ...