代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/439758/7702026
htm mozwebserviceexample2.htm
Mozilla Web Service Example
var sWSDL = "http://www.xmethods.net/sd/2001/TemperatureService.wsdl";
www.eeworm.com/read/199963/7814027
java phprpcclient.java
/**
* @author Ma Bingyao(andot@ujn.edu.cn)
* @copyright CoolCode.CN
* @package JAVA_PHPRPC_CLIENT
* @version 2.1
* @last_update 2006-08-09
* @link http://www.coolcode
www.eeworm.com/read/299152/7884775
htm mozwebserviceexample2.htm
Mozilla Web Service Example
var sWSDL = "http://www.xmethods.net/sd/2001/TemperatureService.wsdl";
www.eeworm.com/read/297751/7997933
java invocationinfo.java
import java.lang.reflect.Method;
public class InvocationInfo {
Object proxy;
Method method;
Object[] args;
Object result;
Throwable Exception;
public InvocationInfo(Object proxy, Meth
www.eeworm.com/read/196885/8052249
readme
--------------------------------------------------------------------
Building the software using the Sun SDK
--------------------------------------------------------------------
Unix path conventions
www.eeworm.com/read/146114/12670499
txt install-win32.txt
WIN32 serproxy installation instructions
----------------------------------------
From sources:
1. Unpack the sources.
2. Compile the 'win32/serproxy.dsw' workspace with VC6.
3. Edit serproxy.cfg to
www.eeworm.com/read/145379/12730964
htm pat4g-1.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Prox
www.eeworm.com/read/331525/12823481
htm mozwebserviceexample2.htm
Mozilla Web Service Example
var sWSDL = "http://www.xmethods.net/sd/2001/TemperatureService.wsdl";
www.eeworm.com/read/142793/12919015
cpp proxydemo.cpp
//: C10:ProxyDemo.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file