• 术语价值决定着术语工作属性方法

    The value of the term determines the nature and the method of the terminology work.

    youdao

  • 药柱组件使用IDL定义接口及其属性方法,编译添加接口代码生成组件。

    Interface defined by IDL and attribute method was adopted for grain component, after compiled, interface code was added to create component.

    youdao

  • 大约之后增加了显示调用所有属性方法支持

    About a year later, I've added support for all properties and method display and invocation.

    youdao

  • 会话用于查找现有客户以便创建客户相关订单,并使用适当设置方法设置一些属性

    The session is used to find an existing customer, to create a new order associated with this customer, and to set some attributes with the appropriate set methods.

    youdao

  • 属性一样简单的方法实现一个简单数据接收器

    As with properties, the simplest way is for a simple data receiver.

    youdao

  • 如果属性搜索匹配那么方法成功地找到预期的测试对象返回对象。

    If the property value matches the search value, then the method has successfully found the desired test object and returns it.

    youdao

  • 静态配置使用动态配置相同属性只是不同方法设置

    Static configuration USES the same property values as the dynamic configuration, just set in a different way.

    youdao

  • 属性一样尝试包含外部调用私有方法导致致命错误

    As with properties, any attempt to call a private method from outside the containing class causes a fatal error.

    youdao

  • 正如阅读上篇文章可以想象那样描述这些关系元数据现在可以用存储属性映射相同方法存储XML文件中。

    As you can imagine from reading the preceding article, the metadata that describes these relationships is now also stored in XML files in the same way that attribute-column mappings are stored.

    youdao

  • 首先可以采用处理复杂属性相同方法;可以将所需的多个参数序列化在一起,形成字符串类型的参数。

    First, you can take the same approach as you did with properties; you can serialize the required arguments together into a single type of string.

    youdao

  • REQUIRED事务属性语义J2EE相同,这意味着方法始终事务中执行

    The semantics of the REQUIRED transaction attribute are the same as in J2EE, meaning that the method will always execute within a transaction.

    youdao

  • 事实上JAXB设置输出属性方面灵活性前面两种方法不相上下的。

    In fact, JAXB is probably just as flexible as either of the two previous methods shown in terms of setting up output properties.

    youdao

  • 清单89展示如何使用help方法找到某个管理程序资源相关属性方法

    Listings 8 and 9 show how you can use a help method to finid out the attributes and methods associated with a hypervisor resource.

    youdao

  • find()方法通过测试对象特定属性给定标准比较找到一系列候选对象

    The find() method works by comparing certain properties of the test objects with the given criteria to find a set of candidates.

    youdao

  • Nautilus相同流程中执行扩展能够访问对象方法属性

    Extensions execute in the same process as Nautilus and, therefore, have access to objects, methods, and attributes.

    youdao

  • 这种机制就是属性结构(attribute structure),主要使所有类型信息本身类的方法字段其他组件相关联

    This mechanism is the attribute structure, which basically allows all kinds of information to be associated with a class itself or with the methods, fields, and other components of a class.

    youdao

  • operationName属性应该方法操作名称相同。

    The operationName attribute should equate to the operation name of the method.

    youdao

  • jsp示例输入组件某个简单bean属性绑定在一起Search按钮触发名为searchAction() 的操作方法

    The values of the input components from the SearchForm.jsp example are bound to the properties of a simple bean, and the Search button triggers an action method named searchAction().

    youdao

  • 这个部分阐述了对象属性以及脚本吻合的方法

    This section explains objects, properties, and ways that you can interact with them in your scripts.

    youdao

  • 接口包含方法定义,通过方法定义,客户机可以获取设置数据对象相关联属性

    This interface includes method definitions that enable clients to get and set the properties associated with the DataObject.

    youdao

  • 其他任何PHPV5对象相似,SDO拥有属性普通PHP V5对象的不同之处在于,SDO只是数据容器不能有为之定义应用方法

    Like any PHP V5 object, an SDO has a set of properties, but unlike a normal PHP V5 object they are just containers for data values and cannot have application methods defined for them.

    youdao

  • 虽然应该避免名称隐藏(为本地变量赋予属性相同名称),但是始终使用读写方法访问属性意味着可以本地变量赋予任何名称。

    Although you should avoid name hiding (giving local variables the same names as attributes), the use of accessors to always access attributes means you can give local variables any name you want.

    youdao

  • 还有其他一些属性相关方法

    There are other attribute-related methods.

    youdao

  • 所有其他属性函数类似,这些函数也有相应setter方法

    Like all the other attribute functions, these have corresponding setter methods as well.

    youdao

  • 修改方法可见度方法修改属性可见度的方法一样,即方法声明添加publicprivateprotected

    You can modify the visibility of methods in the same way as properties, adding public, private, or protected to the method declaration.

    youdao

  • retur n属性应该方法返回类型相同。

    The return attribute should equate to the return type of the method.

    youdao

  • 我们完成的任务上文中的故障示例相同没有像前面那样单个Web服务方法设置faul t属性而是使每个方法调用函数

    We did the same thing in the fault example earlier, but instead of setting fault properties in the individual Web service methods, we have each of the methods call this function instead.

    youdao

  • execute()方法验证列表调用每个验证器 execute() 方法,这些验证属性给定表单名称元素的名称相匹配

    The execute() method iterates over the list of validators, invoking the execute() method of each validator whose properties match the given form name and the optional element name.

    youdao

  • 带有三个参数bind()方法清单1使用的带有两个参数的该方法类似第三个参数刚刚创建的属性集合

    The three-parameter bind() method is similar to the two-parameter method used in Listing 1, with the third parameter being the collection of attributes you just authored.

    youdao

  • 带有三个参数bind()方法清单1使用的带有两个参数的该方法类似第三个参数刚刚创建的属性集合

    The three-parameter bind() method is similar to the two-parameter method used in Listing 1, with the third parameter being the collection of attributes you just authored.

    youdao

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

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

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