但如果你有一个传统的系统,但是它不是使用像适配器这样的模式设计的。
But what if you have a legacy system that was not designed with patterns like adapters?
框架通过框架适配器、代理和相关设计模式的实现提供与其他技术的透明集成。
The framework provides transparent integration with other technologies via framework adapters, proxies and the implementation of related design patterns.
因此,如果希望将适配器应用到设计中,将从选择面板选择对应的元素,并在工具中进行一些操作,以对设计进行转换,从而实使用该模式。
So, if you wanted to apply an adapter to one of your designs, you'd pull that element off the palette and make some manipulations in the tool to actually transform your design to use the pattern.
由框架(消息传送、适配器、远程代理和外观)实现的设计模式隐藏与远程API相关的复杂性,从而实现透明和安全访问。
Design patterns implemented by the framework (messaging, adapters, remote proxies and facades) make this possible by hiding the complexities associated with remote APIs.
没有方面,你将可能重新生成系统,将每一个调用定位于服务,设计一个适配器,并执行Adapter模式。
Without aspects, you will probably refactor the system, locate every call to the service, design an adapter, and implement the Adapter pattern.
它使用灵活的适配器来处理基于非规范接口和协议的通信(spoke),是该方面公认的设计模式。
This is a recognized design pattern that specifies the use of flexible adapters to handle communication with maverick interfaces and protocols (the spokes).
为了得到最好的适配器灵活性与可扩展性,适配器的总体类结构均通过使用下列设计模式的组合来构建
To achieve the maximum level of flexibility and extensibility for the adapter, the overall class structure of the adapter is constructed by using a composition of the following design patterns
在设计模式中适配器用来连接实现了不兼容接口的两个类。
The adapter design pattern is used when you want two different classes with incompatible interfaces to work together.
文中论述适配器模式、工厂模式以及观察者模式在雷达终端软件系统中的应用,介绍如何通过设计模式提高软件的复用性。
Based on application description of the adapter, factory and observer modes in radar terminal software, this paper introduces how to improve the software reusability via design mode.
介绍了设计模式的概念以及当前设计模式的一般分类,然后以适配器模式为例,对设计模式的应用进行了研究探讨。
This paper, starts with the concept and classification of the design patterns, studies the application of design patterns with the example of adapter pattern.
介绍了设计模式的概念以及当前设计模式的一般分类,然后以适配器模式为例,对设计模式的应用进行了研究探讨。
This paper, starts with the concept and classification of the design patterns, studies the application of design patterns with the example of adapter pattern.
应用推荐