• Hence, with no password entered, the function is passed an uninitialized variable and a script error results.

    因此,若无密码键入传递到函数初始化的变量脚本错误结果。

    youdao

  • So now you have looked at how parameters are passed into a function or script and how to identify options. Now to start processing the options and parameters.

    已经了解如何参数传递函数脚本以及如何识别选项现在开始处理选项参数。

    youdao

  • When the user submits a search, an API call is made by dynamically adding a script tag to the page and specifying the name of a callback function.

    用户提交搜索会动态添加一个脚本标记页面指定回调函数名称,从而进行次API调用

    youdao

  • To keep administrators or developers from constantly having to modify a script to work a certain way with other values, use variables and supply arguments to the script or function.

    迫使管理员开发人员不得不经常修改脚本使用其他为了避免这个问题,应该使用变量脚本或函数提供参数

    youdao

  • A full working example of each function was demonstrated, aggregated inside a single script to simplify handling of options and other wrappers.

    本文演示功能完整可用示例并集成一个单一脚本中简化选项其他包装器的处理

    youdao

  • So far, you've created a script header and some simple variables and added a function, as shown in Listing 14.

    到目前为止已经创建了脚本标头一些简单变量并且添加了一个函数如清单14所

    youdao

  • Encapsulating this code into a function makes it easier to understand and reuse, and also makes the script easier to read.

    这些代码封装一个函数中,便于理解重用并且使脚本更加易于阅读

    youdao

  • For an existing function, ability to execute, view script, and delete is provided.

    对于现有函数能够执行查看删除脚本

    youdao

  • Part of the beauty of functions and shell scripts is the ability to make a single function or script behave differently by passing parameters to it.

    函数shell脚本妙处之一通过单个函数脚本传递参数能够使它们表现不同的行为。

    youdao

  • I load the Scheme script, get a reference to the particular Scheme function, and call it with no arguments.

    装载scheme脚本获得特定scheme函数引用然后带参数调用

    youdao

  • Rather than wait for the scheduled cron job to take place, you then use the exec PHP function to start the script and convert the file.

    这时,可以不必等待计划的cron作业的发生,而是使用execphp函数启动这个脚本转换文件。

    youdao

  • To invoke it, use the Show Script context menu option that is available on the table, view, stored procedure, and function nodes in the Server Explorer tree.

    调用脚本设计程序,Serverexplorer中使用表视图存储过程函数节点中的Show Script上下文菜单选项

    youdao

  • This simple script connects to the database and sends the ID from the quest into the build_answers function.

    这个简单脚本连接数据库来自查询ID发送至build_answers函数中。

    youdao

  • A script for generating the EWU value should be written as a function and included in an organization's standard set of shell functions.

    生成ewu脚本应该编写一个函数把它包含组织标准shell函数集中。

    youdao

  • This script starts by including the helper function and connecting to the database. It then executes two SQL statements.

    脚本首先包含helper函数连接数据库然后执行条sql语句

    youdao

  • Later the style sheet generates calls into the function and, again, passes a value to the script (through the XSLT position function), as shown in the lines of Listing 7 highlighted in blue.

    稍后样式函数生成调用再次传递脚本(通过XSLTposition函数),如清单7蓝色突出显示

    youdao

  • If the user needs to track malloc and free calls in a particular user function, the malloc.d script can be modified as shown below.

    如果用户需要跟踪某个用户函数中的mallocfree调用,那么可以以下方式修改malloc . d脚本

    youdao

  • The following probe script USES the User Function Entry probe to track malloc routines and display the size of allocation.

    下面探测脚本使用用户函数进入探测跟踪malloc例程显示分配的内存量。

    youdao

  • By using a simple function like exit_msg and a few logical operators, the script could be condensed into the better-looking and easier-to-understand program shown in Listing 14.

    只需使用exit_msg这样的简单函数几个逻辑操作符这个脚本可以简化更漂亮更容易理解的程序,见清单14

    youdao

  • Where myfunc is a script, is the name of the program to search, and is the name of the function to display.

    这里myfunc一个脚本,是搜索程序名字,而是要显示函数的名字。

    youdao

  • Tracing of arguments passed to function is feasible when probe type is entry and requires function prototype to be defined at the beginning of Vue script or through header file.

    探测类型入口时,可以探测传递函数参数要求vue脚本开头通过文件定义函数原型

    youdao

  • By adding a simple function to display a message and exit with the appropriate return code as well as moving everything into a for loop, the script looks cleaner and is easier to understand.

    这个脚本增加了简单函数显示一个消息适当返回退出所有操作转移一个for循环中,使这个脚本看起来更干净、更容易理解了。

    youdao

  • Click Yes and you should see that your Login script has the Getter function, as shown in Figure 8.

    点击Yes应该可以看到Login脚本已经有Getter功能如图8所示。

    youdao

  • Tracing of arguments passed to the function is feasible when the probe type is entry and requires that the function prototype be defined at the beginning of the Vue script or through a header file.

    如果探查类型入口,就可以探查传递函数参数要求vue脚本开头通过文件定义函数的原型

    youdao

  • You can specify XML, HTML, script, or json, and jQuery automatically prepares the result for your callback function so that you can use it right away.

    可以指定xmlscripthtml或者json,jQuery自动函数准备合适结果这样您便可以立即使用该结果。

    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

  • It also sets some default values for the script, and then parses the command-line arguments using the standard Bash shell's getopt function. (Listing 7 shows the output of this usage message.)

    为此脚本设置了某些默认然后使用标准Bashshellgetopt函数解析这些命令行参数(清单7给出这个使用消息的输出)。

    youdao

  • This is ideal for simple mathematical functions or class getters and setters. Listing 1 shows an example of a JavaFX Script function that adds two Numbers.

    对于简单数学函数gettersetter非常理想

    youdao

  • The authorize.tag file (see Listing 14) has two attributes (named function and script) whose values are passed to the add method of AuthorizedCalls.

    tag文件(清单14)属性(functionscript),这两个属性被传递到Authorized Calls的add方法

    youdao

  • Make up incident turn into engine employ agreement analysis and analytical capacity of script of layer can offer accurate strong invasion measure the function.

    组合事件生成引擎应用层协议分析脚本分析能力可以提供非常准确强大的入侵检测功能

    youdao

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

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

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