• 添加字符串名称、一个端口变量还有两个函数构造服务

    I add a string name and port class variable and then two functions: a constructor and the server.

    youdao

  • 如果需要创建时间相关数据类型的单个,可以使用类型构造函数提供时间字符串表示形式作为参数

    When you want to create an atomic value of one of the time-oriented data types, use a type-constructor function and provide the string representation as an argument.

    youdao

  • 定义一个构造函数初始所需数据

    Define a constructor function which initializes the required data.

    youdao

  • 配置传递构造函数记录内容不属于本文讨论范围。

    Configuration of the logger passed to the constructor is beyond the scope of this article.

    youdao

  • 站点构造函数采用设计宿主组件以便可以建立2中所组件-容关系

    The site constructor takes the designer host and the component so that it can establish the component-container relationship shown in Figure 2.

    youdao

  • 第二情况类型具有一个用于静态字段初始值设定项这种情况下,编译会在后台添加类型构造函数

    The second scenario is when a type has a initializer for a static field, in which case the compiler adds a type constructor behind the scenes.

    youdao

  • 侦听构造函数中登记诱惑人,但是一个应当避免的诱惑。

    It is tempting to register a listener from its constructor, but it's a temptation you should avoid.

    youdao

  • 这件事情最有条理方法组件的构造函数找到执行服务定位查找的语句,语句移实例化该组件的中。

    The most methodical way of doing this is to find one of the service locator lookups in a constructor and push it to the class instantiating it.

    youdao

  • 如果以非wsdl模式创建服务我们必须指定服务uri清单3在作为第二参数传递构造函数选项数组指定的。

    When setting up the server in non-WSDL mode, it is mandatory to specify the server URI; in Listing 3, this is specified in the options array passed to the constructor as the second argument.

    youdao

  • 使用方法时,我们必须记住机制支持访问注入支持基于构造函数参数的注入。

    While using this approach we have to remember that this mechanism supports only accessor-based injection, constructor argument based injection is not supported.

    youdao

  • 清单1实例一个默认查看可以定制树,并用树对象作为参数,用构造函数实例化树查看

    Listing 1 instantiates a default tree viewer; you can also customize the tree and instantiate the tree viewer by using a constructor with a tree object as the parameter.

    youdao

  • 可以检查是否支持模式类型构造函数,特别是当时

    It can also detect if a constructor function of a schema-type is supported; more about that in a moment.

    youdao

  • 注意站点构造函数接受设计宿主实例

    Note that the site's constructor accepts a designer host instance.

    youdao

  • 构造函数方法使用标准化的方法确保重载包含XML解析使用符号

    The constructor method uses the normalize method to ensure that the override value strings do not contain symbols used by XML parser.

    youdao

  • 这个检测寻找构造函数初始化之前读取字段

    This detector finds fields that are read in constructors before they're initialized.

    youdao

  • 对象包括三个函数构造动态创建脚本标记从而运行Yahoo

    Its implementation consists of three functions: a constructor, a method that dynamically creates a script tag and thereby runs the Yahoo!

    youdao

  • 一个操作数包装number 、boolean 、string或者其他新增类型构造函数中。

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

    youdao

  • 存在类型构造函数时,编译不会beforefieldinit标记类型,精确计时限制导致FxCop暗示性能下降

    When an explicit type constructor is present, the compilers will not mark the type with beforefieldinit, and the precise timing restrictions lead to the performance drop hinted at by FxCop.

    youdao

  • 构造函数用于数据传递给sqrt初始化作业上的所有本地资源

    The constructor is used to pass data to the class and initialize any resources that are local to the job dispatcher.

    youdao

  • 构造函数含有两个参数初始化属性配置的记录(logger)实例

    Its constructor takes two arguments: initialization properties and a pre-configured logger instance. Properties object contains the following.

    youdao

  • 自动装箱:编译生成包装value Of方法调用而是生成构造函数的调用。

    Autoboxing: Rather than generating calls to the valueOf method in the wrapper class, the compiler generates calls to the constructor instead.

    youdao

  • 因为Timer不是接口而且线程实际类的构造函数中产生的,所以应用服务不能修改这种行为

    Because Timer is a class rather than an interface and the threads are actually spun off in that class's constructors, an application server cannot modify this behavior.

    youdao

  • 我们重写构造函数,其中实例化了服务SugarRestServiceXMLserve方法实例化响应类。

    You also override the constructor where you instantiate the server class and the SugarRestServiceXML: : serve method to instantiate the response class.

    youdao

  • 为了轻松管理web页面验证valid . js文件定义Validator List构造函数(参见清单8),创建一个包含有验证数组对象

    To easily manage the validators of a Web page, the valid.js file defines the ValidatorList constructor (see Listing 8), which creates an object wrapping an array of validators.

    youdao

  • 即使使用Static2实例编译仍然创建这个对象以便不会遗漏调用构造函数任何副作用

    Even though you won't use the instance of Static2, the compiler will still create the new object so as not to miss any side effects of invoking the constructor.

    youdao

  • 并且由于Student控制每个函数都会接触模板视图所以需要加载urlHelper作为Student构造函数一部分(参见清单14)。

    And, because every function in the Student controller touches the template view, you need to load the URL Helper as part of the Student constructor (see Listing 14).

    youdao

  • 开始描述的两个定时,System . Threading . Timer四个重载构造函数下面这样

    Unlike the previous two timer classes that I have just covered, System.Threading.Timer has four overloaded constructors. The following shows what they look like.

    youdao

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

    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.

    youdao

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

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

    youdao

  • 通常通过查找确保存在匹配超级构造函数类型检查确保这些超级构造函数调用成功

    Normally, the type checker ensures that these super-constructor calls will succeed by looking up the superclass and making sure that a matching super-constructor exists.

    youdao

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

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

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