代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/184988/5242971
java httpprocessobject.java
// HTTPProcessObject.java
package com.wrox.httpserver;
import java.io.*;
/**
* Encapsulates a CGI process.
*/
class HTTPProcessObject extends HTTPObject implements Runnable {
private
www.eeworm.com/read/180137/5291194
in configure.in
AC_INIT(qdbm-cgi, 0.0.1)
AC_PROG_CC
if test "$GCC" != "yes"
then
printf '#================================================================\n' 1>&2
printf '# WARNING: GCC is required to build this
www.eeworm.com/read/346855/3180159
txt abstract.txt
This is a HTTP Server example. It shows you how to use the
Web Server CGI interface as well.
This example will configure the LAN network parameters for
the evaluation board automatically if a DH
www.eeworm.com/read/338362/3318461
jbx bean.jbx
[PropertyInfo]
DOMListener,DOMListener,false,false,DOMListener,The next Xbean in the channel.,true,
remoteURL,String,false,false,remoteURL,The URL of the cgi script to invoke the receiver,t
www.eeworm.com/read/305065/3780647
develo~1
DEVELOPER - Nmail
Development info:
--------------------
For those who want to know the source. Some quick pointers:
- There are 2 binaries
/home/httpd/cgi-bin/nmail
This is the big cah
www.eeworm.com/read/290264/3982947
txt abstract.txt
This is a HTTP Server example. It shows you how to use the
Web Server CGI interface as well.
This example will configure the LAN network parameters for
the evaluation board automatically if a DH
www.eeworm.com/read/429935/1943666
risorse
#!/bin/sh
####################################################
# /usr/www/cgi-bin/risorse (1st relase: 06/10/2005) #
# shows free memory, load and processes #
# Copyright 2005 Francesc
www.eeworm.com/read/429935/1943672
aggiorna
#!/bin/sh
####################################################
# /usr/www/cgi-bin/aggiorna (1st relase: 29/05/2005) #
# syncronize the modem's IP and a DNS #
# Copyright 2005 Francesc
www.eeworm.com/read/389332/2541149
js ping.js
// holds an instance of XMLHttpRequest
var xmlHttp = createXmlHttpRequestObject();
// holds the remote server address and parameters
var serverAddress = "http://www.random.org/cgi-bin/randnum";
va
www.eeworm.com/read/356739/3037284
htaccess .htaccess
# This file provides security to the server limiting acces to the localhost only
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
# To allow execution of cgi scripts in these directory unco