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.