代码搜索:proxy

找到约 9,859 项符合「proxy」的源代码

代码结果 9,859
www.eeworm.com/read/273660/4202559

py header_wrappers.py

#!/usr/bin/env python # # header_wrappers.py: Generates SWIG proxy wrappers around Subversion # header files # import os, re, string, sys, glob, shutil if __name__ == "__main__":
www.eeworm.com/read/450932/1668508

java petmasterproxy.java

package com.pet.proxy; import com.pet.dao.PetCliniqueDAO; import com.pet.pojo.Petmaster; public interface PetmasterProxy { public void setPetMaster(PetCliniqueDAO petMaster); public vo
www.eeworm.com/read/446871/1708724

java proxyhandler.java

package com.greysh.aop.proxy; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; public class ProxyHandler implements InvocationHandler { private Object target; pu
www.eeworm.com/read/445791/1718145

java helloserviceimpl.java

package proxy1; import java.util.Date; public class HelloServiceImpl implements HelloService{ public String echo(String msg){ return "echo:"+msg; } public Date getTime(){ return n
www.eeworm.com/read/435801/1858754

c multiface_p.c

/* this ALWAYS GENERATED file contains the proxy stub code */ /* File created by MIDL compiler version 5.01.0164 */ /* at Sun Nov 05 01:12:47 2000 */ /* Compiler settings for D:\jacob_15\samp
www.eeworm.com/read/435629/1863253

c com_test_idl_p.c

/* this ALWAYS GENERATED file contains the proxy stub code */ /* File created by MIDL compiler version 5.01.0164 */ /* at Wed Mar 29 21:50:45 2006 */ /* Compiler settings for D:/MATLAB7/work/
www.eeworm.com/read/432906/1886968

c adlib.c

/* * QEMU Proxy for OPL2/3 emulation by MAME team * * Copyright (c) 2004-2005 Vassili Karpov (malc) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this sof
www.eeworm.com/read/427703/1967900

java helloserviceimpl.java

package proxy1; import java.util.Date; public class HelloServiceImpl implements HelloService{ public String echo(String msg){ return "echo:"+msg; } public Date getTime(){ return n
www.eeworm.com/read/427272/1972854

java proxyinterface.java

/* * Created on 2007-3-7 * Last modified on 2007-3-7 * Powered by YeQiangWei.com */ package com.yeqiangwei.club.service.proxy; public interface ProxyInterface { public
www.eeworm.com/read/411488/2187708

cpp bvector_test.cpp

#include #include "cppunit/cppunit_proxy.h" #if defined(_STLP_USE_NAMESPACES) using namespace std; #endif // // TestCase class // class BvectorTest : public CPPUNIT_NS::TestCase { CPPUNI