书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 3571 个相关结果.
  • 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 implement...
  • 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 implement...
  • 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 implement...
  • 初识cf框架

    1944 2019-11-11 《Lua Web开发指南》
    Lua Web快速开发指南(1) - 初识cf框架 cf是什么? cf的优势: 1. 学习优势 2. 开发优势 3. 性能优势 4. 自主集成 5. 部署优势 哪些人适合使用cf? 极速安装 测试 1. 测试基准 2. 测试代码 3. 测试后台 如何快速得到帮助 继续学习 Lua Web快速开发指南(1) - 初识cf框...
  • Resource Health

    Resource Health Overview Deployment, ReplicaSet, StatefulSet DaemonSet Service Ingress PersistentVolumeClaim Argocd App Custom Health Checks Way 1. Define a Custom Health Che...
  • Python max()函数

    Python max() 函数 自定义排序顺序 Python max() 函数 原文: https://thepythonguru.com/python-builtin-functions/max/ 于 2020 年 1 月 7 日更新 max() 函数返回最大的输入值。 其语法如下: max ( iterable [, de...
  • cf web初始化与使用

    介绍 快速开始 API与USE区别 如果批量注册API/USE路由? 最后 介绍 当您构建好自己的cf开发环境或基于作者提供的dockerfile 构建好容器后并且将指定目录挂在到/app/script 目录后, 就可以开始根据此篇文档进行service构建了。 本文假设您已经比较了解cf框架目录结构并且参考过基本的API与cf介绍. ...
  • 3.5 NoGc

    1391 2019-04-08 《Lua程序设计》
    NoGc NoGc.cs NoGc NoGc.cs using UnityEngine ; using System ; using XLua ; namespace XLuaTest { [ GCOptimize ] ...
  • 提供Websocket服务

    1059 2019-11-11 《Lua Web开发指南》
    Lua Web快速开发指南(8) - 提供Websocket服务 Websocket的技术背景 协议 原理 优势 API lua class Websocket 相关的API WebSocket:ctor(opt) WebSocket:on_open() WebSocket:on_message(data, type) WebSocket:...