代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/334325/12612175
h rtp.h
/* Imported from the dvbstream project
*
* Modified for use with MPlayer, for details see the CVS changelog at
* http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
* $Id: rtp.h,v 1.4 2005/04/16 12:5
www.eeworm.com/read/334325/12612713
c dct36.c
/*
* Modified for use with MPlayer, for details see the CVS changelog at
* http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
* $Id: dct36.c,v 1.3 2005/04/15 22:21:34 diego Exp $
*/
/*
// This is
www.eeworm.com/read/424162/10486231
dep http_demo_lm3s6965.dep
Dependencies for Project 'Http_demo', Target 'LM3S6965': (DO NOT MODIFY !)
F (.\Web\index.htm)(0x478F215E)()
F (.\Web\network.cgi)(0x46E63B1C)()
F (.\Web\lcd.cgi)(0x46E63B1C)()
F (.\Web\leds.cgi)(
www.eeworm.com/read/131507/14142983
txt 计数器的例子..txt
这里有个JAVA和CGI程序结合的访问计数器的例子.
其实单纯做访问计数器,只有CGI就够了.
但希望统计用户访问该主页的时间时,只用CGI好象就不行了. (本例没有这个功能. :PPP)
count.pl
--------------------------------------------------------------
#!/usr/local/bin/per
www.eeworm.com/read/279234/10453689
pl fig07_09.pl
#!/usr/bin/perl
# Fig 7.9: fig07_09.pl
# Demonstrates use of CGI.pm with HTML form.
use warnings;
use strict;
use CGI qw( :standard );
my $word = param( "word" );
print header(), start_ht
www.eeworm.com/read/446006/7586909
py listing25-2.py
#!/usr/bin/env python
print 'Content-type: text/html\n'
from os.path import join, abspath
import cgi, sys
BASE_DIR = abspath('data')
form = cgi.FieldStorage()
filename = form.getvalue('filename')