代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/306677/3735153
cpp polymorph.cpp
/* This is both a client and CGI-based server to demonstrate
object exchange (derived types + overriding)
Install as CGI
From the command line:
polytest.cgi o
polytest.cgi s
polytest
www.eeworm.com/read/316239/3612483
c destroy.c
#include
#include
#include
#include
int main(void)
{
cgi_init();
cgi_session_start();
cgi_process_form();
// Is to destroy the session?
if (cgi_param("c
www.eeworm.com/read/406091/2280552
fcgi 404.fcgi
#!/usr/bin/perl
#use CGI qw/:standard/;
use CGI::Fast qw(:standard);
my $cgi = new CGI;
while (new CGI::Fast) {
my $request_uri = $ENV{'REQUEST_URI'};
print (STDERR "REQUEST_URI: $request_uri\
www.eeworm.com/read/284485/8926091
bak http_demo.uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (MCB2300), 0x0004 // Tools: 'ARM-ADS'
Target (MCB2300 Debug), 0x0004 // Tools: 'ARM-ADS'
Target (MCB2300 RTX), 0x0004 // Tools:
www.eeworm.com/read/284485/8926121
bak http_demo_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (MCB2300), 0x0004 // Tools: 'ARM-ADS'
Target (MCB2300 Debug), 0x0004 // Tools: 'ARM-ADS'
Target (MCB2300 RTX), 0x0004 // Tools:
www.eeworm.com/read/383643/8930246
c fs.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP server read-only file system code.
* \author Adam Dunkels
*
* A simple read-only filesystem.
*/
/*
* C
www.eeworm.com/read/104775/7071667
dsw shorthand.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/137311/5825951
c log.c
/*
* Boa, an http server
* Copyright (C) 1995 Paul Phillips
* Some changes Copyright (C) 1996 Larry Doolittle
* Some changes Copyright (C) 1999 Jon Nelson
www.eeworm.com/read/130264/14199760
mm
bison -y -d boa_grammar.y
/LinuxPPC/CDK/bin/powerpc-linux-gcc -DHHTECH_PPC -g -O2 -Wall -I/LinuxPPC/CDK/include -c -o y.tab.o y.tab.c
flex boa_lexer.l
/LinuxPPC/CDK/bin/powerpc-linux-gcc -DHHTECH_
www.eeworm.com/read/130264/14199772
c log.c
/*
* Boa, an http server
* Copyright (C) 1995 Paul Phillips
* Some changes Copyright (C) 1996 Larry Doolittle
* Some changes Copyright (C) 1999 Jon Nelson