• MethodInfo represents the definition of a generic method.

    返回当前构造方法的基础泛型方法定义。

    youdao

  • The program in Listing 4 shows a generic method for right-clicking the tree node.

    列表4中的程序显示了右击树节点的通用方法。

    youdao

  • Work queues provide a generic method to defer functionality to bottom halves.

    工作队列提供一个通用的办法将任务延迟到bottomhalves。

    youdao

  • Changes to the generic method itself or generic method body are not supported.

    不支持对泛型方法自身和泛型方法体的更改。

    youdao

  • Invoke the above generic method, which must always be called before processing the request.

    调用上述的泛型方法(通常在处理请求前调用该方法)。

    youdao

  • A unit test might not be able to pass a real type to a generic method that it is testing.

    单元测试可能无法将实类型传递给正在测试的泛型方法。

    youdao

  • We deduce that the generic method is the dynamic track system design with computer based on 3g.

    从而给出基于3g技术的计算机动态跟踪系统设计的通用思路和方法。

    youdao

  • Therefore, I will show you a more generic method of handling data, a method that will allow you to store any data type in any node.

    因此,我将介绍一种更为通用的处理数据的方法, 这种方法允许您在任意节点中存储任意数据类型。

    youdao

  • Type parameters can also be declared within method and constructor signatures to create generic methods and generic constructors.

    泛型参数也可以允许在方法和构造中定义,-这时方法和构造就被称之谓泛型方法和泛型参数。

    youdao

  • Shows how to define a generic method in a dynamic module, how to define its generic type parameters, and how to execute the method.

    示范如何在动态模组中定义泛型方法、如何定义它的泛型型别参数,以及如何执行此方法。

    youdao

  • This model format is based on the Eclipse Modeling Framework (EMF) and is designed to be a generic method of storing statistical data using XML.

    该模型格式是基于EclipseModelingFramework (emf)并且设计成利用XML存储统计数据的一般方法。

    youdao

  • Instead, it's good to write a generic method in a class to simulate the above action, which inherits the GUI object class in the appobjects folder.

    相反,在类中编写通用方法以模拟以上的操作就比较合适了,它继承了appobjects文件夹中的GUI对象类。

    youdao

  • But given that diamond is a feature intended to simplify an existing idiom, we can use the many instances of generic method invocations to guide us.

    但是由于diamond是旨在简化现有习惯用语的功能,所有我们可以使用通用方法调用的许多实例来指导我们。

    youdao

  • To enable inference, the parameter signature of a generic method must include a parameter that is of the same type as the type parameter for the method.

    若要启用推断,泛型方法的参数签章必须包含与方法之型别参数具有相同型别的参数。

    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 compiler will try and infer the most specific type it can for the type parameters when resolving a call to a generic method. For example, with this generic method.

    当解析一个泛型方法的调用时,编译器将设法推断类型参数它能达到的最具体类型。

    youdao

  • The generic method to determine equipment update occasion is the model of applying conception of equipment natural life, or technical life, or economic life in isolation.

    常用的确定装备更新时机的方法是孤立地应用装备的自然寿命,或者技术寿命,或者经济寿命概念的模型。

    youdao

  • The signature format extends the idea of field and method descriptors to include generic type information.

    签名格式扩展了字段和方法描述符的概念,将泛型类型信息包含于其中。

    youdao

  • In the next section, I'll do just this as part of a recursive generic decoding method.

    在下一节,我将做此工作作为递推泛型解码方法的一部分。

    youdao

  • The goal of a method signature that accepts generic data instead of strongly typed objects is to ensure loose coupling between the caller and the target object.

    接受一般数据而不接受强类型对象的方法签名的目标在于确保调用函数与目标对象之间的松散耦合。

    youdao

  • This method receives several parameters, including a SQL statement and a result handler, and returns an object of generic type t.

    这个方法接收多个参数,包括一条sql语句和一个结果处理程序,并返回一个泛型t的对象。

    youdao

  • This can happen easily in cases in which methods are being overridden and the superclass declares the method with generic parameters, or in a system where lots of serialization is going on.

    这在好些情况下很容易发生,比如在方法被覆盖而超类使用常规参数声明方法时,还有正在进行许多序列化的系统中也容易发生。

    youdao

  • First, we factor out method handles as a simple and generic way of managing methods (arbitrary JVM methods) as units of behavior, which are (as methods should be) directly callable.

    首先,我们以一种简单而一般的方式来处理方法句柄,这是将方法(任意的JVM方法)作为行为单元来管理的,这样他们就可以直接调用了(本来就应该这样)。

    youdao

  • Plug-in specific parameters are passed to the BasicEditorViewBean instance through the generic addAttribute method rather than using parameter specific getters and setters.

    特定于插件的参数通过通用的addAttribute方法传入 BasicEditorViewBean实例,而不是使用特定于参数的getter 和 setter 方法。

    youdao

  • Notice that the getDatabaseConnection() method has nothing to do with parts — it is generic functionality to connect to a database.

    注意,getDatabaseConnection()方法没有对parts 做任何操作 —它只提供通用的数据库连接功能。

    youdao

  • We use the term member to refer to a field, method, or type in a generic way.

    我们一般使用术语成员(member)来指代字段,方法或者类型。

    youdao

  • The getSignatureInstance() method is what actually builds new generic class templates and then instantiates these templates for specific lists of parameter types.

    getSignatureInstance()方法实际地构建新的泛型类模板,然后为参数类型的具体列表实例化这些模板。

    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

  • This method take service name, version, consumer type (generic QoS parameter) and callback interface name (optional parameter) and creates a service proxy for a given interface type.

    这个方法接收服务名称,版本,消费类型(一般的QoS参数)和回调接口名称(可选的参数),并为一个给定的接口类型创建一个服务代理。

    youdao

  • This method take service name, version, consumer type (generic QoS parameter) and callback interface name (optional parameter) and creates a service proxy for a given interface type.

    这个方法接收服务名称,版本,消费类型(一般的QoS参数)和回调接口名称(可选的参数),并为一个给定的接口类型创建一个服务代理。

    youdao

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

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

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