代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/238749/13326920
opt proxy.opt
www.eeworm.com/read/238749/13326922
h proxy.h
//Proxy.h
#ifndef _PROXY_H_
#define _PROXY_H_
class Subject
{
public:
virtual ~Subject();
virtual void Request() = 0;
protected:
Subject();
private:
};
class ConcreteSubject:pu
www.eeworm.com/read/238749/13326924
plg proxy.plg
Build Log
--------------------Configuration: Proxy - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~
www.eeworm.com/read/238749/13326926
cpp proxy.cpp
//Proxy.cpp
#include "Proxy.h"
#include
using namespace std;
Subject::Subject()
{
}
Subject::~Subject()
{
}
ConcreteSubject::ConcreteSubject()
{
}
ConcreteSubject::~Con
www.eeworm.com/read/238749/13326927
ncb proxy.ncb
www.eeworm.com/read/238749/13326929
dsw proxy.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/238749/13326930
dsp proxy.dsp
# Microsoft Developer Studio Project File - Name="Proxy" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/323022/13358280
txt proxy.txt
85.90.98.178:8080
200.150.131.12:6588
211.239.84.202:80
199.239.136.245:80
202.105.182.17:80
128.223.8.112:3128
193.167.182.132:3128
192.100.124.220:8080
199.239.136.200:80
202.105.182.13:8
www.eeworm.com/read/322232/13384541
java proxy.java
package activeobject;
class Proxy implements ActiveObject {
private final SchedulerThread scheduler;
private final Servant servant;
public Proxy(SchedulerThread scheduler, Servant se
www.eeworm.com/read/322232/13384558
java proxy.java
package activeobject;
class Proxy implements ActiveObject {
private final SchedulerThread scheduler;
private final Servant servant;
public Proxy(SchedulerThread scheduler, Servant se