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

    APISIX 软件架构 插件加载流程 插件内部结构 APISIX 软件架构 Apache APISIX 是一个动态、实时、高性能的云原生 API 网关。它构建于 NGINX + ngx_lua 的技术基础之上,充分利用了 LuaJIT 所提供的强大性能。 为什么 Apache APISIX 选择 NGINX+Lua 技术栈? 。 APIS...
  • 3.0-rc.3 版本

    3.0-rc.3 版本 emqx-stomp emqx-sn emqx-lua-hook emqx-statsd emqx-dashboard emqx-auth-pgsql 3.0-rc.3 版本 发布日期: 2018-11-10 EMQ X 3.0-rc.3版本发布,该版本重构 emqx_mqueue 代码,支持 MQTT-SN, ...
  • Logging API

    Logging 介绍 API 介绍: log:new(opt) Log:INFO(…) Log:DEBUG(…) Log:WARN(…) Log:ERROR(…) 使用介绍: 1. 初始化日志对象 2. 打印日志 3. 查看输出 Logging 介绍 日志打印是一门学问. 合理的日志打印, 适当的信息留存可以有效的帮助开发者快速...
  • Overview

    About Kong Plugins What are plugins? Why use plugins? Plugin compatibility with deployment types Terminology Plugin versioning Kong plugins Third-party plugins Developing cu...
  • Set up the Plugin Project

    Set Up a Plugin Project Prerequisites Step by step Initialize a new plugin repository Initialize the schema module Initialize the handler module Add handler logic What’s next...
  • 日志

    817 2019-11-11 《Lua Web开发指南》
    Logging 介绍 API 介绍: log:new(opt) Log:INFO(…) Log:DEBUG(…) Log:WARN(…) Log:ERROR(…) 使用介绍: 1. 初始化日志对象 2. 打印日志 3. 查看输出 Logging 介绍 日志打印是一门学问. 合理的日志打印, 适当的信息留存可以有效的帮助开发者快速...
  • 1.12 面向对象编程

    1994 2019-04-08 《Lua程序设计》
    面向对象编程 类 继承 多重继承 私密性 单一方法(single-method)做法 面向对象编程   Lua中的table 就是一种对象,这句话可以从3个方面来证实。首先,table 与对象一样可以拥有状态。其次,table 也与对象一样拥有一个独立于其值的标识(一个self )。例如,两个具有相同值的对象(table )是两个不同的对象...
  • 2.5 – Expressions

    2.5 – Expressions 2.5.1 – Arithmetic Operators 2.5.2 – Relational Operators 2.5.3 – Logical Operators 2.5.4 – Concatenation 2.5.5 – The Length Operator 2.5.6 – Precedence 2.5...
  • SCRIPT FLUSH

    SCRIPT FLUSH *Return value SCRIPT FLUSH Available since 2.6.0. Time complexity: O(N) with N being the number of scripts in cache Flush the Lua scripts cache. Please refer...
  • 安装

    1786 2019-01-23 《hi-nginx 文档手册》
    安装 一般说明 依赖 systemctl 关于php7支持 关于java支持 关于javascript支持 基于Java的方案 基于duktape的方案 安装 一般说明 安装hi-nginx的方式,就是编译安装nginx的方式。只是多个几个配置选项: -- enable - http - hi ...