青年中文青年中文

command pattern的意思

command pattern中文翻譯:

命令模式

相似詞語短語

command───n.(給人或動物的)命令;指令;(尤指陸海空三軍的)指揮(權);部隊;指揮部;(尤指對語言的)掌握;(在一名指揮官管轄下的)軍隊(或地區);v.命令;統率(陸軍、海軍等);值得(同情、尊重等);俯瞰;控制(情感);掌握,擁有;n.(Command)(美)科芒(人名)

command line───n.命令行;[計]命令行

pattern───vi.形成圖案;vt.模仿;以圖案裝飾;n.模式;圖案;樣品

disobeyed command───違抗命令

command pilot───機長;特級飛行員

command post───指揮所,戰地指揮所;n.<美>戰地指揮所

on command───按命令

command respect───使人敬仰;令人肅然起敬

combatant command───作戰司令部

雙語使用場景

A simplified version of the Command pattern is shown in Figure 6.───圖6顯示的是命令模式的一個簡化版本。

This is an application of the Command pattern.───這是Command模式的一個應用。

This invocation is modeled as a command pattern.───這種調用采用命令模式。

A command pattern is created for the selection of the correct rule and its execution in the corresponding rule engine.───創造了一個命令模式進行正確規則的選擇及其在相應規則引擎上的執行。

The state pattern is a similar to the command pattern, but the intent is quite different.───狀態模式類似于命令模式,但是意圖截然不同。

The Command pattern used in this article has been simplified for clarity.───本文中使用到的Command模式為達到清楚明了,已作了一定的簡化。

All business logic is encapsulated in Command objects by applying the Command pattern.───所有的業務邏輯通過應用Command模式來封裝在Command對象中。

英語使用場景

The Command pattern implementation supports a request log, a queueing mechanism and undoable operations.

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.