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

    1018 2018-03-28 《Vanilla中文手册》
    Vanilla 的插件体系 Vanilla Plugin 的简单使用 Vanilla Plugin 的调用 Vanilla 支持的插件钩子 Vanilla 的插件体系 为了减少运行占用的系统资源,使开发更简便,Vanilla 默认只运行在 content_by_lua 这个 phrase,但是为了支持业务开发有层次化的请求控制,Vanilla ...
  • Performance

    Performance Event loop statistics Watchdog Performance Envoy is architected to optimize scalability and resource utilization by running an event loop on a small number of thr...
  • celery.task.http

    celery.task.http celery.task.http celery.task.http celery.task.http celery.task.http Webhook task implementation. exception celery.task.http.InvalidResponseError[源代码] ...
  • Configuring the Eventing Operator custom resource

    Configuring the Eventing Operator custom resource Installing a specific version of Eventing Configuring Knative Eventing using ConfigMaps Setting the default channel for the broke...
  • Controllers

    Overview Using Controllers Dispatch Loop Initializing Controllers The initialize() method is only called if the beforeExecuteRoute event is executed with success. This avoid that...
  • Performance

    Performance Event loop statistics Watchdog Performance Envoy is architected to optimize scalability and resource utilization by running an event loop on a small number of thr...
  • 路由/路由组 httpdispacher.Router

    路由/路由组 GET路由 POST路由 PUT/PATH/HEAD/OPTIONS/DELETE路由 静态路由 路由组 路由/路由组 路由的原理是通过客户端请求的路径和方法来执行对应的一个或多个处理器函数,形参如下: httpdispatcher.Router.方法("路径", 处理器) GET路由 //获得一个调度器的实例化对象...
  • 注解解析器Annotations Parser

    492 2021-02-19 《Phalcon v2.0 文档》
    注解解析器Annotations Parser 读取注解Reading Annotations 注解类型Types of Annotations 实际使用Practical Usage 注解开启缓存Cache Enabler with Annotations 选择渲染模版Choose template to render 注解适配器Annotati...
  • 优雅关闭(Graceful Shutdown)

    优雅关闭(Graceful Shutdown) 优雅关闭(Graceful Shutdown) HTTP Dispatcher使用标准包实现HTTP服务,因此可以直接使用context标准包来实现优雅关闭,示例如下: //获得调度器的实例 dispatcher = httpdispatcher . New ()   //定义HTTP服务 ...
  • 整合dxvgef/token实现JWT(JSON Web Token)

    整合dxvgef/token实现JWT功能 整合dxvgef/token实现JWT功能 dxvgef/token 包仿照JWT的原理实现了一种Token算法,以下是与HTTP Dispatcher 整合的示例: package main   import ( "github.com/dxvgef/httpdispatcher"...