代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/382516/9023298
cgi nph-test.cgi
#!/usr/bin/perl
# Remember that CGI programs have to close out the HTTP header
# (with a pair of newlines), after giving the Content-type:
# and any other relevant or available header information.
#
www.eeworm.com/read/382516/9023348
c cgi_header.c
/*
* Boa, an http server
* cgi_header.c - cgi header parsing and control
* Copyright (C) 1997-99 Jon Nelson
*
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/283196/9036526
sh cgi2.sh
#!/bin/sh
# cgi1.sh
# A simple script for showing environment variable information passed to a CGI program.
# We start the output to the browser with the two lines that we were given above.
echo Con
www.eeworm.com/read/283196/9036548
sh cgi1.sh
#!/bin/sh
# cgi1.sh
# A simple script for showing environment variable information passed to a CGI program.
# We start the output to the browser with the two lines that we were given above.
echo Con
www.eeworm.com/read/184527/9096575
cgi msg_delete.cgi
$pagetitle="删除短消息";
&error("没有选择要删除的短消息!") if (!$fields{'msg'});
sub msg_delete {
@deldata =split(/§/,$fields{'msg'});
foreach (@deldata) {
do "$cgihead/writeumsg.cgi";&dmsg("$_");
}
&redir
www.eeworm.com/read/184527/9096587
cgi msg_send.cgi
$pagetitle="发送短消息";
sub msg_send {
print qq~
ie = (document.all)? true:false
if (ie){
function ctlent(eventobject){if(event.ctrlKey && window.event.keyCode==13){this.document.FORM.submi