<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>CGI</title>
<link>/html/edu/cgi/index.html</link>
<description>编程开发 / CGI</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.souzz.net' target='_blank'&gt;搜站长&lt;/a&gt;</generator>
<webmaster>lyjrich@sina.com</webmaster>
<item>
    <title>草根的进化 PHP语言发展简史</title>
    <link>/html/edu/cgi/22088.html</link>
    <description>PHP 继承自一个老的工程，名叫 PHP/FI。PHP/FI 在 1995 年由 Rasmus Lerdorf 创建，最初只是一套简单的 Perl 脚本，用来跟踪访问他主页的人们的信息。它给这一套脚本取名为“Personal Home Page Tools”。随着更多功能需求的增加，Rasmus 写了一个更大的 C 语言的实现</description>
    <pubDate>2006-12-11</pubDate>
    <category>CGI</category>
    <author>秩名</author>
    <comments>phpchina</comments>
</item>
<item>
    <title>受限制环境安装Perl模块方法</title>
    <link>/html/edu/cgi/11397.html</link>
    <description>简介： 这篇文章具体讲述了，关于如何在受限制的系统环境中，安装跨平台与依赖平台的模块。这样即使你的服务器不支持DBD::mysql，你也可以在网站中连接MySQL了，当然必备的一个条件必须是可以通过FTP来上传文件。nbsp; 如果你的主机服务商只提供FTP权限给你，而恰巧你</description>
    <pubDate>2006-03-20</pubDate>
    <category>CGI</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>mod_perl编程的简单应用实例介绍</title>
    <link>/html/edu/cgi/11396.html</link>
    <description>介绍性指南 mod_perl 是个庞大而复杂的工具，它内建了许多模块帮助你方便地构建动态网站。这篇指南的目的是帮助你构建一个良好的 mod_perl 模块，并从中理解 mod_perl 的实现技术。我并不推荐使用这里介绍的技术来建立一个大型站点，尤其对于一个刚刚涉足 mod_perl 的</description>
    <pubDate>2006-03-20</pubDate>
    <category>CGI</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>perl常问问题集--第2篇</title>
    <link>/html/edu/cgi/11395.html</link>
    <description>哪些平台上有 Perl？要到哪里去找？ Perl的标准发行版（由 perl发展小组负责维护）仅以原始码形式发行。您可在 http: //www.perl.com/CPAN/src/latest.tar.gz处取得。这个档案的格式是 POSIX tar档案柜，再以 gzip格式压缩。这套原始码完全不需任何移植工作便可轻易地</description>
    <pubDate>2006-03-20</pubDate>
    <category>CGI</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>perl常问问题集--第1篇</title>
    <link>/html/edu/cgi/11394.html</link>
    <description>Perl是什么？ Perl是一个高阶程式语言，由 Larry Wall和其他许多人所写，融合了许多语言的特性。它主要是由无所不在的 C语言，其次由 sed、awk，UNIX shell 和至少十数种其他的工具和语言所演化而来。Perl对 process、档案，和文字有很强的处理、变换能力，因此举凡有</description>
    <pubDate>2006-03-20</pubDate>
    <category>CGI</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>cgi程序的绝对路径和相对路径</title>
    <link>/html/edu/cgi/9734.html</link>
    <description>很多的cgi程序的绝对路径和相对路径都可以可采用&quot;相对的形式&quot;来书写: 本地路径: 如: $cgidir=&quot;/home1/jons/public_html/cgi-bin/&quot;; 可写成: $cgidir=&quot;../cgi-bin/&quot;; 当要读写某个位于pubilc_html/chat/chat.txt文件时该文件的路径可写成: $txtdir=&quot;../chat/chat.txt&quot;;</description>
    <pubDate>2006-01-31</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>CGI教程(2)怎样从服务器获得信息</title>
    <link>/html/edu/cgi/2452.html</link>
    <description>怎样从服务器获得信息 每次客户端需要URL来对应CGI程序，服务器将实时执行它。程序将直接输出到客户端。关于CGI的公用的误解是你可以发送命令行选项和参数给你的程序，比如： command% myprog -qa blorf CGI为其它目的使用命令行，这样是不可能。相反，CGI使用环境变量</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>太平洋电脑网</comments>
</item>
<item>
    <title>CGI教程(3)怎样发回文档给客户端</title>
    <link>/html/edu/cgi/2453.html</link>
    <description>怎样发回文档给客户端 对于CGI的初学者，一个公共的错误是没有正确格式化输出，这样服务器不能解释它。 CGI程序可以返回各种文件类型。它们可以返回给客户端一张图片、HTML文档、明文文档或者可能是一个音频夹。它们同样可能返回其它文档给引用。客户端必须知道哪种类</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>太平洋电脑网</comments>
</item>
<item>
    <title>CGI教程(4)HTML 表单</title>
    <link>/html/edu/cgi/2454.html</link>
    <description>HTML 表单 FORM（表单）标签 表单的标签在HTML文档中指定了一个表单。在一个文档中可以有多个表单，但是一点必须注意表单不能嵌套。 FORM ACTION=&quot;url&quot; ... /FORM 具体属性如下： ACTION是将要提交的表单中查询服务器的URL，如果这个属性是空的，那么当前的文档URL将被</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>太平洋电脑网</comments>
</item>
<item>
    <title>CGI教程(5)利用CGI解码FORM</title>
    <link>/html/edu/cgi/2455.html</link>
    <description>利用CGI解码FORM 上节教程我们讲述了表单以及如何编写，从中可以看出这节的内容很简单。但是本节要利用CGI来对它们进行解码就不那么容易啦！ 哪里我们可以获得表单数据 你现在已经知道了有两种方法可以用来访问表单：GET和POST。根据你采用哪种方法，你用不同的方法接</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>太平洋电脑网</comments>
</item>
<item>
    <title>CGI教学:第一章 cgilib例</title>
    <link>/html/edu/cgi/2456.html</link>
    <description>一个简单的读取并处理表格请求数据的cgilib.pl例子： #!/usr/bin/perl sub readGetData{ # 指定局部变量queryString用以保存和传递函数的参数 local(*queryString) = @_ if @_; # 读取环境变量QUERY_STRING的值赋给变量$queryString $queryString = $ENV{&quot;QUERY_STRING</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>太平洋电脑网</comments>
</item>
<item>
    <title>CGI教学:第二章 动态创建图像</title>
    <link>/html/edu/cgi/2457.html</link>
    <description>“动态文档”不仅指文本，CGI程序可以创建图象、声音等各种媒体。你只须输出相应的MIME头、一行空行及原始数据即可。 下例的image.cgi将装载一个GIF图像文件并送到浏览器显示： #!/usr/bin/perl $file = '/usr/local/etc/httpd/htdocs/images/picture.gif'; print &quot;Con</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>太平洋电脑网</comments>
</item>
<item>
    <title>CGI教学:第三章 计数器的编写方法</title>
    <link>/html/edu/cgi/2458.html</link>
    <description>一、记录(log)文件 1、grep 2、page-stats 3、wusage 二、创建自己的计数器 1、使用DBM文件 2、文本文件 3、文件锁定 4、输出计数结果 5、www Homepage Access Counter 6、使用GD图形库 计数器(Access Counter)可以记录网页被访问的次数，在万维网上的使用十分普遍，其</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>太平洋电脑网</comments>
</item>
<item>
    <title>CGI教学:第四章 设置Web Server以运行CGI</title>
    <link>/html/edu/cgi/2459.html</link>
    <description>一、NCSA Server 二、CERN httpd 三、Netscape Server 四、IIS 一、设置NCSA Server或Apache Server以使用CGI NCSA Server的CGI1.1只允许用下列两种方式激活用户服务器上的脚本：ScriptAlias指令和AddType指令。这两条指令都放在srm.conf文件中，该文件一般在用户的服</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>太平洋电脑网</comments>
</item>
<item>
    <title>CGI教学:CGI安全问题</title>
    <link>/html/edu/cgi/2460.html</link>
    <description>在计算机领域——尤其在Internet上——尽管大部分Web服务器所编的程序都尽可能保护自己的内容不受侵害，但只要CGI脚本中有一点安全方面的失误--口令文件、私有数据、以及任何东西，就能使入侵者能访问计算机。遵循一些简单的规则并保持警惕能使自己的CGI脚本免受侵害，</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>太平洋电脑网</comments>
</item>
<item>
    <title>CGI教学:CGI常用环境变量</title>
    <link>/html/edu/cgi/2461.html</link>
    <description>环境变量 说明 QUERY_STRING 传递给程式的 query 资讯 REMOTE_HOST 使用者发出 request 的远端 host 名称 REMOTE_ADDR 使用者发出 request 的远端 IP 位址 AUTH_TYPE 用来确定使用者合法性的监定方法 REMOTE_USER 使用者的合法名称 REMOTE_IDENT 发出 request 的使用者</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>太平洋电脑网</comments>
</item>
<item>
    <title>CGI教程(1)简介</title>
    <link>/html/edu/cgi/2451.html</link>
    <description>CGI简介 下面继续介绍CGI。 CGI是一个连接外部应用程序到信息服务器（比如HTTP或者网络服务器）的标准。一个简单的HTML文档是无交互后台程序，它是静态的，也就是说它处于一个不可变的状态，即文本文件不可以变化。相反地，CGI程序是可以实时执行地，它可以输出动态的</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>太平洋电脑网</comments>
</item>
<item>
    <title>关于CGI读写COOKIE的编程</title>
    <link>/html/edu/cgi/2450.html</link>
    <description>COOKIE的用途相信大家都知道了，有时我们的CGI需要记录读取某个来访者的信息，例如该来访者使用该CGI的情况，那就得用到COOIKE技术，下面就讨论一下如何用CGI来记录、读取来访者计算机中的COOKIE。 COOKIE在不同的浏览器上的存储方式是不同的，但这并不存在不兼容的问题</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>zjxyz</author>
    <comments>奥索网</comments>
</item>
<item>
    <title>CGI简明教程</title>
    <link>/html/edu/cgi/2449.html</link>
    <description>cgi简明 教程 目录 第一章：基础的基础 1.1 为什么使用CGI？ 1.2 CGI是什么？ 1.3 选择你熟悉的编程语言 1.4 安全 第二章：一些Html基础 一些Html基础 第三章：传送方式 3.1 get 3.2 post 第四章：基本调试环境的建立 4.1 Windows Win NT的Server 4.2 Perl for win 4.3</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>网易学院</comments>
</item>
<item>
    <title>第一章：基础的基础</title>
    <link>/html/edu/cgi/2439.html</link>
    <description>1.1 为什么使用CGI？ 我没有把什么是CGI放在基础篇的第一段，是因为实在很难说明白到底什么是CGI. 而如果你先知道CGI有什么作用，将会很好的理解CGI是什么这个概念。 CGI可以为我们 提供许多HTML无法做到的功能。比如a.一个记数器； b.顾客信息表格的提交以及统计； c.</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>网易学院</comments>
</item>
<item>
    <title>第二章 Html的表单基础知识</title>
    <link>/html/edu/cgi/2440.html</link>
    <description>CGI 教程 程序</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>第三章 CGI简明教程</title>
    <link>/html/edu/cgi/2441.html</link>
    <description>传送方法： 所谓方法是指调用CGI程序的途径。事实上，要执行程序时，你用一种方法向服务器提 出请求，此请求定义了程序如何接受数据。 下面介绍最常用的两种方法：get和post 1.GET 当使用这种方法时，CGI程序从环境变量QUERY_STRING获取数据。QUERY_STRING被 称为环境变</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>网易学院</comments>
</item>
<item>
    <title>第四章 CGI简明教程</title>
    <link>/html/edu/cgi/2442.html</link>
    <description>CGI  教程  程序</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>网易学院</comments>
</item>
<item>
    <title>第五章 CGI简明教程</title>
    <link>/html/edu/cgi/2443.html</link>
    <description>服务器与CGI程序交换信息的协作方式是通过环境变量实现的。无论什么请求，CGI程序总能在特定位置找到某些信息。无论环境变量怎样定义，总有一些变量有着特定含义。环境变量是一个保存用户信息的内存区。例如，所有的机器都有一个PATH环境变量，当在当前目录找布道文件时</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>网易学院</comments>
</item>
<item>
    <title>第六章 CGI简明教程</title>
    <link>/html/edu/cgi/2444.html</link>
    <description>对于本章的程序——选票程序，我不想多说什么。我只是想在本程序内教给大家如何 使用perl语言或C语言如何处理字符串的实例。让我们先看看代码： 页面文件——pote.html HTML TITLE投票程序/TITLE h1投票程序/h1 FORM METHOD=&quot;post&quot; ACTION=&quot;/cgi-bin/vote.pl&quot; 一。你喜</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>网易学院</comments>
</item>
<item>
    <title>第七章 CGI教程</title>
    <link>/html/edu/cgi/2445.html</link>
    <description>上传文件是建立交互式网站的一个重要手段。一般来说，考虑到CGI程序的安全和一些敏感问题，服务器是不会轻易开放文件上传权利的。 今天的程序是由WEBSITE1.1附带的一个upload.exe程序，由VB编写而成。所以我要讲的也就是VB写WIN-CGI时候的一些问题。 VB写Win-CGI： 在Wi</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>网易学院</comments>
</item>
<item>
    <title>第八章 CGI简明教程</title>
    <link>/html/edu/cgi/2446.html</link>
    <description>Form to Mail 所谓Form to Mail的功能，就是在页面上建立一个表单（form），该表单内记录着用户的信息，当用户提交了此表单，程序自动将表单内容发送的管理员所设定的信箱里。听起来这非常简单，根本用CGI就可以写这样的功能。其实当然没有这么简单，实际上许多公司网页</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>网易学院</comments>
</item>
<item>
    <title>第九章 CGI简明教程</title>
    <link>/html/edu/cgi/2447.html</link>
    <description>Guest-book在网页设计中占有相当重要的地位，以至于可以和记数器相提并论。留言本可以用许多编程语言来设计，当然使用最多的还是perl和vb两种。本次cgi 教程 我们将谈谈在编写Guest-book中最应该注意的问题，并将给出一个不算很完整的程序代码。同时提供一个C语言的win-</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>网易学院</comments>
</item>
<item>
    <title>第十章 CGI教程</title>
    <link>/html/edu/cgi/2448.html</link>
    <description>毫无疑问，当今Web程序设计中最吸引人而且最复杂的当然就是web数据库程序了。平心而论，其复杂高深的程度决不是你们可以想象得到的。我们先来看看其中涉及到的几个方面的问题： 1.最基本的html设计 2.CGI程序编写调试 3.网络管理和客户协调 4.数据库编写 5.客户/服务体</description>
    <pubDate>2005-09-01</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>网易学院</comments>
</item>
<item>
    <title>XML和现代CGI应用程序</title>
    <link>/html/edu/cgi/445.html</link>
    <description>作者: 刘彦青 出处: http://www.ccidnet.com/tech/web/2002/01/07/92_3901.html 简介 Perl的普及与互联网的蓬勃发展有直接的关系。在互联网发展的早期，人们发现仅仅使用静态的HTML文档不能生成有效的交互式环境，于是引进了公用网关接口（CGI）的概念。Perl强大的功能</description>
    <pubDate>2005-08-18</pubDate>
    <category>CGI</category>
    <author>刘彦青</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>Windows2000下实现FastCGI(PERL版)</title>
    <link>/html/edu/cgi/446.html</link>
    <description>四川 王骜骋 著 什么是CGI？ 最早的网页都是静态的，好在有了CGI(通用网关接口)的帮助下，网站个个都变的活灵活现，像目前网站上在用的留言本， 论坛 ，聊天室等东西很多都用CGI来完成的。 CGI只是一种接口，并不是一种编程的语言，但是CGI几乎可以接受所有的编程语言去</description>
    <pubDate>2005-08-18</pubDate>
    <category>CGI</category>
    <author>王骜骋</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>获取随机的由大小写字母和数字组成的八位密码</title>
    <link>/html/edu/cgi/447.html</link>
    <description>show.pl #!/usr/bin/perl print &quot;Content-type: text/html\n\n&quot;; print &quot;html\n&quot;; print &quot;headmeta http-equiv=Content-Type content=text/html;charset=gb2312\n&quot;; print &quot;head\nbody bgcolor=#c0c0c0\n&quot;; print &quot;p /p&quot;; print &quot;p align=centerfont color=#8080FFbigs</description>
    <pubDate>2005-08-18</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>什么是CGI</title>
    <link>/html/edu/cgi/448.html</link>
    <description>1. 定义： CGI(Common Gateway Interface)是HTTP服务器与你的或其它机器 上的程序进行“交谈”的一种工具，其程序须运行在网络服务器上。 2. 功能： 绝大多数的CGI程序被用来解释处理杰自表单的输入信息，并在服 务器产生相应的处理，或将相应的信息反馈给浏览器。CGI程</description>
    <pubDate>2005-08-18</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>perl 国内域名查询程序</title>
    <link>/html/edu/cgi/449.html</link>
    <description></description>
    <pubDate>2005-08-18</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>Python 快速入门</title>
    <link>/html/edu/cgi/444.html</link>
    <description>Python概要 Python是一门解释性的、面向对象的、动态语义特征的高层语言。它的高层次的内建数据结构，以及动态类型和动态绑定，这一切使得它非常适合于快速应用开发，也适合于作为胶水语言连接已有的部件。Python的简单而易于阅读的语法强调了可读性，因此降低了程序维</description>
    <pubDate>2005-08-18</pubDate>
    <category>CGI</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>

</channel>
</rss>
