• A CGI script failed to produce any output.

    CGI脚本处理输出时失败

    youdao

  • The form passes the entered values to a CGI script.

    表单将所输入传递一个cgi脚本。

    youdao

  • I think it was about this time that the "goals" cgi script was born.

    大概这个时候goalscgi脚本

    youdao

  • Build requests are generated via a CGI script on the build machine server.

    构建请求构建机器服务器通过cgi脚本生成

    youdao

  • The Apache server then invokes the CGI script, which places the request in a queue.

    Apache服务器随后调用cgi脚本后者请求放到一个队列中

    youdao

  • You want better performance than you can get from something like a CGI script.

    想要可以类似CGI脚本中更好地性能

    youdao

  • The CGI script would be responsible for fetching that variable and parsing the string.

    CGI脚本负责取出变量解析那个字符串

    youdao

  • Listing 14 shows the full code, in Perl, for the CGI script that will handle all of this.

    清单14给出完整Perlcgi脚本

    youdao

  • I wrote a simple CGI script to dump out the contents of the post, which is shown in Figure 1.

    编写了一段简单cgi脚本这个post请求内容导出来,如图1示。

    youdao

  • The whole project is small enough to fit into a single CGI script using Perl's standard CGI module.

    整个项目很小,只使用cgi脚本就可以借助Perl标准CGI模块来实现。

    youdao

  • For functional forms, you'll have to run a CGI script. The HTML just creates the appearance of a form.

    对于功能性表单,一般需要运行一个CGI小程序,HTML仅仅是产生表单表面样子

    youdao

  • Any CGI script installed at your site may contain bugs, and every such bug is a potential security hole.

    所有安装网站上的CGI脚本程序可能包含漏洞,每个漏洞一个潜在的安全漏洞

    youdao

  • One thing this module does is hide any details of the difference between "get" and "post" methods from the CGI script.

    这个模块所做件事就是隐藏cgi脚本中“getpost方法之间差异的任何细节

    youdao

  • 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服务器上正常运行

    youdao

  • 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脚本中使用名称引用字段。

    youdao

  • 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.

    WSDLHTTPGET绑定保留办公桌足球统计数据书写简单cgi脚本可以一个真正意义的Web服务

    youdao

  • 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页面页面发送至用户浏览器

    youdao

  • 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脚本可以地满足他们的需要

    youdao

  • 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脚本会识别自身执行被请求动作展现相当简单界面所需要的只是一些按钮一个文本区域。

    youdao

  • 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页面将页面发送至用户浏览器。

    youdao

  • 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脚本来实现这个查找,有用现面几个版本成为配。

    youdao

  • 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浏览器会收集那些信息,并且通过环境变量将传递脚本。

    youdao

  • 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方法环境),而且两者划分为污染源。

    youdao

  • 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脚本不能访问不想外部人员访问文件

    youdao

  • 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表单。

    youdao

  • 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开销

    youdao

  • 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传递每个脚本

    youdao

  • 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调用集合

    youdao

  • 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 数组的成员

    youdao

  • 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 数组的成员

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定