构造器

  • 网络constructor;Builder
构造器构造器
  1. 接下来,注意frame的命名参数构造器。

    Next , notice the named argument constructor for frame .

  2. 接着,本文介绍系统的索引模块。针对XML文档的特点,本文设计的索引模块包括节点结构构造器和索引器,其中索引器用来为XML文档建立索引。

    The index module contains a constructor for structure of node and indexer .

  3. 树构造器创建源XML文档的树表示法。

    The tree constructor creates a tree representation of a source XML document .

  4. 这个构造器采用一个可选的XML对象,并通过这个对象填充字段。

    The constructor takes an optional XML object and populates its fields from that object .

  5. 因此我们重新定义了Array构造器,实际情况下我们如何获得数据呢?

    So we 've redefined the Array constructor , how do we actually get the data out ?

  6. 类构造器的调用不是创建Java类的实例的唯一方法。

    Invocation of a class constructor is not the only way to create instances of a Java class .

  7. 也就是说,他们将连接类的构造器定义成公共的(public),允许程序员定义所需连接信息。

    That is to say , they define the constructors to the connection classes as public , allowing the programmer to define the required connection information .

  8. 例如,不能使用熟悉的Javanew构造创建新的Element,开发者必须使用工厂构造器方法。

    For example , instead of being able to create new Elements using the familiar Java new construct , developers must use factory constructor methods .

  9. 例如,部署程序调用Web模块构造器来处理传入的WebApplicationsaRchive(WAR)文件。

    For example , the deployer calls a Web module builder to process an incoming Web Applications aRchive ( WAR ) file .

  10. part名称映射到gettermethod和Java异常的构造器中的参数。

    The wsdl : part name is mapped to a getter method and a parameter in the constructor of the Java exception .

  11. 将一个操作数包装到number()、boolean()、string()或者其他新增的类型构造器函数中。

    Wrap one of the comparands in number (), boolean (), string (), or one of the new type-constructor functions .

  12. 当其构造器被调用时,Session创建许多对象来协助进行管理。

    When its constructor is called , the Session creates many objects to assist with its management responsibilities .

  13. 在解析时,利用Java内省特性来确定与指定签名及其调用匹配的类构造器。

    At parsing time , Java reflection features are exploited to determine the class constructor matching the specified signature and its invocation .

  14. 元素对象工厂的方法或Java类的构造器都不提供标准的树构建算法。

    Neither the methods of the element object factory nor the constructors of the Java classes provide you with a standard tree-building algorithm .

  15. 追踪方面包含了方法和构造器的before和afterAdvice,这意味着入口和出口都被追踪了。

    The Tracing aspect contains before and after advice for methods and constructors , meaning that both entry and exit is traced .

  16. 这包括自己编写强类型视图、区域、强类型HTML构造器、验证等等。

    This included support for strongly-typed views , areas , strongly-typed HTML builders , validation and so on .

  17. 构造器实例化了DOM,因此所有基本类都将使用同一个对象。

    The constructor instantiates DOM so that all underlying classes will use the same object .

  18. API工具&API工具提供了一个构造器(builder),可以报告工作区(workspace)中的API使用和二进制兼容性错误。

    API Tooling-API tooling provides a builder that reports API usage and binary compatibility errors in the workspace .

  19. 构造器获得一个参数,该参数就是为其创建对象的社区的ID。

    Your constructor takes a parameter that is the ID of the community for which this object is being created .

  20. 构造器方法会使用MySQL域包来初始化它的超类。

    The constructor method initializes its super class with the MySQL domain package .

  21. 在反序列化的过程中,SOAP运行时环境使用缺省构造器来构造对象。

    The default constructor is used by the SOAP run time environment to construct the object during the deserialization process .

  22. 但是,设置器方法都集中在构造器中,代码更简洁了,去掉set前缀和末尾的圆括号也大大减少了视觉干扰。

    But the fact that they are all gathered together in the constructor keeps things neat and tidy , and dropping the set prefix and the parentheses at the end reduces visual noise considerably .

  23. 辅助类代理也包含一个默认的无参数构造器,用来建立它所代表的COM对象的实例。

    The coclass proxy also contains a default parameterless constructor for creating an instance of the COM object it represents .

  24. 通常这些稳定的类型规则被放在非默认的构造器(Constructor)和只有Getter的属性(Property)里。

    The usually rules for immutable types were put into place such as no default constructors and only getters for properties .

  25. 表的不同构造器下CDT之间的关系

    The Relation between CDT under Different Constructor of List

  26. 提出了一种基于Agent技术的机群智能构造器CIB。

    This paper presents a cluster intelligent builder ( CIB ), which is based on the agent technology .

  27. 对于submit操作,需要将整个params对象传递给Story类的构造器。

    For the submit action , you passed the whole params object to the constructor of the Story class .

  28. 受到Java教程的启示,这里是一个更复杂的关于天文学的例子,向你展示了在枚举中如何包含属性,构造器和方法

    A more complex example inspired by the Java tutorial takes a more astronomical perspective on enums , and shows how your enums can have properties , constructors and methods

  29. 利用PostBuilder后处理构造器,开发了双转台五轴联动后处理器,并能够产生自定义格式的刀补指令。

    Post-processor for 5-axis CNC machine with dual rotary tables is developed by using the constructor Post Builder and can produce custom format of commands .

  30. 描述逻辑(DescriptionLogic)是基于对象的知识表示的形式化,它依据提供的构造器,在简单的概念和关系上构造出复杂的概念和关系。

    Description Logic is the object-based formal way to represent knowledge , it depends on the provided constructors and construct the complex concepts and roles on the simple concepts and roles .