代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/180137/5289467
in brokeradmin.in
#!@PERL@
#
#############################################################################
#
# brokerAdmin.cgi
#
# Usage: Called as a CGI process
# Author: Simon Wilkinson (sxw@tardis.ed.ac.uk)
#
###
www.eeworm.com/read/430360/1931899
txt wincgi.txt
Omnicron - Omnicron Technologies Corporation (Documentation)
Windows CGI
Overview
The Windows CGI interface is a direct interface designed solely for pure
Windows ba
www.eeworm.com/read/301472/3839726
lib svote.lib
#!/usr/bin/perl
#
### 修改下面的变量,你必清楚那是什么!###########
$FILE{'poll'} = "spoll"; #对应存放会员调查数据文件夹
$FILE{'ursid'} = "id"; #对应存放注册资料文件夹
$CGI{'cjyh'} = "scjyh.cgi"; #对应CGI名
$CGI{'cookie'} = "scookie
www.eeworm.com/read/301472/3839733
lib svote8.lib
#!/usr/bin/perl
#
### 修改下面的变量,你必清楚那是什么!###########
$FILE{'poll'} = "spoll"; #对应存放会员调查数据文件夹
$FILE{'ursid'} = "id"; #对应存放注册资料文件夹
$CGI{'cjyh'} = "scjyh.cgi"; #对应CGI名
$CGI{'cookie'} = "scookie
www.eeworm.com/read/283355/4080006
patch glibc-2.3.2-powerpc-as.patch
Retrieved from
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/powerpc/powerpc32/Makefile.diff?r1=1.4&r2=1.5&cvsroot=glibc
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/power
www.eeworm.com/read/136989/5828340
cpp http_response.cpp
// HTTP_Response.cpp,v 1.36 2003/11/01 11:15:22 dhinton Exp
#include "ace/Process.h"
#include "ace/Mem_Map.h"
#include "ace/Log_Msg.h"
#include "ace/OS_NS_stdio.h"
#include "HTTP_Response.h"
www.eeworm.com/read/100926/6264459
cpp http_response.cpp
// HTTP_Response.cpp,v 1.35 2001/08/24 23:53:56 schmidt Exp
#include "ace/Process.h"
#include "ace/Mem_Map.h"
#include "ace/Log_Msg.h"
#include "HTTP_Response.h"
#include "HTTP_Request.h"
#i
www.eeworm.com/read/279234/10453234
pl fig19_05.pl
#!perl -T
# Figure 19.5: fig19_05.pl
# Using taint mode.
use warnings;
use strict;
use CGI qw( :standard );
print( header(), start_html( "Prevent improper input" ) );
my $cgi = new CGI();
www.eeworm.com/read/243667/12927834
htm ch05_03.htm
Generating Output with CGI.pm (CGI Programming with Perl)