• 添加日期列出属性信息使用一个,日期。

    Add a date listed to the property information, using a new class, date.

    youdao

  • 可以使用HTML元素一个web页面显示web页面我们正好利用这优势来创建一个extbrowserwindow,该可以在Ext . Window中显示这个web页面。

    You can use the HTML element to display web pages inside another web page, so we'll take advantage of that to create a new ExtBrowserWindow class that will display this web page inside an Ext.Window.

    youdao

  • 是的可以中添加一个成员字段使用这个字段而不是局部变量

    Well, I could add a new member field to the class and use that instead of a local variable.

    youdao

  • 任何曾经大量使用型化数据人都知道,一般来说型化数据集应用程序的一个地方使用

    Anyone who has made heavy use of typed DataSets knows that, in general, each new typed DataSet class is used in one place in an application.

    youdao

  • 模型搜索器中使用Visualize它们添加一个当前中。

    In the Model Explorer, use Visualize to add them to a new diagram or the current class diagram.

    youdao

  • 添加一个项目中,使用默认名称Class1 . cs ”。

    Add a new class to the project. Accept the default name "Class1.cs".

    youdao

  • 注意清单5中Jenabean使用example作为一个本体名称空间

    Notice in Listing 5 that Jenabean USES the example package as the namespace for the new ontology class.

    youdao

  • 实际上实现策略所需全部就是使用一个修改装入器,它根据模板(template)”文件构造实例化

    But in fact, all that is necessary to implement this strategy is to use a modified class loader that constructs new instantiation classes from a "template" class file.

    youdao

  • 日志工具栏使用相同代码使用JournalEntry创建一个日志文档不是文本文档中保存内容

    The journal toolbar USES the same code but instead of saving the contents in a text document, it USES the JournalEntry class to create a new journal document.

    youdao

  • 使用这些时,第一件事就是利用静态方法createBOSession()创建一个会话实例

    The first thing to do when you use these classes is to create a new session instance with the static method createBOSession().

    youdao

  • 使用DB 2ClassLibrary项目模板创建项目时,同时创建了一个DB2Class1 . cs文件

    When you create a new class library project using the DB2 class library project template, a DB2Class1.cs file is also created.

    youdao

  • 使用引入(Introduction),Aspect可以中添加方法变量声明实现一个接口检查异常转换为未检查异常(unchecked exception)。

    Using introduction, aspects can add new methods and variables to a class, declare that a class implements an interface, or convert checked to unchecked exceptions.

    youdao

  • 由于飞马(pegasus)神话中有羽翼(horse),OOP编程的习惯做法就是创建一个pegasus,它使用horse作为其父

    Since a pegasus is a mythological winged horse, the natural OOP thing to do would be to create a new pegasus class that USES the horse class as its parent.

    youdao

  • 似地使用相同URL启动机制JournalEntry又启动一个条目显示日志本身

    Similarly, the JournalEntry class also lets you launch a new entry using the same URL launching mechanisms to show the journal itself.

    youdao

  • 可以表单创建提交按钮把它链接page中的一个方法,使用声明清单2

    You can create a new submit button on a form and link the button to a method on your Page class using the declaration shown in Listing 2.

    youdao

  • 使用一个等价基于Linux模块需要模块等价替换所有导入语句以及所有称为函数变量的对象。

    To use an equivalent Linux-based module, you need to replace all import statements as well as any called functions and variables with the equivalents of the new module.

    youdao

  • 首先使用client创建JID一个客户端连接

    Start by creating a JID and a new client connection with the client class.

    youdao

  • action使用一个resolver处理请求构建Atom提要

    Your new action class USES a resolver class that processes the request and builds the Atom feed.

    youdao

  • 键入一个名字(对于这个实例使用名字Main。)

    Type a name for the new class diagram. (for this example, use the name Main.)

    youdao

  • 大多数插件都有插件如果使用Eclipse向导生成插件,那么向导会自动生成),不知何故XM没有这个插件

    Most plug-ins have a plug-in class (and if you use the Eclipse wizard to generate a new plug-in, it automatically has one), but somehow XM managed to get by without one.

    youdao

  • 但是一个可在内部实施closure利用特性使用__invoke方法

    But there is one feature of the implementation internals of the Closure class that you can exploit: its use of the new __invoke method. The __invoke magic method makes a class callable.

    youdao

  • 如果添加多子只需创建一个具体使用因此我们现在可以很容易地扩展我们代码,还没有任何忧虑

    If you want to add more subtypes, simply create a new concrete class and use it. Hence we can now easily extend our code without any worries.

    youdao

  • 输入了定义一个名字空间创建作为局部使用——这样所有局部变量赋值都将进入这个的名字空间。

    When a class definition is entered a new namespace is created and used as the local scope - thus all assignments to local variables go into this new namespace.

    youdao

  • 定义时候创建一个命名空间,将其作为局部作用域使用——因此所以局部变量的赋值引入的命名空间。

    When a class definition is entered, a new namespace is created, and used as the local scopethus, all assignments to local variables go into this new namespace.

    youdao

  • 复用简单方式准确地使用对象,但是可以一个对象放到个新中。

    The simplest way to reuse a class is to just use an object of that class directly, but you can also place an object of that class inside a new class.

    youdao

  • 中添加一个成员字段使用这个字段不是局部变量

    Add a new member field to the class and use that instead of a local variable.

    youdao

  • 创建项目确认使用一个逻辑化命名结构

    Create a new class project, be sure to use a logical naming structure.

    youdao

  • 如果添加多子只需创建一个具体使用

    If you want to add more subtypes, simply create a new concrete class and use it.

    youdao

  • 唯一可靠方法就是也出口工厂函数一个简单的函数,使用操作符创建对象返回指针

    The only reliable way to do it is to also export a class factory function, a simple function that USES the new operator to create the object and return the pointer.

    youdao

  • 唯一可靠方法就是也出口工厂函数一个简单的函数,使用操作符创建对象返回指针

    The only reliable way to do it is to also export a class factory function, a simple function that USES the new operator to create the object and return the pointer.

    youdao

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

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

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