书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 3571 个相关结果.
  • 6 – Standard Libraries

    6 – Standard Libraries 6 – Standard Libraries The standard Lua libraries provide useful functions that are implemented directly through the C API. Some of these functions provi...
  • 简介

    4468 2019-04-08 《Lua程序设计》
    Lua程序设计 联系邮箱:380921128@qq.com 关于本书 主版本: beta 网站地址: shenjun7792.github.io 网站作者: 沈军 一、什么是热更新? 二、为什么要热更新? 没有热更新: 有了热更新: 三、如何热更新?Unity3D的热更新的方法比较 3.1、Android 应用的热更新 3.2、Andr...
  • 3.1-beta.3 版本

    3.1-beta.3 版本 emqx-rule-engine (plugin) emqx-lua-hook (plugin) emqx-auth-mysql (plugin) 3.1-beta.3 版本 发布日期: 2019-03-22 EMQ X 3.1-beta.3 版本发布。此版本改动主要包括引入规则引擎,增强插件发现机制,和修复一些问...
  • 3.1-beta.3 版本

    3.1-beta.3 版本 emqx-rule-engine (plugin) emqx-lua-hook (plugin) emqx-auth-mysql (plugin) 3.1-beta.3 版本 发布日期: 2019-03-22 EMQ X 3.1-beta.3 版本发布。此版本改动主要包括引入规则引擎,增强插件发现机制,和修复一些问...
  • 6.1 – Basic Functions

    6.1 – Basic Functions assert (v [, message]) collectgarbage ([opt [, arg]]) dofile ([filename]) error (message [, level]) _G getmetatable (object) ipairs (t) load (chunk [, ...
  • 参考资料

    参考资料 参考资料 《Lua 5.1 Reference Manual》对 Lua 语言的语法和标准库进行了很好的介绍: http://www.lua.org/manual/5.1/manual.html
  • 8.1 – Changes in the Language

    8.1 – Changes in the Language 8.1 – Changes in the Language The concept of environment changed. Only Lua functions have environments. To set the environment of a Lua function,...
  • 2.1 – Lexical Conventions

    2.1 – Lexical Conventions 2.1 – Lexical Conventions Names (also called identifiers) in Lua can be any string of letters, digits, and underscores, not beginning with a digit. Th...
  • cf的"3rd"目录?

    什么是3rd目录? 如何在3rd维护自己的lua库? 如何在3rd维护自己的lua C库? 最简单3rd用户库编写实例 什么是3rd目录? 此目录是用户自定义目录, cf开发者不会对3rd内部文件进行任何意义上的修改, 3rd内组织方式需要用户自行确定. 在使用者编译cf的make build, make rebuild, make clea...
  • 6.10 调试库

    2404 2019-03-02 《Lua 5.3 参考手册》
    6.10 – 调试库 debug.debug () debug.gethook ([thread]) debug.getinfo ([thread,] f [, what]) debug.getlocal ([thread,] f, local) debug.getmetatable (value) debug.getregistry () de...