代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/172830/9686241
def atlcontrolps.def
LIBRARY "ATLControlPS"
DESCRIPTION 'Proxy/Stub DLL'
EXPORTS
DllGetClassObject @1
DllCanUnloadNow @2
GetProxyDllInfo @3
DllRegisterServer @4
DllUnregister
www.eeworm.com/read/172039/9725573
def atl21ps.def
LIBRARY "Atl21PS"
DESCRIPTION 'Proxy/Stub DLL'
EXPORTS
DllGetClassObject @1 PRIVATE
DllCanUnloadNow @2 PRIVATE
GetProxyDllInfo @3 PRIVATE
DllRegisterServer
www.eeworm.com/read/171739/9739247
txt cncode.com说明.txt
Interaction SIP Proxy v2.0.010 特别版
简介说明:
一个非常容易安装和使用的代理服务器软件,只需要将软件装在一台配置一般的Windows机器上,你就可以获得一个功能非常强大的SIP代理服务器
特别说明:
执行keygen,输入选择相应的信息取得SN
中国站长站
www.
www.eeworm.com/read/170872/9782856
java databasesessionclient.java
package jnicli;
/**
* Database session client implementation. This class implements Database interface using
* proxy object to access remote database server. The role of this class is to keep sessi
www.eeworm.com/read/170836/9785616
h winhelp.h
/*
* winhelp.h - define Windows Help context names for the controls
* in the PuTTY config box.
*/
#define HELPCTX(x) P(WINHELP_CTX_ ## x)
#define WINHELP_CTX_no_help NULL
#define WINHEL
www.eeworm.com/read/269943/11053863
bat register.bat
@echo off
rem
rem Register.bat
rem Registration file for Chapter 10
rem
echo on
regsvr32 /s Server.dll
regsvr32 /s Proxy.dll
Server /RegServer
www.eeworm.com/read/414988/11087531
java simpledynamicproxy23.java
// typeinfo/SimpleDynamicProxy23.java
// TIJ4 Chapter Typeinfo, Exercise 23, page 598
// Inside invoke() in SimpleDynamicProxy.java, try to print the proxy argument and explain
// what happens.
im
www.eeworm.com/read/414988/11087563
java simpledynamicproxy22.java
// typeinfo/SimpleDynamicProxy22.java
// TIJ4 Chapter Typeinfo, Exercise 22, page 598
// Modify SimpleDynamicProxy.java so that it measures method-call times.
import java.lang.reflect.*;
import ja
www.eeworm.com/read/269292/11102464
java webserviceproxyfactory.java
package com.dmwsinvoke;
import java.lang.reflect.Method;
import net.sf.cglib.proxy.Enhancer;
import net.sf.cglib.proxy.MethodInterceptor;
import net.sf.cglib.proxy.MethodProxy;
public abstr