• I needed to create an abstract interface, which enables me to return to standard solution at any time.

    需要创建一个抽象接口任何时间可以回到标准方案

    youdao

  • All of the service implementations support the same abstract interface, so that clients can invoke each of them in the exact same way.

    所有服务实现支持同一个抽象接口这样客户机就可以完全相同方法调用它们中的每一个

    youdao

  • At a general level, though, they encapsulate one or more of the following basic session-maintenance mechanisms in an abstract interface.

    但是总的来说,它们都是把下面会话维护机制封装一个抽象接口

    youdao

  • All the information required to access a Web service is available through WSDL — the abstract interface, the binding and the service endpoint.

    访问Web服务所需所有信息抽象接口绑定服务端点可以通过WSDL得到。

    youdao

  • The first defines the abstract interface of a service, represented by port types, which contain collections of operations (that is, business functions).

    一部分定义服务抽象接口端口类型(port type)表示包含操作集合(也就是业务功能)。

    youdao

  • Since the MAC Service is provided at an abstract interface within an end station, it is not possible to specify the total frame transit delay precisely.

    由于MAC服务一台终端工作站以抽象接口方式提供因此它可能指定合适数据包传输延时

    youdao

  • The application itself may use just the abstract interface of the Web service, so some tools would have to be written to generate the stubs that enable an abstraction layer.

    应用程序本身可能正是使用Web服务抽象接口因此必须编写一些工具生成启用抽象存根

    youdao

  • Only the kernel can directly communicate with an SPU and therefore needs to abstract the hardware interface into system calls or device drivers.

    只有内核可以直接SPU进行通信因此需要硬件接口抽象系统调用设备驱动程序

    youdao

  • Unlike an abstract type, an interface cannot declare components or data; it is used instead as the basis of defining the signatures of subprograms that can be invoked.

    没有发现引用源。不抽象类型一样,接口不能宣布构件或者数据用于定义可以激活程序签名基础

    youdao

  • If there are several objects that all have the behavior, and a developer wishes to abstract on that behavior, they can create an interface and then use that.

    如果几个对象间存在公共行为开发者抽象这种行为,那么它就可以创建一个接口使用

    youdao

  • In this case, we use an abstract class to define the service interface and operations of the exposed capabilities, as shown in Figure 3.

    这种情况下我们使用一个抽象定义服务接口以及预期功能操作如图3所示。

    youdao

  • Instead, they deal with the abstract login interface that the callable routine provides.

    相反他们处理可调用例行程序提供抽象注册界面

    youdao

  • Another example how intelligent a refactoring should be: Create an interface which declares an abstract method.

    另一个能证明重构多么智能例子创建接口声明了一个抽象方法

    youdao

  • An anonymous class is a kind of syntactic shorthand that lets you instantiate a class implementing an abstract class or interface where you need it, without having to explicitly give it a class name.

    匿名语法速写标记使能够在需要实现某个抽象或者接口地方创建一类的实例而不需要显式提供类的名称。

    youdao

  • By breadth, I mean the features that were beyond the scope of this article, such as abstract classes, interfaces, the iterator interface, reflection, exceptions, and object cloning.

    广度超出本文范围那些特性比如抽象接口迭代接口反射异常对象复制

    youdao

  • To benefit from the solution, you must clearly define a lasting concrete abstract data buffer interface.

    为了这种解决方案中获益必须清楚地定义具体抽象数据缓冲区接口

    youdao

  • These are the respective implementations of each abstract class and interface in the message queue framework interface package.

    它们分别消息队列框架接口每个抽象接口实现

    youdao

  • Offering both an interface and an abstract class is redundant, but I find it convenient: in most cases, I only need the abstract class, but the interface enables multiple inheritance.

    同时提供接口抽象多余的,发现这样很方便大多数情况下,我需要抽象类,但接口支持继承性

    youdao

  • It comes with a port type compiler to generate a stub that allows invocation using the abstract service interface.

    提供端口类型编译器生成允许使用抽象服务接口调用存根

    youdao

  • It is common in object-oriented development to abstract out a common interface that may have multiple implementations and write code that works with the interface, making it more reusable.

    面向对象开发中,有实践很常见抽象一个可能拥有多个实现接口编写代码以使用接口,从而使可以重复利用。

    youdao

  • For XM, I chose to abstract the user interface and the resource manager.

    对于XM选择了抽象用户界面资源管理

    youdao

  • Applications that use the generated stubs can use the abstract service interface and are thus insulated from the protocol and the WSIF client API.

    使用生成存根应用程序可以利用抽象服务接口并且这样协议WSIF客户机api分离。

    youdao

  • The use of pure abstract C++ explicit interface classes worked against true service invocation transparency, because service clients on non-C++ systems required alternative interface definitions.

    使用纯粹抽象 C++显式接口真正服务调用透明性是矛盾的,因为 C++系统中的服务客户机需要备用的接口定义

    youdao

  • You can modify an existing class, pass it as a parameter, and take advantage of the API without requiring the base API to declare an abstract class or interface.

    可以修改已有,将作为参数传递利用API而不需要基础 API声明一个抽象接口。

    youdao

  • A class (whether abstract or concrete) that implements an interface does not really inherit anything from the interface it implements.

    (不管是抽象还是具体的)实现接口并不真正实现接口继承任何东西

    youdao

  • Its programming interface is strictly based on the abstract service interface defined by the WSDL port type.

    编程接口严格基于WSDL端口类型定义抽象服务接口。

    youdao

  • Each service or proxy that supported an interface was required to inherit from the abstract base class that defined the interface.

    支持接口每项服务代理必须继承定义接口抽象

    youdao

  • Using WSDL, developers can describe their Web services in abstract form, similar to existing Interface Description Languages (IDLs) used in other distributed computing frameworks such as CORBA.

    使用WSDL开发者可以抽象形式描述Web服务,与其它分布式计算框架(比如CORBA)的现有“接口描述语言”(Interface Description Language (idl))类似

    youdao

  • To implement this portlet, first define an interface to abstract the implementation details of the message store (Listing 2).

    为了实现这个portlet首先要定义一个接口以对消息存储器实现细节进行抽象(清单2)。

    youdao

  • To implement this portlet, first define an interface to abstract the implementation details of the message store (Listing 2).

    为了实现这个portlet首先要定义一个接口以对消息存储器实现细节进行抽象(清单2)。

    youdao

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

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

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