代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/383643/8930381
c cgi.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP server script language C functions file.
* \author Adam Dunkels
*
* This file contains functions that are calle
www.eeworm.com/read/382761/9001875
cpp cgi.cpp
#include
#include
#include
#include
int htoi(char *);
void main()
{
int i,n;
char c;
printf ("Contenttype: text/plain\n\n");
n=0;
if (getenv("
www.eeworm.com/read/382516/9023420
c cgi.c
/*
* Boa, an http server
* Copyright (C) 1995 Paul Phillips
* Some changes Copyright (C) 1996,97 Larry Doolittle
* Some changes Copyright (C) 1996 Charles
www.eeworm.com/read/382512/9023580
h cgi.h
/*
* public header for cgi.c
*
* Copyright (C) '97,'98 Rasca, Berlin
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Publ
www.eeworm.com/read/382512/9023622
c cgi.c
/*
* CGI C-library, v1.1.1
*
* Copyright (C) '97,'98,'.. Rasca, Berlin
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Pu
www.eeworm.com/read/184527/9096578
cgi system.cgi
www.eeworm.com/read/184527/9096582
cgi setup.cgi
#首页文件链接名称,如果服务器支持index.<mark>cgi</mark>的默认文档,可将其设置为“/”即“$indexurl= "/";”使别人感觉不到这个系统是用<mark>CGI</mark>程序
$indexurl = "index.<mark>cgi</mark>";
#为了你设置方便,下面的地址都使用了相对路径,一般服务器都能支持,如果你的服务器不能支持则要将.设置成绝对路径如“$mainhead="C:/Inetpub/wwwroot/";”以下一 ...
www.eeworm.com/read/184527/9096584
cgi pupil.cgi
$pagetitle="学生档案管理";
&error("您没有执行此操作的权限!") if ($ulevel ne "master");
sub pupil {
$setedit=0;
$page=int($fields{'page'});
$pageurl="$indexurl?job=pupil$userinfo";
do "$cgihead/class.cgi";
$sele
www.eeworm.com/read/184527/9096586
cgi search.cgi
$pagetitle="数据搜索";
$pagetitle="数据搜索[$fields{'keyword'}]" if ($fields{'keyword'});
sub search {
if (!$fields{'keyword'}) {
print "请输入一个关键字进行搜索!?";
} elsif ($fields{'keywo