书栈网 · BookStack 本次搜索耗时 0.058 秒,为您找到 1741 个相关结果.
  • MVC 应用MVC Applications

    446 2021-02-19 《Phalcon v2.0 文档》
    MVC 应用MVC Applications 单模块或多模块应用Single or Multi Module Applications 单模块Single Module 多模块Multi Module 理解默认行为Understanding the default behavior 手动启动Manual bootstrapping 应用事件Appl...
  • Application

    MVC Applications Manual bootstrapping Single or Multi Module Applications Single Module Multi Module Application Events External Resources MVC Applications All the har...
  • 调度控制器(Dispatching Controllers)

    调度控制器(Dispatching Controllers) 循环调度(The Dispatch Loop) 循环调度事件(Dispatch Loop Events) 转发到其他动作(Forwarding to other actions) 准备参数(Preparing Parameters) 获取参数(Getting Parameters) 准备...
  • 服务端线程模型

    服务端线程模型 Dubbo协议——Provider端线程模型 All Dispatcher Direct Dispatcher Execution Dispatcher Message Only Dispatcher Connection Ordered Dispatcher Triple协议——Provider端线程模型 如何调整线程模型 ...
  • Hooks数据结构

    313 2023-04-20 《React 技术揭秘》
    dispatcher 一个dispatcher使用场景 Hook的数据结构 memoizedState 在上一节我们实现了一个极简的useState ,了解了Hooks 的运行原理。 本节我们讲解Hooks 的数据结构,为后面介绍具体的hook 打下基础。 dispatcher 在上一节的极简useState 实现中,使用isMount 变量...
  • 用户组件类(User Component Class)

    用户组件类(User Component Class) 组件类一览(Overview) 组件类列表(Component Class List) 插件类(Plugin Class) 组件类(Component Class) 模块类(Module Class) 逻辑类(Logic Class) 逻辑模型类(Logic Model Class) ...
  • 死锁

    一、死锁产生的条件 二、静态的锁顺序死锁 三、动态的锁顺序死锁: 四、协作对象之间发生的死锁: 五、总结 一、死锁产生的条件 一般来说,要出现死锁问题需要满足以下条件: 互斥条件:一个资源每次只能被一个线程使用。 请求与保持条件:一个线程因请求资源而阻塞时,对已获得的资源保持不放。 不剥夺条件:线程已获得的资源,在未使用完之前,不能强行剥...
  • Flux Pattern

    Flux模式 参考资料: Flux模式 简单的dispatcher实现 var Dispatcher = function () { return { _stores : [], register : function ( store ) { this...
  • 概览

    692 2018-04-18 《React中文文档》
    概览 Structure and Data Flow A Single Dispatcher Stores Views and Controller-Views Actions What About that Dispatcher? 概览 Flux is the application architecture that Facebook...
  • Flux Pattern

    Flux pattern for data handling Related links: Flux pattern for data handling Simple dispatcher var Dispatcher = function () { return { _stores : [],...