书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 18097 个相关结果.
  • Overview

    Overview Components Kubernetes mode Services and Pods Pods with a Service Pods without a Service Universal mode Overview This sections gives an overview of a Kuma se...
  • jq 一个灵活的轻量级命令行JSON处理器

    jq 补充说明 安装 语法 选项 例子 jq 一个灵活的轻量级命令行JSON处理器 补充说明 jq 是 stedolan 开发的一个轻量级的和灵活的命令行JSON处理器,源码请参考 jq 项目主页 jq 用于处理JSON输入,将给定过滤器应用于其JSON文本输入并在标准输出上将过滤器的结果生成为JSON。 最简单的过滤器是. ,它将...
  • Class Phalcon\Mvc\Url

    Class Phalcon\Mvc\Url Methods Class Phalcon\Mvc\Url implements Phalcon\Mvc\UrlInterface , Phalcon\Di\InjectionAwareInterface Source on GitHub This components helps in th...
  • 清理和通知

    清理和通知 电子邮件 Hipchat Slack 清理和通知 因为 post 部分保证在 Pipeline 结束的时候运行,所以我们可以添加通知或者其他的步骤去完成清理、通知或者其他的 Pipeline 结束任务。 Jenkinsfile (Declarative Pipeline) pipeline { agent any...
  • 平滑关闭

    平滑关闭 使用 grace 使用 graceful 平滑关闭 使用 grace server.go package main import ( "net/http" "github.com/facebookgo/grace/gracehttp" "github.com/...
  • WebSocket 组件

    WebSocket 组件 WebSocket 服务端类 WebSocket 客户端类 WebSocket 组件 提供 WebSocket 服务端和客户端类。 WebSocket 服务端类 Phalcon\Websocket\Server 可以等待客户端的连接请求以及接收客户端发送的数据。 <? php   $server = ...
  • Static statement/expression

    75 2024-07-11 《Nim v2.0 Manual》
    Static statement/expression Static statement/expression A static statement/expression explicitly requires compile-time execution. Even some code that has side effects is permit...
  • Json Objects

    A Hello World Example for JSON Delivering Content Static Content A Simple Action Action Controller Prefix Action Controller Function Action Requests and Responses A Hell...
  • 3.16 Reverse Proxy

    1193 2017-12-24 《Echo英文文档》
    Reverse Proxy How to use Echo as a reverse proxy server? Step 1: Identify upstream target URLs Step 2: Setup proxy middleware with upstream targets Step 3: Start upstream servers...
  • 请求

    请求 数据绑定 JSON 数据 Form 表单数据 查询参数 (Query Parameters) 自定义绑定器 检索数据 Form 表单数据 查询参数 (Query Parameters) 路径参数 (Path Parameters) 数据验证 请求 数据绑定 可以使用 Context#Bind(i interface{})...