initializers

网络  初始化器; 初值设定式; 初始值列表; 初始化粒子; 初始化太多

计算机



双语例句

  1. While the above examples are interesting, you probably don't want to keep using object initializers to define individual persons.
    虽然上面这个例子非常有趣,但是您可能不希望一直使用对象初始化来定义个别某些人。
  2. During the initializing phase, any static initializers contained within a class are executed.
    在初始化阶段,类中包含的静态初始化器都被执行。
  3. Instance initializers allow you to execute construction code for an anonymous inner class.
    实例初始化器允许您为一个匿名内部类执行构造代码。
  4. If you have used Zope interfaces, you may have seen examples of class initializers ( zope. interface. implements).
    如果使用过zope界面,也许见过类初始化器的例子(zope.interface.implements)。
  5. Numeric used only character type codes when specifying data types ( but initializers in Numarray can still accept the old character codes).
    Numeric在指定数据类型时只使用字符类型编码(但是Numarray中的初始化软件仍然接受老的字符编码)。
  6. Scala does not have static methods, fields, or initializers.
    Scala没有静态的方法、字段和初始化程序。
  7. Since they are defined as key-value pairs, they are easy to use with Rails initializers or XML configuration files.
    因为它们是定义成键/值对的,所以很容易在Rails的初始化器或者XML配置文件里使用。
  8. The class no longer requires a method, because the constants go into static field initializers in the dex file.
    类不再需要方法,因为常量通过静态字段初始化器进入dex文件中。
  9. Array initializers now support type inference, significantly reducing the amount of code that needs to be typed.
    数值初始值设定项现在可支持类型引用,这样大大减少了代码量。
  10. Generally changes to various initializers will not take effect on existing objects
    一般来说,各种初始化程序的变化对现有对象都没有影响
  11. Type constructors are also known as type initializers.
    类型构造函数也称为类型初始值设定项。
  12. Array initializers may also be used inline for calling functions.
    数组初始值设定项也可以在调用函数中内联使用。
  13. Compiler limit: initializers nested too deeply
    编译器限制:初始值设定项嵌套太深
  14. In C# there is a slight ambiguity in the syntax, which makes it impossible to combine property initializers with object initializers.
    C语法中会有轻微的歧义现象,这使得它可用把属性初始值设定项和对象初始值设定项联系起来。
  15. They should not get their own config or spawn threads or listen on sockets in their constructors or worse still static initializers.
    它们不应该在构造函数中配置自己、创建新线程或监听Sockets,在静态初始化时做这些事情就更糟了。
  16. Constructors are invoked after the instance variables of a newly created object of the class have been assigned their default initial values and after their explicit initializers are executed.
    构造方法是新创建的对象的实例变量缺省初始化以及显式初始化之后才执行的,也就是说在构造方法调用之前这个对象已经存在了。
  17. This program also demonstrates how static field initializers execute before the code inside an explicit type constructor.
    此程序还演示了静态字段初始值设定项如何在显式类型构造函数中的代码之前执行。
  18. Static and instance initializers are not allowed in interfaces
    接口中不允许包含静态和实例初始值设定项
  19. Automatic Properties, Collection Initializers and Implicit Line Continuation Support with VB2010
    VB2010中的自动属性,集合初始器,以及隐式续行支持
  20. Instance initializers are executed only if an object is constructed.
    只有当对象创建后,实例的初始化才开始执行。
  21. Object initializers, which ease construction and initialization of objects.
    对象构造者,使得构造和初始化对象更容易。