代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/421905/10681387
c cxtvrate_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 7.00.0499 */
/* Compiler settings for cxtvrate.idl:
Oicf, W1, Zp8, env=Win32 (32b
www.eeworm.com/read/429871/7093672
java ipmproxy.java
/*
* IP Messenger Proxy Class
* 1997/10/16 (C) Copyright T.Kazawa (Digitune)
*/
package ipmsg;
import JP.digitune.util.ByteBuffer;
import JP.digitune.util.ResourceProperties;
import java.io.IOE
www.eeworm.com/read/118158/7134234
c autoatl_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Wed Jan 16 11:16:31 2002
*/
/* Compiler settings for F:\一审\段兴\VC++应用程
www.eeworm.com/read/452893/7430201
php howtouse_en.php
How To Use
Simply enter the desired URL ( link ) you want to visit, select a proxy server, then hit Start. It will bring you to the page indirectly without them knowin
www.eeworm.com/read/434082/7891597
c comserver_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Mon Jun 20 17:50:10 2005
*/
/* Compiler settings for D:\龙口北皂矿\北皂\Com1
www.eeworm.com/read/297751/7997928
java aophandler.java
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import java.util.ArrayList;
import java.util.List;
public class AOPHandler implement
www.eeworm.com/read/332478/12755481
cpp network6.cpp
#include "stdafx.h"
#include "server.h"
#include "monitor.h"
#include "proxy.h"
#include "servertable.h"
#include "MyLog.h"
void CloseAllUser(DWORD dwValue)
{
//g_pServerTable->clo>
}
www.eeworm.com/read/244840/12840616
ini hfgame.ini
[hwtv.exe]
Sequence=1000017
[hwtvclient.dat]
Sequence=1000006
[TVPlayerDll.dll]
Sequence=1000009
[Proxy.dll]
Sequence=1000008
[HWTV_CHS.ini]
Sequence=1000001
[HWTV_CHT.ini]
Sequence=1000001
www.eeworm.com/read/327364/13083866
java jmsexceptionlistener.java
package com.temobi.epg.publisher.bo;
import javax.jms.ExceptionListener;
import javax.jms.JMSException;
import com.temobi.epg.publisher.initor.Initor;
import common.log.proxy.JLogger;
import
www.eeworm.com/read/136879/13355871
cpp fig07_10.cpp
// Fig. 7.10: fig07_10.cpp
// Hiding a class抯 private data with a proxy class.
#include
#include "interface.h"
int main()
{
Interface i( 5 );
cout