书栈网 · BookStack 本次搜索耗时 0.066 秒,为您找到 1839 个相关结果.
  • Running Futures

    605 2019-06-25 《Riker Document》
    Running Futures Running Futures Riker can execute and drive futures to completion. In fact, internally actors are executed as futures by the dispatcher. This means Riker can ru...
  • Debugging

    Debugging Knative Eventing Audience Prerequisites Example Triggering Events Where are my events? Check created resources fn svc chan Service src sub Controllers Se...
  • Debugging

    Debugging Knative Eventing Audience Prerequisites Example Triggering Events Where are my events? Check created resources fn svc chan Service src sub Controllers Se...
  • Debugging

    Debugging Knative Eventing Audience Prerequisites Example Triggering Events Where are my events? Control Plane Resources fn svc chan Service src sub Controllers De...
  • Debugging

    Debugging Knative Eventing Audience Prerequisites Example Triggering Events Where are my events? Control Plane Resources fn svc chan Service src sub Controllers De...
  • 加入Shiro

    加入Shiro 首先,下面罗列的jar 放入 WebContent/WEB-INF/lib中 在conf目录下,建一个文件叫shiro.ini, 右键—open with—Text Editor, 内容如下 打开web.xml, 加入以下配置在其他filter之前哦 启动tomcat, 可以看到多输出了一些log,这些log比nutz早 注意,这里只...
  • Invo

    1259 2019-10-05 《Phalcon 4.0 Document》
    Tutorial - INVO INVO Project Structure Routing Configuration Autoloaders Registering services Handling the Request Dependency Injection Log into the Application Securing t...
  • MVC 应用(MVC Applications)

    MVC 应用(MVC Applications) 单模块或多模块应用(Single or Multi Module Applications) 单模块(Single Module) 多模块(Multi Module) 应用事件(Application Events) 外部资源(External Resources) MVC 应用(MVC A...
  • 08 Flux

    695 2019-08-20 《React in patterns》
    Flux Flux architecture and its main characteristics Implementing a Flux architecture The dispatcher Bounding the views and the stores Using a helper With a mixin Using a contex...
  • 附录C 消息传递框架与完整的ATM示例

    消息传递框架与完整的ATM示例 消息传递框架与完整的ATM示例 ATM:自动取款机。 1回到第4章,我举了一个使用消息传递框架在线程间发送信息的例子。这里就会使用这个实现来完成ATM功能。下面完整代码就是功能的实现,包括消息传递框架。 清单C.1实现了一个消息队列。其可以将消息以指针(指向基类)的方式存储在列表中;指定消息类型会由基类派生模板进行...