A CGI script failed to produce any output.
CGI脚本在处理输出时失败。
The form passes the entered values to a CGI script.
表单将所输入的值传递给一个cgi脚本。
I think it was about this time that the "goals" cgi script was born.
大概就在这个时候,我写了“goals ”cgi脚本。
Build requests are generated via a CGI script on the build machine server.
构建请求在构建机器服务器上通过cgi脚本生成。
The Apache server then invokes the CGI script, which places the request in a queue.
Apache服务器随后调用cgi脚本,后者将请求放到一个队列中。
You want better performance than you can get from something like a CGI script.
你想要比你可以从类似的CGI脚本中更好地性能。
The CGI script would be responsible for fetching that variable and parsing the string.
CGI脚本负责取出该变量,解析那个字符串。
Listing 14 shows the full code, in Perl, for the CGI script that will handle all of this.
清单14给出完整的Perlcgi脚本。
I wrote a simple CGI script to dump out the contents of the post, which is shown in Figure 1.
我编写了一段简单的cgi脚本把这个post请求的内容导出来,如图1所示。
The whole project is small enough to fit into a single CGI script using Perl's standard CGI module.
整个项目很小,只使用一个cgi脚本就可以借助Perl的标准CGI模块来实现。
For functional forms, you'll have to run a CGI script. The HTML just creates the appearance of a form.
对于功能性的表单,一般需要运行一个CGI小程序,HTML仅仅是产生表单的表面样子。
Any CGI script installed at your site may contain bugs, and every such bug is a potential security hole.
所有安装在网站上的CGI脚本程序都有可能包含漏洞,每个漏洞都是一个潜在的安全漏洞。
One thing this module does is hide any details of the difference between "get" and "post" methods from the CGI script.
这个模块所做的一件事就是隐藏cgi脚本中“get ”和“post ”方法之间差异的任何细节。
Although this article USES Apache and a CGI script for the suggestion engine, the tools built should function with most Web servers.
虽然本文将使用Apache和一个cgi脚本作为建议引擎,但是所构建的工具应该能够在大多数Web服务器上正常运行。
The main thing to remember here is that each field has a name attribute, and that name is used later to refer to the field in our CGI script.
此处最需要牢记的是每个字段都有名称属性,而以后会在cgi脚本中使用该名称来引用该字段。
So with WSDL and the HTTP GET binding, that simple CGI script you wrote to keep office table soccer statistics can be a bona fide Web service.
有了WSDL和HTTPGET绑定,您为保留办公桌足球统计数据而书写的简单的cgi脚本可以是一个真正意义的Web服务。
The server returns the query results to the CGI script, which builds an HTML page around the returned data and sends the page to the user's browser.
此服务器将查询结果返回给CGI脚本,该脚本围绕所返回的数据构建一个HTML页面并将页面发送至用户的浏览器。
Experienced Web developers sometimes find themselves struggling to learn a GUI toolkit when a simple CGI script would serve their needs perfectly well.
有经验的Web开发人员有时候会发现GUI工具包很难掌握,而简单的cgi脚本却可以很好地满足他们的需要。
The CGI script identifies itself, takes any requested actions, then presents a fairly simple interface; all it needs is a couple of buttons and a text area.
CGI脚本会识别自身,执行被请求的动作,并展现出相当简单的界面;它所需要的只是一些按钮和一个文本区域。
The SPARQL endpoint returns a JSON version of the results, and the CGI script builds an HTML page around the returned data and sends the page to the user's browser.
SPARQ l端点返回JSON版本的结果,cgi脚本围绕所返回的数据构建一个HTML页面并将页面发送至用户的浏览器。
I wrote a CGI script to take in options for selecting pubs and output results. It's very useful, so will be in one of the next few official OpenGuides releases.
我写了一个CGI脚本来实现这个查找,这很有用,在现面几个版本就会成为标配。
When a user submits a form or otherwise provides information to a CGI script, the Web browser gathers that information and passes it to the script through environment variables.
当用户向cgi脚本提交表单或者提供信息时,Web浏览器会收集那些信息,并且通过环境变量将其传递给该脚本。
Data from a CGI script can be obtained either from the standard input or environment variables (depending on the HTTP method and environment used), and both these are classed as tainted sources.
源自cgi脚本的数据可以从标准输入或环境变量中获得(这取决与所使用的HTTP方法和环境),而且这两者都被划分为污染源。
Once you grant access to the underlying filesystem through your Perl script, you must ensure that the CGI script cannot gain access to files that you do not want accessible to the outside world.
一旦批准了通过perl脚本访问底层文件系统,就必须确保cgi脚本不能访问您不想让外部人员访问的文件。
We use PHP's powerful HTML form parsing to determine if the script was invoked with any CGI variable values; if not, we simply return the HTML form.
我们使用PHP功能强大的HTML表单解析来确定是否使用了任何CGI变量值来调用脚本;如果没有,那么我们就只返回HTML表单。
This implies, of course, that a script can generate the response to a forms submission, just like a CGI program but without the CGI overhead.
当然,这意味着脚本可以像CGI程序那样生成对表单提交的响应,但却没有 CGI 的开销。
In most CGI applications, much of the state is stored in a database, but only a session ID is passed to each script via a cookie.
在大多数CGI应用程序中,大部分状态存储在数据库中,只有会话id通过cookie传递给每个脚本。
A significant aspect of the script is the set of preg_replace calls that return a cleansed version of the CGI input data.
该脚本的一个重要方面就是用来返回净化后CGI输入数据的preg_replace调用集合。
When a PHP script is the target action of an HTML element, CGI parameters are automatically converted into members of the $_GET[] or $_POST[] superglobal arrays available within the PHP script.
当PHP脚本是某个 HTML元素的目标动作时,CGI参数就自动转换成可在 PHP 脚本内使用的 $_GET[]或 $_POST[] superglobal 数组的成员。
When a PHP script is the target action of an HTML element, CGI parameters are automatically converted into members of the $_GET[] or $_POST[] superglobal arrays available within the PHP script.
当PHP脚本是某个 HTML元素的目标动作时,CGI参数就自动转换成可在 PHP 脚本内使用的 $_GET[]或 $_POST[] superglobal 数组的成员。
应用推荐