• The state pattern is a similar to the command pattern, but the intent is quite different.

    状态模式类似命令模式,但是意图截然不同。

    youdao

  • The Command pattern says, "I don't care what the code to run is; just put in this method."

    Command模式,“关心运行代码什么,把它放在方法中就行了。”

    youdao

  • This list can give you some good examples of what kind of problems o features are suitable for command pattern.

    列表可以一些什么样问题特征例子命令模式合适的。

    youdao

  • A command pattern is created for the selection of the correct rule and its execution in the corresponding rule engine.

    创造一个命令模式进行正确规则选择及其相应规则引擎上的执行

    youdao

  • As far as I know, four terms always associated with the command pattern are command, receiver, invoker and client.

    所知总是命令模式相关命令,接收调用客户端

    youdao

  • Implementation of a command pattern with Web services, where a SOAP message defines the command and attachments contained in supporting XML documents.

    Web服务命令模式实现SOAP消息定义了命令附件,它们被包含支持XML文档中。

    youdao

  • To make tests into objects, they used the Command pattern, which encapsulates "a request as an object, thereby letting you […] queue or log requests."

    为了使测试成为对象他们使用Command模式模式“将请求封装成对象从而可以……建立请求队列或者记录请求”。

    youdao

  • The command pattern is distinguished by the encapsulation of distinct activities into reusable objects whose behavior can be parameterized per request.

    Command模式非常有名把一些独特活动封装起来成为可重用的对象,对于每次请求,这些对象的行为都可以参数化。

    youdao

  • I am learning command design pattern. As far as I know, four terms always associated with the command pattern are command, receiver, invoker and client.

    学习命令设计模式所知总是命令模式相关命令,接收调用客户端

    youdao

  • Purdy also highlighted the Coherence incubator which has grown to include implementations of core application building blocks such as command pattern and messaging frameworks.

    Purdy同时强调Coherence孵化器包括核心应用构建实现比如命令模式信息框架。

    youdao

  • Based on the command pattern, utilizing the isolation of method invocation and method execution and using centralized schedule, we designed a flexible online evolution mechanism.

    基于设计模式中的命令模式,利用方法调用方法执行分离原则采用集中调度控制所有方法执行的方式,设计出一种灵活的软件在线演化机制。

    youdao

  • Every command class created from the command pattern would write information to the log. This can include the name of the command class or any parameterized information in the pattern.

    每个command模式中建立command都会信息日志,包括command类的名字或者模式中的任何参数信息。

    youdao

  • The framework we'll create is a simple 3-tier framework that processes business logic using three patterns: the 3-layer architecture pattern, the Singleton pattern, and the Command pattern.

    我们将要建立一个简单的3-tier框架,它使用三种模式处理业务逻辑:3-layer体系结构模式Singleton模式Command模式。

    youdao

  • The Command Pattern: encapsulates a request as an object, thereby letting you parameterize other objects with different requests, queue or log requests, and support undoable operations.

    命令模式:将“请求封装对象以便使用不同请求队列或者日志来参数其他对象。命令模式也支持撤销操作

    youdao

  • The Chain of Responsibility pattern supports decoupling by passing a request between potential receivers, whereas the command pattern supports using a command object to encapsulate a request.

    责任模式通过可能接受方传递请求解耦命令模式是通过请求封装成对象

    youdao

  • Pattern: Deployers, or headless processes, can type a single command to generate working software for users.

    模式部署无头流程只需输入单一命令,即可用户生成有效软件

    youdao

  • You can specify a pattern on the command line or a list of patterns in a text file.

    可以命令指定模式或者文本文件中指定模式列表

    youdao

  • They specify a pattern, and the command that immediately follows a regular expression address will only be applied to a line if it happens to match this particular pattern.

    它们指定一种模式紧跟规则表达式地址之后的命令适用正好特定模式匹配的

    youdao

  • Pattern: Securely interface with multiple machines without typing a command.

    模式安全地台计算机进行交互不需要输入任何命令

    youdao

  • Because it finds at least one match to its two-character pattern on every line, the grep command outputs every line in the input file.

    由于每行至少找到此双字符模式一个匹配项因此grep命令会输出输入文件中的每个

    youdao

  • This produced no output, because the "d" command zapped every single line in the pattern buffer!

    不会产生输出因为d命令除去模式缓冲区中的行!

    youdao

  • The pattern and replacement can be practically anything, and they don't need to have a 1:1 relationship like they do with the tr command.

    实际上模式替换可以是各种各样的内容并且它们之间需要tr命令那样具有1:1的关系

    youdao

  • An awk command consists of a pattern and an action composed of one or more statements, as shown in the syntax below.

    awk命令包括模式一条多条语句构成操作,语法如下示。

    youdao

  • Once a line was read into the pattern buffer, it performed the 'd' command and printed the contents of the pattern buffer (nothing in this example).

    一旦将读入模式缓冲区它就执行'd '命令然后打印模式缓冲区内容(没有内容)。

    youdao

  • The Command design pattern provides a way to encapsulate behavior in a class with well-known execution semantics. Listing 4 shows the result of applying these two patterns to the code in Listing 3.

    公共设计模式提供了利用常规执行语句中封装行为方法

    youdao

  • You can search for strings in vi using the / command, specifying the pattern to match either as a literal string or as a regular expression.

    vi 中可以使用 /命令搜索字符串需要以字面字符串正则表达式的形式指定匹配模式

    youdao

  • After running this script using the -f command in the CLI, you should be able to verify the results by either querying the CLI for the new pattern, or by logging into the administration console.

    CLI使用- f命令运行脚本应当能够检查结果:在CLI查询模式或是登录管理控制台。

    youdao

  • You'll also notice that we've replaced the 'd' command with the 'p' command, which as you might guess, explicitly commands sed to print the pattern space.

    注意到我们'p '命令替换了'd '命令,您所猜想的那样,这明确要求sed打印模式空间。

    youdao

  • This command does not mirror actual usage on a Lotus Domino server because the I/O pattern for a Lotus Domino database is historically expected to be multi-threaded and random.

    这个命令没有反映LotusDomino服务器实际使用因为 Lotus Domino数据库I/O模式一直都多线程和随机的。

    youdao

  • This command does not mirror actual usage on a Lotus Domino server because the I/O pattern for a Lotus Domino database is historically expected to be multi-threaded and random.

    这个命令没有反映LotusDomino服务器实际使用因为 Lotus Domino数据库I/O模式一直都多线程和随机的。

    youdao

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

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

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