• 这个策略指定为这个名称原因大多数情况下后端处理功能通过使用接口API客户应用程序公开。

    I've given this strategy its name because in most cases, back-end processing functionality is exposed to client applications through the use of interfaces or an API.

    youdao

  • 服务可以呈现消费者——不论是组织内部外部——使用相同接口连通协议

    Services can be presented to consumerseither internal or external to the organizationusing the same interface and connectivity protocols.

    youdao

  • SOA一个体系结构概念其中所有功能服务使用描述语言加以定义,且各自的接口通过网络进行发现。

    SOA is an architectural concept in which all functions, or services, are defined using a description language and where their interfaces are discoverable over a network.

    youdao

  • 一方总是使用公布的接口分配释放缓冲区从而避免潜在不一致

    The other party always USES the published interface to allocate or free buffers to avoid possible inconsistency.

    youdao

  • 对于ODBCJDBC这样动态接口,应该使用一次准备、多次执行”的编程范型避免完全的开放性。

    With dynamic interfaces, such as ODBC or JDBC, full opens are avoided by using a "prepare once, execute many" programming paradigm.

    youdao

  • 流程中我们使用术语合作伙伴描述正在调用接口正在调用其他服务

    Within a process, we use the term partner to describe the other services that may be calling your interfaces or that you may be calling.

    youdao

  • 不过,所使用样式是否创建松散类型泛型接口没有任何关系

    However, the style you use has nothing to do with whether you create a loosely typed or generic interface or not.

    youdao

  • 数据库发生创建更新删除事件时,我们使用适配器入站接口调用业务流程

    We'll be using the "inbound interface" of this adapter to kick-off business processes when a create, update, or delete occurs in a database table.

    youdao

  • 重构——修改扩展现有应用程序,提供适合作为服务使用接口

    RefacingThe existing application is modified or extended to provide a new interface more suited to its use as a service.

    youdao

  • 直接指定服务接口使用附加参数(所需端口完全限定名称)调用方法

    Specify just the service interface class, or call the method with an additional parameter, which is the fully qualified name of the desired port.

    youdao

  • 例如医疗支付者可能使用挖掘接口发现护士通过病人通话记下特定疾病症状

    For example, a health care payer may use the mining interface to discover occurrences of particular diseases or symptoms in notes taken by nurses who interact with patients on the phone.

    youdao

  • UNIX中的术语shell的是键入命令执行功能时所使用接口

    The term shell in UNIX refers to the interface you use when typing commands or performing functions.

    youdao

  • 可以使用ifconfiglsattr来查看特定接口设置

    You can view the specific interface Settings using either ifconfig or lsattr.

    youdao

  • 此外一旦注册计数器任何已经使用WindowsRegistryPD H接口应用程序能够自动监控这些特殊的计数器。

    Moreover, any application already using the Windows Registry or the PDH interface automatically are able to monitor these special counters, once the counters have been registered for collection.

    youdao

  • 由于Castor使用具体不是接口,因此对于构造修改文档数据结构jaxb略微简单。

    Since Castor USES concrete classes rather than interfaces, it's a little simpler than JAXB for constructing or modifying document data structures.

    youdao

  • 将为端口ServiceInterface (type)提供使用的服务添加一个接口

    This adds an Interface to those provided or used by the Port's Service Interface (type).

    youdao

  • Flex应用程序并没有直接数据库服务器通信,而是使用可以通过rest式HTTPSOAP接口访问Web服务处理数据

    Rather than directly communicate with a database server, Flex applications typically work with data using Web services that are accessible using a RESTful HTTP or SOAP interface.

    youdao

  • 部分说明如何使用管理控制台脚本编程接口启用Portlet片段缓存

    This section shows how you can turn on portlet fragment caching using the administrative console or with the scripting interface.

    youdao

  • RDS主要用来3d物理虚拟环境中模拟机器人应用程序使用WindowsWeb的接口机器人进行交互

    RDS is primarily used to simulate robotics applications in 3d physics-based virtual environments and interact with robots using Windows or Web-based interfaces.

    youdao

  • 使用EJB 本地接口创建提取EJB实例,与服务器端的 EJB编程方法一样

    Use the EJB home interface to create or fetch instances of EJBs, in the same manner as server-side EJB programming

    youdao

  • 应该使用typedef创建新的类型名称帮助解释接口保存输入

    You should use typedef to create a new name for a type that will help clarify the interface or save typing.

    youdao

  • 旨在演示可以基于使用SQL (JDBC/ODBC)XQuery关系应用程序编程接口传统实现

    The figure is intended to illustrate that the traditional implementation may be based upon a relational application programming interface (API) using SQL (JDBC/ODBC) or XQuery.

    youdao

  • 这些接口允许SQL查询存储过程同时使用多个数据源对象

    These interfaces allow neither SQL queries nor stored procedures that use objects on both sources. Figure 1 shows a diagram of such a distributed application.

    youdao

  • 使用方法将选择创建目标接口

    With this method, you select or create the source and target interfaces.

    youdao

  • 只要愿意,你可以使用接口标准框架,你还可以完全POJO领域模型进行编码,你可以两者结合使用

    You can, if you like, use interfaces or standard framework classes, or you can code entirely to POJOs and your domain model, or, you can work with a mixture of both.

    youdao

  • 由于接口这些接口使用业务对象流程任务所有版本必须完全相同,因此应该考虑使用类型接口

    Because interfaces and business objects used by these interfaces must be identical for all versions of a process or task, consider using weakly-typed interfaces.

    youdao

  • 接口——服务请求调用中介组件使用一个多个接口

    Interfacesone or more interfaces to be used by service requesters to invoke the mediation component.

    youdao

  • 不同服务可以使用相同接口获取通知执行管理

    Different services use the same interface to get notification or perform management.

    youdao

  • JDK动态代理起来非常简单,当它有个限制,就是使用动态代理对象必须实现一个多个接口

    The JDK dynamic proxy is simple to use, but the JDK dynamic proxy approach requires the target objects implement one or more interfaces.

    youdao

  • 使用包含组织最终用户使用应用程序外部组织客户合作伙伴)的入站接口

    The consumer layer contains the applications used by end users within an organization, or the inbound interfaces to external organizations (such as customers or partners).

    youdao

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

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

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