代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/260617/4329476
c iehelper_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Wed Mar 26 14:17:45 2003
*/
/* Compiler settings for IEHelper.idl:
www.eeworm.com/read/255418/4375805
java gumballmachinetestdrive.java
package headfirst.proxy.gumballmonitor;
public class GumballMachineTestDrive {
public static void main(String[] args) {
int count = 0;
if (args.length < 2) {
System.out.print
www.eeworm.com/read/255418/4375818
java hasquarterstate.java
package headfirst.proxy.gumball;
import java.util.Random;
public class HasQuarterState implements State {
Random randomWinner = new Random(System.currentTimeMillis());
transient GumballMachine gum
www.eeworm.com/read/159558/5582591
c mwcomtypes_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Thu Apr 21 20:11:03 2005
*/
/* Compiler settings for mwcomtypes.idl:
www.eeworm.com/read/155620/5620524
c dictionary_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Wed Feb 10 15:19:36 1999
*/
/* Compiler settings for dictionary.idl:
www.eeworm.com/read/155067/5630075
aspx soapheaders.aspx
public void Page_Load(){
// Create a new instance of the UsingSoapHeaders
// proxy class used to call the remote .asmx file
UsingSoapHeaders u
www.eeworm.com/read/153649/5645822
c dictionary_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Wed Feb 10 15:19:36 1999
*/
/* Compiler settings for dictionary.idl:
www.eeworm.com/read/153054/5654276
c mwcomtypes_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Thu Apr 21 20:11:03 2005
*/
/* Compiler settings for mwcomtypes.idl:
www.eeworm.com/read/475425/6781475
java helloserviceimpl.java
package proxy;
import java.util.Date;
public class HelloServiceImpl implements HelloService{
public String echo(String msg){
return "echo:"+msg;
}
public Date getTime(){
return ne
www.eeworm.com/read/475425/6781476
bak helloserviceimpl.java.bak
package proxy;
import java.util.Date;
public class HelloServiceImpl implements HelloService{
public String echo(String msg){
return "echo:"+msg;
}
public Date getTime(){
return ne