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

    inspect Description Features Operation Graph API to define hook in hooks file require(“apisix.inspect.dbg”).set_hook(file, line, func, filter_func) Attributes Enable Plugin ...
  • WebAssembly

    WebAssembly WebAssembly in Kong Concepts Filter Filter Chain Relationships Filter execution behavior Can Lua plugins and Proxy-Wasm filters be used at the same time? Limitat...
  • WebAssembly

    WebAssembly WebAssembly in Kong Concepts Filter Filter Chain Relationships Filter execution behavior Can Lua plugins and Proxy-Wasm filters be used at the same time? Limitat...
  • 4.5 – Registry

    4.5 – Registry 4.5 – Registry Lua provides a registry, a predefined table that can be used by any C code to store whatever Lua values it needs to store. The registry table is a...
  • Installation and Distribution

    Installation and Distribution Packaging sources Install the plugin Via LuaRocks from the created ‘rock’ Via LuaRocks from the source archive Via a Dockerfile or docker run (inst...
  • 6. Table 数据结构

    2015 2019-03-02 《Lua编程入门》
    Table 数据结构 (1) 数组: (2) 二维数组: (3) 链表: (4) 队列与双向队列: (5) 集合和包(Bag): (6) StringBuilder: 导航 Table 数据结构 Lua中的table不是一种简单的数据结构,它可以作为其它数据结构的基础。如数组、记录、线性表、队列和集合等,在Lua中都可以通过table来...
  • 8.1 – Changes in the Language

    8.1 – Changes in the Language 8.1 – Changes in the Language The main difference between Lua 5.2 and Lua 5.3 is the introduction of an integer subtype for numbers. Although thi...
  • 2.8 – Metatables

    2.8 – Metatables 2.8 – Metatables Every value in Lua can have a metatable. This metatable is an ordinary Lua table that defines the behavior of the original value under certain...
  • vanilla-0.1.0.rc3

    1321 2018-03-28 《Vanilla中文手册》
    香草/Vanilla 邮件列表 推荐始终使用最新版的Vanilla 安装 make install 安装须知 luarocks install 安装须知 Vanilla 使用 Vanilla命令 创建应用 代码目录结构 业务代码示例 IndexController 模板示例 views/index/index.html 为什么需要Va...