• Class definitions place yet another namespace in the local scope.

    定义也是局部作用域中一个命名空间

    youdao

  • CoreClasses.cs contains the class definitions from the UML package used by the application.

    cs包含了应用程序使用uml定义

    youdao

  • "Naked" type parameters can't be used in the implements or extends clauses of class definitions.

    不能定义implementsextends子句使用外露类型参数

    youdao

  • The file will include the specific servlet class definitions and their corresponding URL pattern.

    这个文件包括特定的servlet定义以及它们对应URL模式

    youdao

  • You don't have to manually recreate the backing class definitions when you change the model.

    更改模型不必手动重新创建支持定义

    youdao

  • This header file should ideally contain all the class definitions, member functions, and variables.

    在理想情况下文件应该包含所有定义成员函数变量

    youdao

  • A mechanism for making class definitions and other declarations available in multiple source files.

    使得定义其他声明多个文件中可见的一种机制

    youdao

  • Notice the OWL class definitions created in the AutoLoanOntologyModel project under the ontology package.

    请注意ontology下面AutoLoanOntologyModel项目创建的OW l定义

    youdao

  • The gender and age biases encoded in the class definitions of Jane Austen's nineteenth-century England persist.

    类似奥斯汀十九世纪英国那个阶级社会的对性别年龄偏见依然存在。

    youdao

  • Also like classes, traits can contain nested trait and class definitions and classes can contain nested trait definitions.

    而且traits包含套的trait定义也能包含嵌套的trait定义。

    youdao

  • To a certain degree, then, IDL interfaces correspond to class definitions, and CORBA objects correspond to class instances.

    因而某种程度上IDL接口对应定义CORBA对象对应于类实例

    youdao

  • Listing 1 begins by including the Zorba PHP class definitions, and creating an instance of the memory store with the InMemoryStore class.

    清单1首先包含Zorbaphp定义然后使用inmemorystore创建内存储存一个实例

    youdao

  • It is an optional attribute, which you use if your application requires loading class definitions by reading their location from ApacheDS.

    是个可选属性如果应用程序需要ApacheDS读取位置以便装入定义的时候才这个属性。

    youdao

  • You've seen the class definitions of our view beans, ErrorView and PrefillsRegistrationJSPView, so now let's see how our JSP USES these beans.

    已经看到我们视图bean定义ErrorViewPrefillsRegistrationJSPView那么现在我们来看一下JSP如何使用这些bean。

    youdao

  • Class definitions play some neat tricks with namespaces and you need to know how scopes and namespaces work to fully understand what's going on.

    定义名字空间玩弄了一些小技巧为了全面了解发生的事情,必须了解作用域名字空间的工作方式。

    youdao

  • This feature can, again, significantly reduce the length of your class definitions and make your application code simpler to maintain and easier to read.

    同样这个特性可以显著减少定义长度使应用程序代码更容易维护读取

    youdao

  • To solve this we use a simple fact: Ruby class definitions are more than just declarations, they are actually executed at load time. When this line is loaded.

    要想解决这个问题,我们要了解一个简单事实Rubyclass定义不仅仅声明它们加载时候被执行

    youdao

  • Also note that class definitions must appear at the top level of a module, meaning they cannot be nested classes (classes defined inside other classes or functions).

    另外注意定义必须出现模块顶层,这意味着它们不能嵌套(其它类或函数中定义的类)。

    youdao

  • In Listing 8, you can see how the import declarations let the rules execution engine know where to find the class definitions of the objects you'll be using in your rules.

    清单8中,可以看到import声明如何规则执行引擎知道在哪里查找在规则中使用对象定义

    youdao

  • Create the dummy application (for example, GridApp) with the required class definitions and the required WebSphere eXtreme Scale configuration files in its META-INF directory.

    创建个虚拟应用程序(比如gridapp),其中必需定义WebSphereeXtremeScale配置文件位于META -INF目录中

    youdao

  • Moreover, you may have different class filenames than class identifers declared in class definitions so I doubt simple file search will also not guarantee finding file in source code.

    此外可能不同文件名不是类类定义声明的标识符,所以怀疑简单文件搜索不能保证找到文件源代码

    youdao

  • You can put all of them in a single class or interface (to centralize all of your message definitions in a single location), or you can place these constants in the classes where they are used.

    可以它们放在单独接口中(所有消息定义集中到一个地点),可以放在使用到它们中。

    youdao

  • The annotations (shown in bold) on each class definition and most of the field definitions supply configuration information that JAXB USES to control the conversion of objects to and from XML.

    每个定义注释(粗体显示)大部分字段定义提供配置信息供JAXB用于控制对象XML转换

    youdao

  • The first part of the signature (within the angle brackets '<...>') is just the list of type parameter definitions for the class.

    签名一部分位于括号 ‘<...>’ 内)就是该类类型参数定义清单

    youdao

  • If your class loads the implementation based on some logic, it still needs to require the definitions of all the implementation classes, and that doesn't get you anywhere.

    如果将装入基于某些逻辑实现仍然需要获取所有实现定义并且那样做也无法取得任何效果。

    youdao

  • As an alternative, the recipients could decide to add the class library domain to their definitions.

    作为替代接收可以决定添加他们的定义中。

    youdao

  • Finally, you'll see that all the previous listings explicitly load the class definition files, before parsing the XML definitions and data.

    最后看到,在解析xml定义数据之前上文中的所有清单可以显式地加载定义文件

    youdao

  • If that supplied class is a generic class, all fields of the class are processed as though the most general possible parameter type definitions were supplied for the class.

    如果提供型类,那么即使这个类提供通用参数类型定义也会处理所有字段

    youdao

  • The key point is just that the constant pool contains all the references to other classes and methods used by this class, along with the actual definitions for this class and its methods.

    关键之处在常量包含该类所用的其它方法所有引用,还包含了该类及其方法实际定义

    youdao

  • I'll handle these differing requirements by using a base class for all parameter definitions, subclassing it for each specific type of parameter.

    处理这些不同需求的方法是,首先有形定义使用,然后为每一种特定类型的形参细分类这个基类。

    youdao

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

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

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