代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/114188/15069631
htm 00000217.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: chenhao (打倒微软), 信区: Linux
www.eeworm.com/read/114188/15069778
htm 00000099.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: linuxer (linuxer), 信区: Linux
标 题: 如果你想把你的
www.eeworm.com/read/114188/15070731
htm 00000040.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: raner (就要离开清华了...), 信区: Linux
标 题: FreeBSD下如何配p
www.eeworm.com/read/114188/15071648
htm 00000011.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: jemchen@ms14.hinet.net (Jem Chen),
www.eeworm.com/read/114188/15071768
htm 00000008.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: raner (就要离开清华了...), 信区: Linux
标 题: 通过ftp.gb.com
www.eeworm.com/read/114188/15072657
htm 00000005.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: lenx (冷·枫), 信区: Linux
标 题: [技术] socks5&nbs
www.eeworm.com/read/114188/15073182
htm 00000008.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: raner (就要离开清华了...), 信区: Linux
标 题: 通过ftp.gb.com
www.eeworm.com/read/114100/15079562
html 7908.html
建议使用 Microsoft Proxy Server
建议使用 Microsoft Proxy Server
www.eeworm.com/read/114100/15112754
txt 在internet transfer control中,如何设置代理服务器.txt
需要修改INet的AccessType属性和Proxy 属性。如果设置AccessType属性为icUseDefault,控件使用在注册表中找到的缺省设置值来访问 Internet 网。;如果设置为icNamedProxy 2 命名代理,指示控件使用 Proxy 属性中指定的代理服务器。 如:
Inet1.Proxy = "ftp=CorpFTP:123 HTTP=CorpHTTP:1
www.eeworm.com/read/213563/15130319
java client.java
package ch10.section03;
public class Client {
public static void main(String args[]) {
Subject subject = new Proxy();
subject.request(); //客户端没有看出来,实际上客户端发出的请求,是Proxy在处理
//正常的没有采用代理的话