代码搜索:proxy

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

代码结果 9,859
www.eeworm.com/read/456290/7352585

dpr myhttpproxy005.dpr

program MyHttpProxy005; uses Forms, MainUnit005 in 'MainUnit005.pas' {Form1}, Proxy005 in 'Proxy005.pas'; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1
www.eeworm.com/read/452893/7430203

php submitproxy_en.php

Submit Your Site On Our List If you have or bulit any WEB Proxy site, PHP Proxy site, CGI Proxy site, you can email it to me, Email: Please add "proxy
www.eeworm.com/read/441132/7675359

sh stderr-data.sh

# $OpenBSD: stderr-data.sh,v 1.2 2002/03/27 22:39:52 markus Exp $ # Placed in the Public Domain. tid="stderr data transfer" DATA=/bin/ls COPY=${OBJ}/copy rm -f ${COPY} for n in '' -n; do for p in 1
www.eeworm.com/read/441132/7675362

sh transfer.sh

# $OpenBSD: transfer.sh,v 1.1 2002/03/27 00:03:37 markus Exp $ # Placed in the Public Domain. tid="transfer data" DATA=/bin/ls COPY=${OBJ}/copy for p in 1 2; do verbose "$tid: proto $p" rm -f ${C
www.eeworm.com/read/441132/7675379

sh test-exec.sh

# $OpenBSD: test-exec.sh,v 1.14 2002/04/15 15:19:48 markus Exp $ # Placed in the Public Domain. PORT=4242 USER=`id -un` SUDO= #SUDO=sudo OBJ=$1 if [ "x$OBJ" = "x" ]; then echo '$OBJ not defined' e
www.eeworm.com/read/332820/12725206

+

作者:hkhk 日期:2000-12-31 11:18:59 为SQL Server在WinSock上定义协议的步骤如下: 1. 在”启动”菜单上,指向”程序/Microsoft Proxy Server”,然后点击”Microsoft Management Console”。 2. 展开”Internet Information Service”,再展开运行Proxy Server的服务
www.eeworm.com/read/332820/12725892

+

作者:hkhk email: huake@usa.net 日期:2001-7-10 14:19:08 Local Port = 21 Remote Port = Any FTP Server OUT (Filter 2 of 2) Protocol = TCP Direction = BOTH Local Port = 20 Remote Port = Any 设置Wi
www.eeworm.com/read/332820/12725899

+

作者:hkhk email: huake@usa.net 日期:2001-7-10 14:18:01 设置Proxy Server和SQL Server实现互联网上数据库的安全复制 高科华 译 摘要:本文讨论如何设置Proxy Server和SQL Server,以实现互联网上数据库的安全复制。 引言 数据库复制是企业内共享数据和存储过程的重要的
www.eeworm.com/read/331784/12808583

txt accessdiver中文使用指南.txt

AccessDiver中文使用指南 不知道那位朋友翻译写出来,收藏了N久,今天给大家转出来吧不错AccessDiver中文使用指南 AccessDiver中文使用指南v1.0 By LordOne 一,前言 关于AD以及暴力破解ABC 什么是AD? AD是AccessDiver的简称,就象MicroSoft被称为 MS一样。AccessDiver是一个安全测试软件,官 方网
www.eeworm.com/read/243434/12941028

makefile

CC=gcc CFLAGS=-g -O -Wall -I.. -D_REENTRANT LIBPTHREAD=../libpthread.a PROGS=ex1 ex2 ex3 ex4 ex5 proxy all: $(PROGS) .c: $(CC) $(CFLAGS) -o $* $*.c $(LIBPTHREAD) $(PROGS): clean: rm -f $(PROGS