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

    Actions Reference Returning a Value Side Effects Using a Function, Functor, or Lambda as an Action Default Action Composite Actions Defining Actions Actions Reference Acti...
  • 如何针对 Node 运行时引入第三方包

    如何针对 Node 运行时引入第三方包 引用 Lodash 第三方包 如何针对 Node 运行时引入第三方包 声明 : 本文测试所用设备系统为 Ubuntu18.04 运行模式为 docker 容器模式,native 进程模式配置流程相同 Node 版本为 8.5 模拟 MQTT client 行为的客户端为 MQTTBox 本文选择引入...
  • JOIN 查询的执行计划

    用 EXPLAIN 查看 JOIN 查询的执行计划 示例 Hash Join 用 EXPLAIN 查看 JOIN 查询的执行计划 SQL 查询中可能会使用 JOIN 进行表连接,可以通过 EXPLAIN 语句来查看 JOIN 查询的执行计划。 示例 我们这里准备一个简单的示例,帮助你理解使用 EXPLAIN 解读 JOIN 查询的执行计划。 ...
  • Run a Stateless Application Using a Deployment

    Run a Stateless Application Using a Deployment Objectives Before you begin Creating and exploring an nginx deployment Updating the deployment Scaling the application by increas...
  • Custom Resource Annotations

    Custom Resource Annotations in Helm-based Operators helm.sdk.operatorframework.io/upgrade-force helm.sdk.operatorframework.io/uninstall-wait helm.sdk.operatorframework.io/recon...
  • Kubernetes 101

    Kubernetes 101 使用 yaml 定义 Pod 使用 Volume 使用 Service Kubernetes 101 体验 Kubernetes 最简单的方法是跑一个 nginx 容器,然后使用 kubectl 操作该容器。Kubernetes 提供了一个类似于 docker run 的命令 kubectl run ,可以方便的...
  • _.values(object)

    _.values(object) Since Arguments Returns Example _.values(object) source npm package Creates an array of the own enumerable string keyed property values of object .Note: ...
  • Egress 网关 TLS 连接 发起的过程 (SDS)

    Egress 网关 TLS 连接 发起的过程 (SDS) 开始之前 使用SDS在 Egress 网关上执行 TLS 连接 生成 CA 及证书密钥 部署一个简单的 TLS 服务器 为 Egress 流量配置简单的 TLS 连接 清理 TLS 连接的示例 通过 Egress 网关发起 双向TLS 连接 生成客户端和服务端的证书和钥匙 部署一个双向T...
  • 安装

    安装 安装依赖 下载 编译安装 nginx测试 设置全局nginx命令 安装 安装依赖 prce(重定向支持)和openssl(https支持,如果不需要https可以不安装。) yum install - y pcre - devel yum - y install gcc make gcc - c ++ wget...
  • 1.4. 运行和控制Nginx

    运行和控制Nginx nginx命令行参数 nginx控制信号 nginx 启动、停止、重启命令 使用信号加载新的配置 平滑升级到新的二进制代码 运行和控制Nginx nginx命令行参数 不像许多其他软件系统,Nginx 仅有几个命令行参数,完全通过配置文件来配置 -c </path/to/config> 为 Nginx 指定一个配...