书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 3571 个相关结果.
  • 多语言支持

    多语言支持 架构 快速使用 Python Java 其他 Lua 示例 回调函数 命令 多语言支持 从 4.1 开始,EMQ X 提供了专门的多语言支持插件:emqx_extension_hook 以优化多语言的支持效果。 该插件允许你使用其它编程语言来处理 EMQ X 中的钩子事件,例如: 认证某客户端的登录权限。 ...
  • 判断数组大小

    判断数组大小 判断数组大小 table.getn(t) 等价于 #t 但计算的是数组元素,不包括 hash 键值。而且数组是以第一个 nil 元素作为结束标志的。# 只计算 array 的元素个数,它实际上调用了对象的 metatable 的 __len 函数。对于有 __len 方法的函数返回函数返回值,不然就返回数组成员数目。 Lu...
  • 2.9 – Garbage Collection

    2.9 – Garbage Collection 2.9.1 – Garbage-Collection Metamethods 2.9.2 – Weak Tables 2.9 – Garbage Collection Lua does automatic memory management. That means that you do not ...
  • 3.17 UI事件

    1896 2019-04-08 《Lua程序设计》
    UI事件 UI事件 Editor目录下MyGenericTypesStaticList.cs /* * created by shenjun */ using System . Collections ; using System . Collections . Ge...
  • 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.8 – Functions and Types

    4.8 – Functions and Types lua_absindex lua_Alloc lua_arith lua_atpanic lua_call lua_callk lua_CFunction lua_checkstack lua_close lua_compare lua_concat lua_copy lua_cre...
  • 4.7 C 中的让出处理

    2642 2019-03-02 《Lua 5.3 参考手册》
    4.7 – C 中的让出处理 Lua 内部使用 C 的 longjmp 机制让出一个协程。因此,如果一个 C 函数 foo 调用了一个 API 函数,而这个 API 函数让出了(直接或间接调用了让出函数)。由于 longjmp 会移除 C 栈的栈帧,Lua 就无法返回到 foo 里了。 为了回避这类问题,碰到 API 调用中调用让出时,除了那些...
  • 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...
  • 内建类

    995 2018-03-28 《Vanilla中文手册》
    Vanilla 的內建变量和方法 Vanilla 的內建变量 Registry 变量 Vanilla 的內建函数 方法 page_cache 单步调试方法 print_r 、sprint_r 等 方法 init_vanilla Vanilla 的內建变量和方法 为方便业务开发,Vanilla 提供了一些比较实用的內建方法和变量,这里...