代码搜索:proxy

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

代码结果 9,859
www.eeworm.com/read/136828/5844998

java proxy.java

package com.javapatterns.proxy.smartproxy; public class Proxy implements Searcher { /** * @link aggregation * @directed */ private RealSearcher searcher; /**
www.eeworm.com/read/136380/5872943

pri proxy.pri

HEADERS += \ $$PROXY_DIR/base64.h \ $$PROXY_DIR/httpproxy.h \ $$PROXY_DIR/sockstcpproxy.h \ $$PROXY_DIR/socksudpproxy.h SOURCES += \ $$PROXY_DIR/base64.c \ $$PROXY_DIR/httpproxy.cpp \
www.eeworm.com/read/129405/5973512

java proxy.java

//$Id: Proxy.java,v 1.1 2005/02/18 07:29:19 epbernard Exp $ package org.hibernate.annotations; import static java.lang.annotation.ElementType.TYPE; import static java.lang.annotation.RetentionPolicy
www.eeworm.com/read/128604/5982333

java proxy.java

/* Proxy.java -- build a proxy class that implements reflected interfaces Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free s
www.eeworm.com/read/127438/6006079

c proxy.c

/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #include #include #define MAXHOSTNAMEL
www.eeworm.com/read/126845/6011667

h proxy.h

/* * Copyright (c) 1999-2000 Caucho Technology. All rights reserved. * * Caucho Technology permits redistribution, modification and use * of this file in source and binary form ("the Software") u
www.eeworm.com/read/126845/6011669

c proxy.c

/* * Copyright (c) 1999-2000 Caucho Technology. All rights reserved. * * Caucho Technology permits redistribution, modification and use * of this file in source and binary form ("the Software") u
www.eeworm.com/read/126541/6016139

c proxy.c

/*代理服务器源代码proxy.c*/ #include #include #include #include #include #include #include #include
www.eeworm.com/read/126029/6019343

java proxy.java

package com.ntsky.bbs.service; /** * Title: Ntsky OpenSource BBS * Description: 论坛访问的代理 * Copyright: Copyright (c) 2004 * Company: 天网文化发展有限公司 * @author 姚君林 * @versi
www.eeworm.com/read/125439/6029041

java proxy.java

package com.javapatterns.proxy.smartproxy; public class Proxy implements Searcher { /** * @link aggregation * @directed */ private RealSearcher searcher; /**