• The other notable line in this test is the class definition, which points to the template class, rather than one that you might create.

    这个测试值得注意这个定义指向这个模板的类,不是可能创建的模板。

    youdao

  • Each binding factory class references the support classes for every class with a definition in that binding.

    对于每个每个绑定工厂类都这个绑定中的定义引用支持

    youdao

  • To allow recursion, a collaboration structure is nested within a class specification, which means that all instances of that class will have an internal structure specified by the class definition.

    为了允许递归协作结构套到规范中。就是说这个类的所有实例都将一个定义内部结构。

    youdao

  • With the direct dispatching approach, the API definition class is attached to the controller class, and the API methods are implemented in the controller class as public instance methods.

    通过直接调度方法,可以API定义控制器绑定在一起并且控制器类实现作为公共实例方法API方法。

    youdao

  • If the class is already loaded, the class definition reopens the class, allowing me to make changes.

    如果已经加载,则类定义重新打开类以允许进行变更。

    youdao

  • This process has a variety of USES for developers who want to modify a class without touching the source, or want to change the class definition dynamically at run time.

    对于希望修改而不触及源代码或者希望运行动态修改定义开发人员,这个过程可以实现多种用途

    youdao

  • The generated code for the template class one has both the declaration and definition for the operation op within the template class declaration, as shown in Listing 7.

    模板所生成代码具有在模板类声明内部用于操作的声明定义列表7中所

    youdao

  • To create the JRubyInterpreter class, create a new source code file with an empty class skeleton and add the Interpreter interface to the definition.

    创建jrubyinterpreter,需要先创建一个新的源代码文件,其中带有的类骨架,再定义添加Interpreter接口

    youdao

  • The addOrderFrom() method collapses to the definition of an anonymous inner class creation of the command class, wrapping the two work items.

    addOrderFrom()方法成为公共匿名内部创建定义,将两个工作项目包装起来。

    youdao

  • Listing 1 shows the class definition and relevant method definitions for the PresenceMonitor Web service implementation class.

    清单1展示PresenceMonitorWeb服务实现定义相关方法定义

    youdao

  • If you've already pickled instances of a class that needs changing, you'll likely want to retrieve and update those instances so that they continue to function properly with the new class definition.

    如果已经某个实例进行了pickle,而现在又需要更改这个,则可能检索更新那些实例,以便它们新的定义继续正常工作。

    youdao

  • Note the implements keyword in the class definition where it's declared that this class implements the SensorListener interface.

    注意定义中的implements关键字,其中声明该类实现Sensor Listener接口。

    youdao

  • However, the major disadvantage of a stub class is that the slightest change of a web service definition may be enough to render a stub class useless, in this case, the stub class must be regenerated.

    然而存根主要不足之处在于即使Web服务定义很小变动造成存根类无法使用,这时存根类必须重建

    youdao

  • A class definition for the implementation code: this class must become the PortType class named in the Basics TAB of the properties box, and the class must be public.

    实现代码定义该类必须成为属性Basics选项卡指定porttype类,并且该类必须公有的。

    youdao

  • The searched-for class definition existed when the currently executing class was compiled, but the definition can no longer be found.

    目前执行已经编译但是找不到它的定义时,存在searched -for类定义。

    youdao

  • In the block-size-column.py example, both nautilus.ColumnProvider and nautilus.InfoProvider are enumerated in the class definition, so the new class inherits from both.

    block -size - column . py的例子中nautilus . ColumnProvidernautilus . InfoProvider在定义中有举例,因此类要从这两处继承

    youdao

  • Then, Castor's mapping system USES the definition of the author class, within the class element, to handle the properties of an author.

    这样的话Castor映射系统就会使用class元素中的author定义处理作者的属性

    youdao

  • For testing purposes, you can always change the definition of the class on the fly. You can open the existing class later.

    为了测试可以动态地改变定义

    youdao

  • The definition is a simple one: The class is Post and extends AppModel, and you should set the class variable $name to post.

    定义十分简单Post扩展 AppModel并且应当变量 $name post。

    youdao

  • The value of the class attribute in the extension definition above is: com.devworks.example.map.DirectionsLookupDelegate, which is the name of a class that extends the LiveNameActionDelegate class.

    上述扩展定义class属性:com . devworks . example . map . DirectionsLookup,是扩展refreshpersonaction的类名称

    youdao

  • Before JPA 2.0, this semantic distinction was represented via corresponding class-level annotations in the persistent-class definition.

    JPA 2.0之前这种语义区分通过持久化类定义中的对应类级别注释表示的。

    youdao

  • Registers a class definition with this container and marks the class as a singleton class.

    这个容器注册定义将该类定义一个单独的类。

    youdao

  • Notice that now in a class definition, keyword arguments are allowed after the list of base classesgenerally speaking, class Foo(*bases, **kwds): pass.

    注意现在定义中,关键字参数允许出现列表之后通常来讲,即class Foo(*bases, **kwds): pass。

    youdao

  • Scala makes it possible to reuse the new member definitions of a class (i.e. the delta in relationship to the superclass) in the definition of a new class.

    Scala允许定义时候重用一个类中新增成员定义(即相较于其父类的差异之处)”。

    youdao

  • An attribute associated with a class object. Class attributes are defined inside a class definition but outside any method.

    属性:属于某个类的对象的属性。类的属性在类定义内部,在类内方法之外

    youdao

  • The derived class that you design must have a nested template class/structure named definition (you may not change this name). The definition class has the following properties

    设计派生必须一个名为definition可以修改)的嵌套模板类/结构

    youdao

  • Methods are defined inside a class definition in order to make the relationship between the class and the method explicit.

    方法定义一个定义内部,这样能保证方法之间关系明确。

    youdao

  • As I've done in previous articles in this series, I'll use the Person class as a starting point for exploring Scala's inheritance system. Listing 1 shows the Person class definition.

    系列之前文章类似,使用Person作为起点探索Scala继承系统

    youdao

  • But to be able to reach any private data within a user defined class you have to declare the global function as a friend within the definition of the class.

    为了访问一个用户定义的私有数据必须声明全局函数友元函数,并且定义

    youdao

  • There is one crucially important difference between how we define variables and class data members: We ordinarily cannot initialize the members of a class as part of their definition.

    定义变量定义数据成员存在非常重要区别一般不能成员初始化作定义的一部分

    youdao

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

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

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