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

    Plugin Configuration Module schema.lua specifications Describing your configuration schema Examples Plugin Configuration Most of the time, it makes sense for your plugin to ...
  • 3.7 – Functions and Types

    3.7 – Functions and Types lua_Alloc lua_atpanic lua_call lua_CFunction lua_checkstack lua_close lua_concat lua_cpcall lua_createtable lua_dump lua_equal lua_error lua_g...
  • 表达式

    表达式 算术运算符 关系运算符 逻辑运算符 字符串连接 优先级 表达式 算术运算符 Lua 的算术运算符如下表所示: 算术运算符 说明 + 加法 - 减法 * 乘法 / 除法 ^ 指数 % 取模 示例代码:test1.lua print ( 1 + 2 )...
  • 3. Global parameters

    3. Global parameters 3. Global parameters Parameters in the "global" section are process - wide and often OS - specific . They are generally set once for all and...
  • 异步任务、订阅、发布、消息队列

    1112 2019-11-11 《Lua Web开发指南》
    Lua Web快速开发指南(10) - 利用MQ实现异步任务、订阅/发布、消息队列 MQ库简介 API介绍 MQ:new(opt) MQ:on(pattern, function) MQ:emit(pattern, msg) MQ:start() MQ:clsoe() 开始实践 1. 模拟生产者与消费者 2. 推送消息给某个用户 3. 消息...
  • 2.2-beta.1 版本

    2.2-beta.1 版本 MQTT协议监听器配置 Proxy Protocol V1/2支持 Web Hook插件 Lua Hook插件 改进认证链设计 支持bcrypt密码Hash etc/emq.conf配置变更 emq-dashboard 2.2-beta.1 版本 发布日期: 2017-05-05 EMQ 2.2-beta...
  • Plugin Configuration

    Plugin Configuration Module schema.lua specifications Describing your configuration schema Examples Plugin Configuration Most of the time, it makes sense for your plugin to ...
  • Plugin Configuration

    Plugin Configuration Module schema.lua specifications Describing your configuration schema Examples Plugin Configuration Most of the time, it makes sense for your plugin to ...
  • 4.6 – Error Handling in C

    4.6 – Error Handling in C 4.6 – Error Handling in C Internally, Lua uses the C longjmp facility to handle errors. (You can also choose to use exceptions if you compile Lua as ...
  • 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...