go top

网络释义

  chain-of-responsibility pattern

...式用来对类或对象怎样交互和怎样分配职责进行描述,主要包含以下11种设计模式: 责任链模式(Chain of Responsibility Pattern):使多个对象都有机会处理请求,从而避免请求的送发者和接收者之间的耦合关系。

基于2824个网页-相关网页

  Chain of Responsibility

责任链模式(Chain Of Responsibility):将客户的请求传递给一组处理者组成的链,动态分配处理请求的责任,而用户不需要知道具体由谁处理了请求,降低请求者和处理者的...

基于1558个网页-相关网页

  Chain of Responsibility Pattern

...HashMap实现缓冲池重用现有的同类对象,如果未找到匹配的对象,则创建新对象 行为型模式 这些设计模式特别关注对象之间的通信。 责任链模式Chain of Responsibility Pattern):拦截的类都实现统一接口,每个接收者都包含对下一个接收者的引用。

基于54个网页-相关网页

短语

行为模式之责任链模式 Responsibility Chain

我对责任链模式 Responsibility Chain

设计模式之责任链模式 CHAIN OF RESPONSIBLE

责任链设计模式 Chain of Responsibility pattern

 更多收起网络短语

双语例句

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

    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

  • 尝试 Rational Software Architect使用责任设计模式情境建模

    Try modeling this scenario using the Chain of Responsibility Design Pattern in Rational Software Architect.

    youdao

  • Ranvier并不使用正则表达式公共uri重写私有uri,而是实现责任链(chain - of - responsibility)设计模式,把资源判断任务委托相关代码

    Instead of using regular expressions to rewrite public URIs onto private ones, Ranvier implements a chain-of-responsibility design pattern to delegate resource determination to relevant code.

    youdao

更多双语例句

百科

责任链模式

责任链模式是一种设计模式。在责任链模式里,很多对象由每一个对象对其下家的引用而连接起来形成一条链。请求在这个链上传递,直到链上的某一个对象决定处理此请求。发出这个请求的客户端并不知道链上的哪一个对象最终处理这个请求,这使得系统可以在不影响客户端的情况下动态地重新组织和分配责任。

详细内容

以上来源于: 百度百科
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

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

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