• Searches for a public instance constructor whose parameters match the types in the specified array.

    搜寻参数符合指定阵列中的型别的公用执行个体建构函式。

    youdao

  • The compiler processes object initializers by first accessing the default instance constructor, and then by processing the member initializations.

    编译进程第一个访问默认实例构造函数然后通过处理成员初始化对象初始值设定项。

    youdao

  • Do declare static classes as sealed and abstract, and add a private instance constructor, if your programming language does not have built-in support for static classes.

    如果编程语言没有静态的内置支持,则应将静态类声明密封抽象的,添加一个私有实例构造函数

    youdao

  • If the class has a no-args constructor, and you want to use that constructor and then immediately invoke a single instance method on it, there's a shortcut.

    如果该类具有无参构造函数,使用这个构造函数,然后立即上调用一个实例方法,那么一种捷径

    youdao

  • For details on how each instance variable is computed, you can look at the constructor method for the class where all these values are derived.

    关于如何计算每个实例变量详细信息可以查阅该类构造函数方法所有这些源自那里

    youdao

  • The other way to say it is, never define a global (static global) instance of a class whose constructor or destructor may throw exceptions.

    一种说法就是永远都不要为那些其构造函数析构函数可能抛出异常定义全局(静态全局)实例

    youdao

  • It also creates a constructor that sets this instance variable.

    同时创建用于设置这个实例变量的构造函数

    youdao

  • If a class contains only static members, remember to mark the class as static or seal the class (NotInheritable) and give the class a private constructor to avoid instance creation.

    如果包含静态成员则要记得将该类标记静态,或者密封该类(NotInheritable),并且还要该类提供一个私有构造函数避免实例创建

    youdao

  • You start by filling out the instance variables, constructor, and some helper methods that are not specific to Lotus Sametime.

    首先需要填充实例变量构造一些帮助器方法这些内容并非特定Lotus Sametime。

    youdao

  • If a relationship is defined, then the class instance (Resource) being protected must be passed into the ResourcePermission constructor.

    如果定义了一个关系那么必须保护实例(Resource)传递ResourcePermission构造函数中。

    youdao

  • You create the DeviceAdapterAgent instance and pass those configuration properties along to the constructor (Listing 2).

    创建DeviceAdapterAgent实例这些配置属性一起传递构造函数(清单2)。

    youdao

  • In Listing 3, you can see that the CustomerLister constructor accepts an instance of a class that implements the CustomerFinder interface.

    清单3中,可以看到CustomerLister构造函数接受一个实现CustomerFinder接口实例

    youdao

  • This constructor USES an instance of the PackageBuilder class to parse and compile the rules contained in the source file.

    构造函数使用packagebuilder实例解析编译文件中包含规则

    youdao

  • Next, an instance of the Services_oEmbed class is initialized, with the class constructor passed two arguments: the YouTube URL and an array of options.

    接下来初始化services_oembed实例,类构造函数被传递两个参数YouTubeURL选项

    youdao

  • If you want to use this tree-table model, you'll need to create an instance of it and then pass that instance to the JXTreeTable constructor, like so.

    如果使用这个树形表模型,您需要创建一个实例然后将实例传递到JXTreeTable构造器这样

    youdao

  • As a corollary, if you instantiate SOAPMappingRegistry with its no-arg constructor, a 2001 namespace-aware instance is returned.

    按照推理,如果SOAPMappingRegistry的无参数构造函数进行实例化,将返回一个具有2001名称空间意识的实例

    youdao

  • The @Name annotation tells Seam to use the default constructor of a class to create a new instance.

    @Name注释告知Seam使用默认构造函数创建实例

    youdao

  • Each holder class has a constructor from an instance, a default constructor, and has a public instance member (value), which is the typed value.

    每个holder来自实例构造函数,一个默认的构造函数,以及一个公有的实例成员value一个有类型

    youdao

  • The code shown in Listing 2 gets the constructor and USES it to create an instance of the TwoString class using Strings "a" and "b".

    清单2中的代码获得构造函数使用创建使用String s “a“ b ”twostring实例

    youdao

  • This class in its constructor initializes an instance of the org.directwebremoting.WebContext class provided by DWR, and then registers itself with StockQuoteGenerator's list of listeners.

    此类构造函数初始DWR提供org.directwebremoting.WebContext实例然后StockQuoteGenerator's 侦听器列表注册自身。

    youdao

  • Some generate code such that instance becomes non-null only after the constructor executes.

    一些生成代码,从而构造函数执行后使instance成为null

    youdao

  • The constructor of BookWebApp gets the singleton instance of the book service implementation object.

    BookWebApp的构造函数获取这个图书服务实现对象singleton实例

    youdao

  • The field class itself is pretty simple; it pretty much consists of the instance variables of the field, accessor methods for those instance variables, a toString method, and a normal constructor.

    Field本身相当简单几乎包含这个字段实例变量访问这些变量的方法toString方法一个标准构造方法

    youdao

  • Create a new instance of the RestTemplate using the constructor with the default Settings.

    使用构造函数,利用默认设置创建RestTemplate一个实例

    youdao

  • We have first created a myObjDef constructor below, and immediately created a new instance of myObjDef using the new operator.

    我们下面创建myObjDe f构造器,立即新的操作符创建了一个新的myobjdef实例

    youdao

  • Listing 6 shows that the UserSearch bean is an instance of a class named org.acegisecurity.ldap.search.FilterBasedLdapUserSearch, whose constructor takes three parameters.

    清单6展示UserSearchbeanor g . acegisecurity . ldap . search .filterbasedldapusersearch一个实例,该类的构造函数具有三个参数

    youdao

  • Listing 2 shows the inheritance tree (with the instance counter and constructor code removed for clarity).

    清单2显示了这个继承(为了清晰起见删除了实例计数器构造函数代码)。

    youdao

  • This behavior is referred to in the DI world as constructor injection, because the instance is passed through one of the constructors.

    这个行为DI世界中称作构造函数注入因为实例通过一个构造函数传递

    youdao

  • This behavior is referred to in the DI world as constructor injection, because the instance is passed through one of the constructors.

    这个行为DI世界中称作构造函数注入因为实例通过一个构造函数传递

    youdao

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

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

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