书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 3571 个相关结果.
  • 如何构建 Apache APISIX

    如何构建 Apache APISIX 1. 安装依赖 2. 安装 Apache APISIX 通过源码包安装 通过 RPM 包安装(CentOS 7) 通过 Luarocks 安装 (不支持 macOS) 3. 管理(启动、关闭等)APISIX 服务 4. 运行测试案例 疑难排解测试 5. 更新 Admin API 的 token ,保护 A...
  • Table 库

    table 库 下标从 1 开始 table.getn 获取长度 table.concat (table [, sep [, i [, j ] ] ]) table.insert (table, [pos ,] value) table.maxn (table) table.remove (table [, pos]) table.sort (t...
  • 5 – The Auxiliary Library

    5 – The Auxiliary Library 5 – The Auxiliary Library The auxiliary library provides several convenient functions to interface C with Lua. While the basic API provides the primit...
  • Client libraries

    Client libraries Client libraries Before you can monitor your services, you need to add instrumentation to their code via one of the Prometheus client libraries. These implement...
  • 2.2-beta.2 版本

    2.2-beta.2 版本 问题与改进 Update README Elixir Plugin 2.2-beta.2 版本 发布日期: 2017-05-20 问题与改进 Add a ‘websocket_protocol_header’ option to handle WebSocket connection from WeChat (...
  • Resource Health

    Resource Health Overview Deployment, ReplicaSet, StatefulSet DaemonSet Service Ingress PersistentVolumeClaim Argocd App Custom Health Checks Way 1. Define a Custom Health Che...
  • break,return 和 goto

    break,return 和 goto break return goto break,return 和 goto break 语句 break 用来终止 while 、repeat 和 for 三种循环的执行,并跳出当前循环体, 继续执行当前循环之后的语句。下面举一个 while 循环中的 break 的例子来说明: -- 计...
  • BullMQ

    BullMQ Introduction TL;DR Using Undeclared Keys (Not Optimized) Using Hashtags & Optimized Configurations 1. Hashtag Locking 2. Queue Naming Strategies 3. Thread Balancing 4....
  • 日期时间函数

    日期时间函数 (推荐)基于缓存的 ngx_lua 时间接口 ngx.today() ngx.time() ngx.now() ngx.localtime() ngx.utctime() ngx.update_time() 获取时间示例代码 (不推荐) Lua 自带的日期和时间函数 os.time ([table]) os.difftime ...
  • kong.ctx

    kong.ctx kong.ctx.shared kong.ctx.plugin kong.ctx Contextual data for the current request. kong.ctx.shared A table that has the same lifetime as the current request. This ta...