代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/351777/3099042
c denyusers.c
/*
* denyusers.c
* (C) 2000 Antonino Iannella, Stellar-X Pty Ltd
* Released under GPL, see COPYING-2.0 for details.
*
* These routines are to block users attempting to use the proxy which
* ha
www.eeworm.com/read/265319/4283285
java imsproxyimpl.java
// IMSProxyImpl.java
// IMSProxyImpl is a proxy for the IM Jini service.
package com.deitel.advjhtp1.jini.IM.service;
// Java core packages
import java.io.Serializable;
// Java extension pack
www.eeworm.com/read/265319/4283921
java imsproxyimpl.java
// IMSProxyImpl.java
// IMSProxyImpl is a proxy for the IM Jini service.
package com.deitel.advjhtp1.jini.IM.service;
// Java core packages
import java.io.Serializable;
// Java extension pack
www.eeworm.com/read/253191/4399574
java bookpriceproxy.java
// BookPriceProxy.java
// BookPriceProxy is a service proxy for each book store抯
// Book Price Web service.
package jws1casestudy.pricefinder;
// Java core packages
import java.net.URL;
//
www.eeworm.com/read/102568/6784443
txt readme.txt
OPC Proxy/Stub DLLs
All systems using OPC Client or Server software should have the
opccomn_ps DLL installed. Additional DLLs will be needed to use specific
OPC products for Data Access, Alarm
www.eeworm.com/read/269676/11084325
c simplednsresolver_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Sat Dec 29 08:57:19 2007
*/
/* Compiler settings for G:\需要的东西\DNS解析\S
www.eeworm.com/read/108895/15570819
ini options.ini
[Main]
Automate=1
Bots=99
Timeout=20
Hour=0
Minute=30
Second=0
[Options]
UseProxy=0
Proxy=
ProxyAuth=0
ProxyUsername=
ProxyPassword=
RetryTimeout=0
WriteFile=1
DeleteFile=1
Dupes=1
www.eeworm.com/read/100773/15864494
py listener.py
from proxy4_base import *
class Listener(asyncore.dispatcher):
def __init__(self, port, Handler):
asyncore.dispatcher.__init__(self)
self.addr = (('', 'localhost')[ProxyConfig.loc