书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 3571 个相关结果.
  • OR文档精炼

    1270 2018-03-28 《Vanilla中文手册》
    OR文档精炼 描述 / Description OR文档精炼 感谢春哥给我们带来这么好的平台,在这里希望能通读 OR 文档,把自己的理解记录下来,并与时俱进的更新 描述 / Description lua-nginx-module 模块通过标准的 Lua 5.1 解释器,或者 LuaJIT 2.0/2.1 在 Nginx 运行环境中嵌入 L...
  • 2.3 – Error Handling

    2.3 – Error Handling 2.3 – Error Handling Because Lua is an embedded extension language, all Lua actions start from C code in the host program calling a function from the Lua l...
  • 2.7 – Error Handling

    2.7 – Error Handling 2.7 – Error Handling Because Lua is an extension language, all Lua actions start from C code in the host program calling a function from the Lua library (s...
  • 4 – The Application Program Interface

    4 – The Application Program Interface 4 – The Application Program Interface This section describes the C API for Lua, that is, the set of C functions available to the host prog...
  • 4 – The Application Program Interface

    4 – The Application Program Interface 4 – The Application Program Interface This section describes the C API for Lua, that is, the set of C functions available to the host prog...
  • 调用代码前先定义函数

    调用代码前先定义函数 调用代码前先定义函数 Lua 里面的函数定义 必须 放在调用它的代码之前,下面的代码是一个常见的错误: -- test . lua 文件 local i = 100 i = add_one ( i ) function add_one ( i ) return i + 1...
  • 2.3 – Error Handling

    2.3 – Error Handling 2.3 – Error Handling Several operations in Lua can raise an error. An error interrupts the normal flow of the program, which can continue by catching the e...
  • EnvoyFilterUsesRelativeOperationWithProxyVersion

    EnvoyFilterUsesRelativeOperationWithProxyVersion 示例 如何修复 EnvoyFilterUsesRelativeOperationWithProxyVersion 消息名称 EnvoyFilterUsesRelativeOperationWithProxyVersion 消息代码 IST0155 描述...
  • Mantle

    669 2019-12-29 《Ceph v15.0 Document》
    Mantle Quickstart with vstart Mantle with vstart.sh Output Implementation Details Exposing Metrics to Lua Compile/Execute the Balancer Returning Policy Decision to C++ Readin...