代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/427147/8973287
java helloservice.java
package proxy;
import java.util.Date;
public interface HelloService{
public String echo(String msg);
public Date getTime();
}
/****************************************************
* 作
www.eeworm.com/read/427147/8973331
java remoteexception.java
package proxy1;
public class RemoteException extends Exception{
public RemoteException(Throwable e){
super(e);
}
}
/****************************************************
* 作者:孙卫琴
www.eeworm.com/read/283325/9028432
rtn proxylib.rtn
proxyReg {register a proxy client} {proxyReg\( \)} {proxyReg(\ )} {VxWorks API Reference} {OS Libraries} {} {}
proxyUnreg {unregister a p
www.eeworm.com/read/283325/9028573
lib proxylib.lib
proxyLib {proxy Address Resolution Protocol (ARP) client library } proxyLib {proxyLib} {VxWorks API Reference} {OS Libraries} {} {}
www.eeworm.com/read/185161/9053742
java porter.java
/*
* LumaQQ - Java QQ Client
*
* Copyright (C) 2004 notXX
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publi
www.eeworm.com/read/381515/9088189
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/381515/9088586
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/282122/9118654
txt sample_cfg_x-lite.txt
X-Lite - Private Build 1103a
Local registration at siproxd
=============================
System Settings
Network
Autodetect IP: Yes
Listen on IP: -
** Use X-NAT to Choose SIP/RTP
www.eeworm.com/read/281848/9129938
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