书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 3571 个相关结果.
  • 1.2 表达式

    1795 2019-04-08 《Lua程序设计》
    表达式 • 算术操作符 • 关系操作符 • 逻辑操作符 • 字符串连接 • 优先级 • table构造式 表达式 • 算术操作符 • 关系操作符 • 逻辑操作符 • 字符串连接 • 优先级 • table 构造式      表...
  • 3.1 – Lexical Conventions

    3.1 – Lexical Conventions 3.1 – Lexical Conventions Lua is a free-form language. It ignores spaces (including new lines) and comments between lexical elements (tokens), except ...
  • 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...
  • 4.1.4 版本

    4.1.4 版本 emqx emqx-bridge-mqtt emqx-management emqx-lua-hook 4.1.4 版本 发布日期: 2020-08-28 EMQ X 4.1.4 现已发布,主要包含以下改动: emqx 错误修复: 修复主题指标功能导致内存异常增长的问题 Github PR: emqx#368...
  • 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, ...
  • 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, ...
  • Plugins

    Plugins What are plugins? Why use plugins? Plugin compatibility with deployment types Terminology Plugin versioning Kong plugins Third-party plugins Developing custom plugin...
  • class API

    cf中的class cf的class的运行流程 cf如何使用class 1.导入class函数 2. 创建一个基本的lua class 3. 初始化lua class 4. 为class增加一些方法 5. 为class的自定义方法添加一些接受参数 最后 cf中的class class 意译为'类', 是对'对象'的一种抽象描述. 多用...
  • 3.4 – Expressions

    3.4 – Expressions 3.4.1 – Arithmetic Operators 3.4.2 – Coercion 3.4.3 – Relational Operators 3.4.4 – Logical Operators 3.4.5 – Concatenation 3.4.6 – The Length Operator 3.4.7...