代码搜索:cgi

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

代码结果 10,000
www.eeworm.com/read/481405/1296858

h warcgibase.h

/** Base class for CGI-like processing in C++. The derived classes are linked in map where the name is the document-part of the URL. */ #ifndef WAR_CGI_BASE_H #define WAR_CGI_BASE_H /* SYSTEM INC
www.eeworm.com/read/375427/2724571

c cookie2.c

/* cookie2.c - source code for cookie2.cgi Author: M. L. Liu. This CGI script, invoked by the web page generated by cookie.cgi, receives the state data placed in cookies created by co
www.eeworm.com/read/358128/3001368

pm switch.pm

use CGI; $VERSION = '1.00'; 1; __END__ =head1 NAME CGI::Switch - Backward compatibility module for defunct CGI::Switch =head1 SYNOPSIS Do not use this module. It is deprecated. =head1 ABSTRAC
www.eeworm.com/read/436866/1843304

entries

/sample01.cgi/1.1/Sun Apr 2 12:11:33 2006// /sample02.cgi/1.1/Sun Apr 2 12:11:34 2006// /sample03.cgi/1.1/Sun Apr 2 12:11:34 2006// /sample04.cgi/1.1/Sun Apr 2 12:11:34 2006// /sampleposteddat
www.eeworm.com/read/259371/4343775

txt 程嶏清单15-5.txt

程序清单15-5:integrate.pl #!/usr/local/bin/perl use CGI; $query = new CGI; print $query->header; print $query->start_html("Example CGI.pm Form"); print " Example CGI.pm Form\n"; &print_p
www.eeworm.com/read/243667/12928125

htm ch05_02.htm

Handling Input with CGI.pm (CGI Programming with Perl)
www.eeworm.com/read/341356/3252790

readme downopennms.readme

downOpenNMS README Quick CGI-BIN script to display which OpenNMS nodes, interfaces, and services are down. Place in your CGI-BIN directory, e.g. in /var/www/cgi-bin, and make executable. Wrolf Cour
www.eeworm.com/read/420392/2068956

txt mail.txt

#!/usr/bin/perl -w use CGI qw(:standard); use Mail::POP3Client; use CGI; $q = new CGI; @todelete=$q->param('todel'); ($extra,$iduser)=split('=',$ENV{'HTTP_COOKIE'}); if(length($iduser)==0) {
www.eeworm.com/read/420541/10791287

c tcawmgr.c

/************************************************************************************************* * The CGI utility of the abstract database API *
www.eeworm.com/read/463948/7171827

c tcawmgr.c

/************************************************************************************************* * The CGI utility of the abstract database API *