• Doing so causes the compiler to perform argument type checking.

    这样做会使编译器执行引数型别检查。

    youdao

  • The argument type list is created from the types of the formal parameters of the function.

    引数型别清单是从函式型式参数的型别建立的。

    youdao

  • Be cautious about method overloading based on argument type when you write extension functions.

    在编写扩展函数时,应谨慎处理根据实参类型进行的方法重载。

    youdao

  • Selects a member from a list of candidates, and performs type conversion from actual argument type to formal argument type.

    从候选者列表中选择一个成员,并执行实参类型到形参类型的类型转换。

    youdao

  • The angle brackets assign a specific type (that is, the parameterized type) to the generic type represented by the "T" argument types.

    尖括号为由 “T”参数类型表示的泛型指定具体类型。

    youdao

  • EasyMock fools the compiler about a lot of things, but it isn't quite smart enough to fool the compiler into believing that void is a legal argument type.

    (EasyMock在许多方面能够 “欺骗”编译器,但是还不足以让编译器相信void是有效的参数类型)。

    youdao

  • The first time around, the templated version of f is called, with a string as the first argument type, and the character and double are packed off as the variable size argument.

    首先调用f的模板化版本,第一个参数的类型是字符串,作为大小可变的参数提供字符和双精度值。

    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

  • They are very basic type of argument, later you will see there are many types of arguments that are in these categories.

    它们是论点的基本类型,之后你们会看到在这些类型中间,许多种类的论点。

    youdao

  • The generic type argument declares the type of result this CriteriaQuery will return upon execution.

    泛型参数声明CriteriaQuery在执行时返回的结果的类型。

    youdao

  • If the object argument is null, you need to generate a null accessor for the type.

    如果对象参数为空,您需要为这个类型生成一个空访问器。

    youdao

  • It's quite common to have the same data type used as an argument to multiple business methods, across multiple business delegates.

    对跨多个业务委派中的多个业务方法使用相同的数据类型作为参数,这是十分常见的。

    youdao

  • Other problems you may encounter are that the arguments are the incorrect type, the argument names are specified incorrectly; or the server may not be running.

    其它可能遇到的问题是自变量类型不正确,指定的自变量名称不正确;或者服务器当机。

    youdao

  • Find the argument, and generate a fault response if it's not present or has the wrong type.

    找到参数,如果参数不存在或参数类型错误,则生成错误响应。

    youdao

  • For example, to extract the second argument of command 782 in the history log, type the code shown in Listing 4.

    例如,要提取历史日志中命令 782的第二个参数,可以输入清单4 中所示的代码。

    youdao

  • Each type of format can take a numerical argument as well, to tell the formatter how to properly apply the pattern.

    每一种格式都会用到一个数值实参来告诉格式化程序如何适当地应用模式。

    youdao

  • Unlike negotiating for the use of your parents' car, a college paper is not the place for an all-out blitz of every type of argument.

    与说服父母借用家里的汽车不同,学校论文不是一个综合运用全部方法的闪击战。

    youdao

  • The type of the argument should be the same as the type of value the full select is expecting.

    参数的类型应该和全选择所期望的值类型相同。

    youdao

  • It's generally best to set the field separator inside the script itself, simply because it means you have one less command line argument to remember to type.

    一般而言,最好在脚本内部设置字段分隔符,因为这样可以少输入一个命令行参数。

    youdao

  • The behavior of multiselect gets more interesting with Object as result type or if no type argument is specified.

    如果以Object作为结果类型或没有指定类型参数时,multiselect的行为会变得更加有趣。

    youdao

  • The event handler receives an argument of type ElapsedEventArgs.

    事件处理函数接受一个ElapsedEventArgs类型的参数。

    youdao

  • Unfortunately, you can't invoke a generic constructor with a wildcard type argument, even though you know such a constructor exists. However, you can do this.

    不幸的是,您不能用通配符类型的参数调用泛型构造函数,即使知道存在这样的构造函数也不行。

    youdao

  • Policy: an output argument of type BLOB of maximum 2m that specifies the automatic maintenance Settings for the given policy type, in XML format.

    policy:blob类型的输出参数,将以xml格式指定给定策略类型的自动维护设置,最大大小为2m。

    youdao

  • Because we'd like our Lists to be generic in the type of element they contain, we'd like our static factory method to take an argument of type variable t and return an instance of List.

    因为我们希望List成为其所包含的元素类型的泛型,所以希望静态factory方法带有类型变量t这一参数并返回List的实例。

    youdao

  • As a result, there are no fundamental difficulties with allowing this to be passed as a type argument.

    其结果是,在允许将this作为类型参数传递时没有任何根本性的困难。

    youdao

  • In this example, I've used AspectJ wildcard notation to represent methods without consideration for name, type, argument, etc. Projections into other dimensions would work similarly.

    在该例中,我使用了Aspect j通配符符号来表示方法,没有考虑名字、类型、参数等因素。其他维中的投射与此类似。

    youdao

  • The SipApplicationSession class has a getSessions method,which takes the requested protocol type as an argument.

    SipApplicationSession类具有一个getSessions方法,该方法以所请求的协议类型作为参数。

    youdao

  • It therefore must conclude that the argument is of type Box, which will cause a compilation error after method resolution because Box is not assignable to Box.

    因此必将得出参数的类型是Box,其将导致在方法解析以后出现编译错误,因为Box不会分配给Box。

    youdao

  • If the object argument, SRC, is a simple type, then the second step, serializing the value of the object, is a simple matter of calling the src.toString method and writing that out.

    如果对象参数src属于简单类型,那么第二步,序列化对象的值,就很简单,只需调用src .toString方法,然后把它写出来就行了。

    youdao

  • If the object argument, SRC, is a simple type, then the second step, serializing the value of the object, is a simple matter of calling the src.toString method and writing that out.

    如果对象参数src属于简单类型,那么第二步,序列化对象的值,就很简单,只需调用src .toString方法,然后把它写出来就行了。

    youdao

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

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

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