书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 3571 个相关结果.
  • 4.5 注册表

    3069 2019-03-02 《Lua 5.3 参考手册》
    4.5 – 注册表 Lua 提供了一个 注册表,这是一个预定义出来的表,可以用来保存任何 C 代码想保存的 Lua 值。 这个表可以用有效伪索引 LUA_REGISTRYINDEX 来定位。任何 C 库都可以在这张表里保存数据,为了防止冲突,你需要特别小心的选择键名。一般的用法是,你可以用一个包含你的库名的字符串做为键名,或者取你自己 C 对象的地址...
  • 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...
  • EnvoyFilterUsesReplaceOperationIncorrectly

    EnvoyFilterUsesReplaceOperationIncorrectly An example EnvoyFilterUsesReplaceOperationIncorrectly Message Name EnvoyFilterUsesReplaceOperationIncorrectly Message Code IST0152 De...
  • Resource Actions

    Resource Actions Overview Custom Resource Actions Define a Custom Resource Action in argocd-cm ConfigMap Resource Actions Overview Argo CD allows operators to define custom...
  • Resource Actions

    Resource Actions Overview Custom Resource Actions Define a Custom Resource Action in argocd-cm ConfigMap Resource Actions Overview Argo CD allows operators to define custom...
  • 2.2 – Environments and the Global Environment

    2.2 – Environments and the Global Environment 2.2 – Environments and the Global Environment As will be discussed in §3.2 and §3.3.3 , any reference to a free name (that is, a ...
  • 2.10 – Garbage Collection

    2.10 – Garbage Collection 2.10.1 – Garbage-Collection Metamethods 2.10.2 – Weak Tables 2.10 – Garbage Collection Lua performs automatic memory management. This means that you...
  • 局部变量

    局部变量 定义 作用域 使用局部变量的好处 检查模块的函数使用全局变量 检测代码中的全局变量 局部变量 局部变量 ,也称内部变量,是指在一个函数内部或复合语句内部定义的变量。局部变量的作用域是定义该变量的函数或定义该变量的复合语句。局部变量的生存期是从函数被调用的时刻算起到函数返回调用处的时刻结束。同样地,在 Lua 中,局部变量如果不加lo...
  • 4.9 – The Debug Interface

    4.9 – The Debug Interface lua_Debug lua_gethook lua_gethookcount lua_gethookmask lua_getinfo lua_getlocal lua_getstack lua_getupvalue lua_Hook lua_sethook lua_setlocal l...
  • 6.10 – The Debug Library

    6.10 – The Debug Library debug.debug () debug.gethook ([thread]) debug.getinfo ([thread,] f [, what]) debug.getlocal ([thread,] f, local) debug.getmetatable (value) debug.getr...