• The Object Test Bench menus do not display the function if the function takes a variable parameter argument.

    如果函数接受变量参数,则对象测试工作台菜单显示函数。

    youdao

  • Each parameter is specified by calling a client method with the same name and by passing the value to the method as first argument.

    通过调用相同名称客户端以及作为第一个参数传递方法指定每个参数

    youdao

  • If you name a parameter for one argument, for example, you must use parameter names for all of the arguments.

    例如如果一个参数使用了参数名称,那么对所有其他参数也必须使用参数名称。

    youdao

  • When this happens at the outermost level of a script, it automatically assumes that the argument list is the parameter.

    发生脚本外层时,自动假设参数参数

    youdao

  • The "9" as a parameter is the strongest kill() argument, meaning roughly "kill process with extreme prejudice, then feed it to the piranhas."

    9"作为参数最强kill()参数大体意味着“不管三七二十一杀死进程再说”。

    youdao

  • For example, the toUpper service takes a single parameter named operand and returns the upper case transformation of the resource identified by the URI supplied as the argument.

    例如toUpper服务带有一个叫做operand参数并且返回参数uri表示的资源大写形式。

    youdao

  • Because you need to run the GoogleTest test case, the test suite you pass as parameter to run method takes GoogleTest.class as an argument.

    因为需要运行GoogleTest测试,所以,作为参数传递run方法测试套件采用GoogleTest . class作为参数

    youdao

  • The integer value passed to the parameter function tells the position of the argument in the invocation of an sqlquery function which is replaced in place of this function call.

    传递parameter函数数值表示调用sqlquery函数中参数位置参数将会在调用取代。

    youdao

  • We simply added the --clear-datastore parameter as a command-line argument that gets passed into our start-up script.

    我们只是添加了 --clear-datastore参数作为传递启动脚本中的命令行实参。

    youdao

  • In line 14, a test case must have a single string parameter constructor that passes the argument to its parent class (TestCase) for the purpose of displaying the test case name in a log.

    第十四中,为了日志显示这个测试名称个测试用例必须一个可以将自变量传递(TestCase)的专门的参数构造器

    youdao

  • Because map takes one argument, a function, we can use the "placeholder" indicator _ instead of a named parameter.

    因为map接受参数,即函数我们可以_占位来替代有名参数。

    youdao

  • For example, parameter (1) tells the parser to replace this with the first argument after the string argument.

    例如parameter(1)告诉解析器用字符串参数第一个参数替代这个值。

    youdao

  • If you wrote a method that needed an instance of, say, a Sales class as an argument, you would be forced to specify that the input parameter was of type Object.

    如果编写方法,它需要实例,比如sales实例作为参数,您不得不输入参数指定为Object类型

    youdao

  • This time, a string concatenation has occurred within the same method, and the input parameter is now bound to a String type argument at function execution time.

    这次相同方法发生字符串串联并且现在输入参数函数运行受到String自变量的限制。

    youdao

  • The CommentBlock function in Listing 4, for example, assumes that the comment introducer is the optional argument that is most likely to be needed, and so places it first in the parameter list.

    例如清单4中的CommentBlock函数假设评论可能需要可选参数所以将其放置参数列表第一位

    youdao

  • To add a response file as an argument, add the -options parameter and the fully qualified name of your response file.

    添加响应文件作为变量,添加-options参数响应文件限定

    youdao

  • Note that a numeric addition has occurred because the input parameter to the add function is bound to an int type argument at function execution time. Now, try this.

    注意由于add函数输入参数运行绑定int自变量,因此产生数值增加

    youdao

  • They can also be changed by being the argument of an out or inout parameter in a call statement

    可以作为调用语句outinput参数进行修改

    youdao

  • The RunOnServer method accepts an argument that is the note ID of a parameter document.

    RunOnServer方法接受一个参数某个参数文档noteID

    youdao

  • IllegalArgumentError is thrown every time an argument is not considered valid, for example, when a null value is passed to a method as a parameter.

    IllegalArgumentError每次认为参数无效时抛出,例如,将null作为参数传递方法

    youdao

  • Basically, whenever the last argument of a method is an array of objects, or a parameter declaration with a triple dot, you can pass multiple parameters to this method.

    基本上只要方法最后参数一个对象数组或者是一个的参数,就可以这个方法传入多重参数

    youdao

  • The first string argument to the sqlquery function can contain the parameter function which is replaced by the arguments passed to this function after the first mandatory string argument.

    sqlquery函数第一字符串参数可以包含parameter函数函数将会传递给sqlquery函数的参数取代,该参数位于第一个必需的字符串参数之后

    youdao

  • Now, this means that one can use a Proc object in a case-statement; it will get the case-argument as parameter.

    现在意味着可以case语句中使用Proc对象;可以case参数作为Proc的参数。

    youdao

  • The value is specified as the id parameter to the argument and is included in the SQL statement as #{id}, just as it is in the XML configuration.

    这个指定id参数作为 #{id}包括这个SQL语句内,正如XML 配置中那样。

    youdao

  • In general, an argument list must have any positional arguments followed by any keyword arguments, where the keywords must be chosen from the formal parameter names.

    通常参数列表中的每一个关键必须来自形式参数,每个参数都对应的关键

    youdao

  • An argument that does not include a parameter name, so it is not a keyword argument.

    位置参数一种参数没有参数名字不是关键字参数。

    youdao

  • As with any call, an argument might match its parameter either because the types match exactly or because there is a conversion from the argument type to the type of the parameter.

    任意函数调用一样,实必须的形匹配,它们类型要么精确匹配,要么实参类型能够转换形参类型。

    youdao

  • Each parameter is created anew on each call to the function. The value used to initialize a parameter is the corresponding argument passed in the call.

    每次调用函数时,都会重新创建函数所有的形,此时所传递实参将初始化对应的形参。

    youdao

  • Each parameter is created anew on each call to the function. The value used to initialize a parameter is the corresponding argument passed in the call.

    每次调用函数时,都会重新创建函数所有的形,此时所传递实参将初始化对应的形参。

    youdao

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

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

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