代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/302878/3821973
pm view.pm
#============================================================= -*-perl-*-
#
# BackupPC::CGI::View package
#
# DESCRIPTION
#
# This module implements the View action for the CGI interface.
#
# AUTHOR
www.eeworm.com/read/302878/3821977
pm browse.pm
#============================================================= -*-perl-*-
#
# BackupPC::CGI::Browse package
#
# DESCRIPTION
#
# This module implements the Browse action for the CGI interface.
#
# AU
www.eeworm.com/read/302878/3821980
pm rss.pm
#=============================================================
#
# BackupPC::CGI::RSS package
#
# DESCRIPTION
#
# This module implements an RSS page for the CGI interface.
#
# AUTHOR
# Rich Duzenb
www.eeworm.com/read/302878/3821984
pm queue.pm
#============================================================= -*-perl-*-
#
# BackupPC::CGI::Queue package
#
# DESCRIPTION
#
# This module implements the Queue action for the CGI interface.
#
# AUTH
www.eeworm.com/read/222917/4815232
m4 config9.m4
dnl
dnl $Id: config9.m4,v 1.1.2.13 2004/12/30 07:02:18 sniper Exp $
dnl
AC_ARG_ENABLE(cgi,
[ --disable-cgi Disable building CGI version of PHP],
[
PHP_SAPI_CGI=$enableval
],[
PHP_SAPI_
www.eeworm.com/read/460691/1558392
pm switch.pm
package CGI::Switch;
use Carp;
use strict;
use vars qw($VERSION @Pref);
$VERSION = '0.06';
@Pref = qw(CGI::Apache CGI); #default
sub import {
my($self,@arg) = @_;
@Pref = @arg if @ar
www.eeworm.com/read/458008/1590341
fcgi dispatch.fcgi
#!/Users/dave/ruby1.8/bin/ruby
require File.dirname(__FILE__) + "/../config/environment"
require 'dispatcher'
require 'fcgi'
FCGI.each_cgi { |cgi| Dispatcher.dispatch(cgi) }
www.eeworm.com/read/192685/8365702
txt 怎么在程序里向服务器的cgi提交数据.txt
下 面 的 文 章 来 自 新 闻 组 , 作 者 不 详 。 其 原 理 是 利 用 VB设 计 一 个 Active Dll, 然 后 在 ASP中 调 用 。 这 个 例 子 是 采 用 GET方 式 提 交 数 据 , 你 可 以 修 改 VB程 序 使 其 支 持 POST方 式 。 如 果 你 仅 仅 是 编 写 一 个 客 户 端 的 程 序 。 只 需 要 参 考 Active D
www.eeworm.com/read/377944/9256725
txt jsp例程 - 获取各种cgi环境变量(1.1版本).txt
作者:何志强
email: hhzqq@21cn.com
日期:2000-9-19 12:07:52