• JSF框架控制器使用这个视图ID当前的视图查找组件

    The JSF framework controller USES the view ID to look up the components for the current view.

    youdao

  • 一个测试查找组件可靠方式保证组件查找从不失败即使GUI布局将来会改变

    This is the most reliable way to find components in a test; it guarantees that component lookup will never fail, even if the GUI's layout changes in the future.

    youdao

  • 这些系统组件证书管理注册表查找信息

    These system components look for information in a certificate management registry.

    youdao

  • 查找数据瓶颈时应该中央系统组件开始

    When looking for data bottlenecks, you should start at the central system components.

    youdao

  • 为了保持简单我们查找组件处理程序其转换已知实现类型

    For simplicity here, we have looked up our component handler and then cast it to the implementation class type that we know.

    youdao

  • 通过JNDI查找访问资源组件资源方式传递然后返回部署描述符资源引用元素描述资源。

    To access a resource through a JNDI lookup, a component passes in a resource name and gets back the resource described in the deployment descriptor by a resource reference element.

    youdao

  • 而应该给组件安装一个焦点侦听器,并查找FOCUS_GAINED事件

    Install a focus listener on the component and look for the FOCUS_GAINED event.

    youdao

  • 了解体系结构组件以及它们支持广告查找检索管理治理服务元数据方面如何相关

    You learned about the architectural components and how they relate in allowing service metadata to be advertised, found, retrieved, managed, and governed.

    youdao

  • 对于输入服务中的每个组件数据库查找同义词

    For each constituent word in the input service name, look up the synonyms in the database.

    youdao

  • 特别是EJB引用它暴露JNDIJ2EE中的另外一项关键角色查找其他应用程序组件

    EJB references, in particular, expose another key role for JNDI in J2EE: finding other application components.

    youdao

  • 使用浏览器可以浏览查找所需组件然后可以使用项目依赖性插件(参见1)根据需要调整项目依赖性

    The explorer lets you browse to find the one you want, then you can use the project dependency plug-in (see Figure 1) and adjust your project dependencies if needed.

    youdao

  • 通过查找组件可以迅速地连接CICS

    With this lookup name, the components can quickly make a connection to CICS.

    youdao

  • 一旦所有组件已正常运行只需更新客户机实际执行查找调用第一EJB组件

    Once all the components are up and running, you just need to update the client to actually do the lookup and invoke the first EJB component.

    youdao

  • 创建这样一个组件时,可视化引擎查找那些已经选中代码组件它有直接关系组件

    When you create such an element, the visualization engine looks into only the code element that is selected and to its immediately related elements.

    youdao

  • 系统内存使用组件进行划分分析每一个组件的内存使用情况,并且查找浪费的情况。

    It splits memory usage by component in the system, analyzes the usage in each component, and looks for wasteful practices.

    youdao

  • 然而引用查找组件组装图中存在

    However, the component that the reference is looking for does not yet exist on the assembly diagram.

    youdao

  • 凡是遗留代码集中出现单件查找地方,稍加修改即可换服务定位器查找同样的组件

    Wherever there are singleton lookup in the legacy codebase, a small change is made to lookup the same component via the service locator instead.

    youdao

  • JNDIJ2EE中的角色就是交换机” —— J2EE组件运行时间接地查找其他组件资源服务通用机制

    The role of JNDI in J2EE is to be the "switchboard" -- a generic mechanism for J2EE components to find other components, resources, or services indirectly at run time.

    youdao

  • 拥有用于查找GUI组件可靠机制

    Having a reliable mechanism for finding GUI components.

    youdao

  • 借助于IoC框架应用组件(例如视图)无需实例化依赖(所用对象),甚至都不用查找

    Using an IoC framework, the components of your application (for example, Views) don't instantiate or even look up their dependencies (the objects they work with).

    youdao

  • 不再将fieldName作为默认标签载入,而是想让字段复合组件Faces相关资源查找fieldName。

    Instead of loading the fieldName as its default label, you want the field composition component to look up the fieldName in the resource bundle associated with Faces.

    youdao

  • 为了能够得到JDBC连接首先执行些小部署配置这样我们可以本地组件JNDI下文查找DataSource

    To be able to acquire a JDBC connection, we first need to perform some minor deployment configuration so we can look up a JDBC DataSource in the local component's JNDI context.

    youdao

  • 在后一种情况下组件工厂(Factory)设计模式查找指定缺省格式化器。

    In the latter case, the component USES the Factory design pattern to look up the default formatters for the class of the specified value.

    youdao

  • 这些方法用于查找配置faces - config . xml中的正确渲染器组件

    These are used to look up the correct renderer and the component that is configured in faces-config.xml.

    youdao

  • 现在可以编写客户机查找调用Python组件功能

    Now you can write a client that can find and invoke the functions in the Python component.

    youdao

  • 查找一个适当的KParts组件

    Finding an appropriate KParts component.

    youdao

  • 查找使用Database并发策略EJB组件对象,请搜索weblogic-ejb-jar.xml文件中的以下元素

    To find the EJB components and projects that use the Database concurrency strategy, search the weblogic-ejb-jar.xml files for this element

    youdao

  • 最后正确地指出EntityManager实现只有一个就不需要进行JNDI查找使得使用JPA实体组件变得异常简单

    Finally, you rightly pointed out that there is only one EntityManager implementation, which eliminates the need to do a JNDI lookup, and makes using a JPA entity component extremely easy.

    youdao

  • Xapian组件提供核心数据库功能存储信息以及搜索检索系统查找单词和单词组合参见参考资料)。

    The Xapian component provides the core of the database functionality (for storing the information), and the search and retrieval system for finding words and word combinations (see Resources).

    youdao

  • 另外AWTRobot组件查询(比如查找带有文本OK”的按钮)提供可靠机制

    Furthermore, the AWT Robot doesn't provide a reliable mechanism for component lookup (such as find button with text "ok").

    youdao

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

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

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