书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 3571 个相关结果.
  • 二进制数据操作

    二进制数据操作 使用string.char, string.byte 使用string.pack, string.unpack 位数据操作 二进制数据操作 Lua 构建和解析二进制数据有两种方式: 使用string.char, string.byte 使用string.pack, string.unpack 使用string.cha...
  • 如何使用models/service

    748 2018-03-28 《Vanilla中文手册》
    Vanilla 的 Service 最简单的 Service 以上代码解释 Vanilla 的 Service vanilla 的 Service 预设为项目对某些通用业务逻辑封装为独立的 Service,方便维护、管理、缓存等。 Vanilla 的 Service 在项目的 models/service 路径下,一般使用 LoadModel ...
  • Writing tests

    Plugin Development - Writing tests Write integration tests Plugin Development - Writing tests If you are serious about your plugin, you probably want to write tests for it. Uni...
  • Writing tests

    Plugin Development - Writing tests Write integration tests Plugin Development - Writing tests If you are serious about your plugin, you probably want to write tests for it. Uni...
  • Writing tests

    Plugin Development - Writing tests Write integration tests Plugin Development - Writing tests If you are serious about your plugin, you probably want to write tests for it. Uni...
  • Writing Tests

    Writing tests Write integration tests You are browsing documentation for an outdated version. See the latest documentation here . Writing tests If you are serious about you...
  • kong.ctx

    kong.ctx kong.ctx.shared kong.ctx.plugin You are browsing documentation for an older version. See the latest documentation here . kong.ctx Contextual data for the current ...
  • kong.ctx

    kong.ctx kong.ctx.shared kong.ctx.plugin kong.ctx Contextual data for the current request. kong.ctx.shared A table that has the same lifetime as the current request. This ta...
  • Implementing custom logic

    Plugin Development - Implementing Custom Logic Module Available contexts handler.lua specifications Migrating from BasePlugin module Plugin Development Kit Plugins execution o...
  • 6.3 模块

    2341 2019-03-02 《Lua 5.3 参考手册》
    6.3 – 模块 require (modname) package.config package.cpath package.loaded package.loadlib (libname, funcname) package.path package.preload package.searchers package.searchpath...