书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 3571 个相关结果.
  • HTTP过滤器

    HTTP过滤器 缓存 CORS过滤器 故障注入 DynamoDB gRPC HTTP/1.1 桥接 gRPC-JSON 转码过滤器 gRPC-Web 过滤器 健康检查 速率限制 路由 Lua 返回 HTTP过滤器 缓存 统计 CORS过滤器 故障注入 配置 运行时配置 统计 DynamoDB ...
  • 2.10 Enum

    1569 2019-04-08 《Lua程序设计》
    Lua枚举 AccessingEnum.cs Lua枚举 AccessingEnum.cs using UnityEngine ; using System ; using LuaInterface ; public class AccessingEnum : ...
  • Writing Tests

    Writing tests Write integration tests You are browsing documentation for an older version. See the latest documentation here . Writing tests If you are serious about your p...
  • Writing Tests

    Writing tests Write integration tests Writing tests If you are serious about your plugin, you probably want to write tests for it. Unit testing Lua is easy, and many testing fr...
  • 6.4 – String Manipulation

    6.4 – String Manipulation string.byte (s [, i [, j]]) string.char (···) string.dump (function [, strip]) string.find (s, pattern [, init [, plain]]) string.format (formatstring...
  • Client libraries

    Client libraries Client libraries Before you can monitor your services, you need to add instrumentation to theircode via one of the Prometheus client libraries. These implement...
  • 2.2-beta.2 版本

    2.2-beta.2 版本 问题与改进 Update README Elixir Plugin 2.2-beta.2 版本 发布日期: 2017-05-20 问题与改进 Add a ‘websocket_protocol_header’ option to handle WebSocket connection from WeChat (...
  • Client libraries

    Client libraries Client libraries Before you can monitor your services, you need to add instrumentation to their code via one of the Prometheus client libraries. These implemen...
  • 5 – The Auxiliary Library

    5 – The Auxiliary Library 5 – The Auxiliary Library The auxiliary library provides several convenient functions to interface C with Lua. While the basic API provides the primit...
  • 3.1513 调用委托

    969 2019-04-08 《Lua程序设计》
    调用委托 调用委托 CallCSDelegate.lua.txt local callDel = CS . UnityEngine . Object . FindObjectOfType ( typeof ( CS . shenjun . CallDelegate )) -- 对委托进行初始化赋值 ...