• In this case, it will offer to create a class field I, a local variable I, or a method parameter I; clicking each of these Suggestions will display the code that would be generated.

    此例中,提供创建字段i、一个局部变量i一个方法参数i的建议单击其中一个建议都会显示将要生成代码

    youdao

  • In this case, it will offer to create a class field I, a local variable I, or a method parameter I; clicking on each of these Suggestions will display the code that would be generated.

    此例中,提供创建字段i、一个局部变量i一个方法参数i的建议单击其中的一个建议都会显示将要生成代码

    youdao

  • In the case of generic methods, if a type parameter appears only once in the method signature, then it probably should be a wildcard rather than a named type parameter.

    泛型方法来说如果类型参数方法签名出现一次很有可能一个通配符不是一个命名的类型参数。

    youdao

  • The method takes a parameter, specifying the length of the timeout, and a code block, specifying which content to rebuild when the content expires.

    方法接受参数,用来指定超时时长,它还接受一个代码,用来指定内容过期时哪些内容需要重建

    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 methodology requires transforming each entry into a method and transforming each parameter into an XML data element.

    方法要求每个条目转换方法,将每个参数转换为XML数据元素

    youdao

  • You will also need to create a method that USES the template parameter.

    需要创建一个用到模板参数方法

    youdao

  • The calling component instantiates an objectdeliberately not called a value object — that implements these interfaces and USES this object as a method parameter in both method calls.

    调用组件实现这些接口对象(故意称之为对象)实例化,这两个方法调用中将对象用作方法参数

    youdao

  • The method takes a string parameter, enclosed in quotes, and a code block.

    方法具有使用引号括起来的字符串参数一个代码块。

    youdao

  • Start the installation with a parameter set for the installation method (auto install or interactive).

    设置一个安装方法参数(自动安装交互安装),开始安装。

    youdao

  • If you don't want to pass in a parameter, you could add a method with which the client can query the thread ID of the called program.

    如果希望传入参数可以添加一个方法客户机可以使用方法来查询调用程序线程ID

    youdao

  • In this particular sample, the asserted identity for the server side is simply sent as a method parameter of the remote invocation.

    这个特定示例中服务器端的断言标识作为远程调用的方法参数发送

    youdao

  • When compared, a noted advantage of using XML tags is their ability to use default values for attributes, while programming languages offer limited possibilities to omit a method parameter.

    对比起来,使用XML标记一个明显优点就是它们能为属性使用默认然而编程语言只提供了有限可能性删除方法参数

    youdao

  • This way, the calling component can use any object it likes as a method parameter, as long as the object implements the interface.

    这样只要对象实现接口调用组件就可以将其使用任何对象用作方法参数

    youdao

  • In this example, a extends B; however, the same error would still occur if a referenced B in any other wayas a method parameter, for example, or as an instance field.

    这个例子中,A扩展了b但是即使A其他方式引用B,出现同样问题——例如方法参数引用作为实例字段

    youdao

  • This is done by creating MIME attachments by using SOAPContext 'reponse' object, which is a parameter to 'document' based method calls.

    通过使用SOAPContext的“reponse对象(该对象基于文档”的方法调用参数)创建MIME附件可以实现一点。

    youdao

  • When using inline methods, you can invoke methods defined in the data interface and pass the SQL statement as a parameter in the invocation of a method.

    使用内联方法编程风格时,用户可以调用Data接口定义的方法,sql语句作为方法调用中的一个参数

    youdao

  • The solution here is to provide a method parameter with a factory method for the items to read, as shown in Listing 2.

    这里解决方案读取条目提供一个工厂方法的方法参数如清单2

    youdao

  • The solution to this is to add a new variation of the setDirty method that takes a String parameter.

    解决这个问题方案,添加一个带有 String 参数的setDirty方法变量。

    youdao

  • Hen you need to collect results over several methods, you should add a parameter to the method and pass an object that will collect the results for you.

    如果需要收集多个方法结果应该方法中添加一个参数传递收集结果对象

    youdao

  • Once the properties are filled in, props is simply passed as a parameter to the ORB.init method.

    一旦属性props作为一个参数传递给OR B .init方法

    youdao

  • From your studies so far, you know that Groovy closures are code blocks that can be referenced, parameterized, passed as a method parameter, and delivered as the return value from a method call.

    学习至今知道了Groovy闭包代码可以引用、带参数作为方法参数传递、作为返回方法调用返回。

    youdao

  • Has_many is a static method call for which the symbol: items is a parameter.

    has_many一个静态方法调用符号items参数

    youdao

  • While this code is specific to a Printer, it is oblivious to whether the test is for printing or initialization, or to whether Printer is the target of a method call or a parameter to a method.

    虽然段代码针对Printer无论测试的是打印还是初始化,无论printer是方法调用目标还是方法参数,都没有关系。

    youdao

  • Finally, another constraint on named parameters is that once you provide a name for a parameter in a method invocation, then the rest of the parameters appearing after it must also be named.

    最后还有一个命名参数约束就是一旦方法那个指定参数名称那么剩下这个参数之后的所有参数都必须命名参数。

    youdao

  • Another example: the user identity is passed as a parameter defined in the method signature.

    另一个示例用户标识作为方法签名定义参数进行传递。

    youdao

  • The first parameter (a string) is the name of the action method and the second parameter (also a string) is the name of the controller.

    第一参数字符串动作方法名称第二个参数(也是字符串)是控制器的名称。

    youdao

  • Second, as Listing 4 shows, the invoked method can also have a return parameter.

    第二清单4所示,调用方法可以拥有返回参数。

    youdao

  • The latter method accepts a currency code as a second parameter.

    后者的这个方法接受货币代码作为其第二个参数。

    youdao

  • The latter method accepts a currency code as a second parameter.

    后者的这个方法接受货币代码作为其第二个参数。

    youdao

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

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

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