代码搜索:cgi

找到约 10,000 项符合「cgi」的源代码

代码结果 10,000
www.eeworm.com/read/132966/14064676

cgi faces.cgi

#!/usr/bin/perl ################ 纯洁留言板(chaste) ##################### # 版权所有: 知秋一叶 (soyos) # E-mail : soyos@sina.com # OICQ  : 1831747 # 主页 : http://www.chastelove.co
www.eeworm.com/read/132667/14079441

cgi fortune.cgi

#!/usr/bin/python FORTUNE_MAX_TRIES = 10 SMS_MAX = 160 import os, string, sys def fortune(): for i in range(FORTUNE_MAX_TRIES): f = os.popen("/usr/games/fortune", "r") data = f.read() f.clos
www.eeworm.com/read/132667/14079462

cgi smstomail.cgi

#!/usr/bin/python MAIL_SENDER = "liw" MAIL_RECEIVER = "liw" import cgi, os, string class Vars: def __init__(self): self._dict = cgi.FieldStorage() def __getitem__(self, key): ret
www.eeworm.com/read/132667/14079464

cgi ping.cgi

#!/usr/bin/python """PING cgi. Gets the name or IP number of a host as CGI argument. Returns as plain text the output of the ping command for that host. Lars Wirzenius """ import o
www.eeworm.com/read/203878/15349975

rar cgi.rar

www.eeworm.com/read/203327/15361849

html cgi.html

samples/tcpip/http/pages/cgi.html
www.eeworm.com/read/203327/15361863

c cgi.c

/******************************************************************************* Samples\TCPIP\HTTP\cgi.c Z-World, 2000 A simple web-counter implemented in CGI functions.
www.eeworm.com/read/113909/15444344

cgi showfuture.cgi

www.eeworm.com/read/113909/15444345

cgi random.cgi

www.eeworm.com/read/113909/15444346

cgi inchat.cgi