书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 116995 个相关结果.
  • 4、健康检查

    Rancher v1.6 中的健康检查 Rancher v2.x 健康检查 本地健康检查 多种探针类型 在 Rancher v2.x 中配置探针 配置检查 配置单独的活性检查 其他探针选项 健康检查参数映射 下一步: 调度服务 Rancher v1.6 使用其自身的健康检查微服务在您的节点和服务上提供 TCP 和 HTTP 健康检查。这...
  • 1.5.0 (December 4, 2017)

    1.5.0 (December 4, 2017) Changes Deprecated 1.5.0 (December 4, 2017) Changes access log: added fields for UPSTREAM_LOCAL_ADDRESS and DOWNSTREAM_ADDRESS . admin: added JS...
  • 1.8.0 (Oct 4, 2018)

    1.8.0 (Oct 4, 2018) Changes Deprecated 1.8.0 (Oct 4, 2018) Changes access log: added response flag filter to filter based on the presence of Envoy response flags. acces...
  • 4. read/write

    4. read/write 4. read/write read 函数从打开的设备或文件中读取数据。 #include <unistd.h>   ssize_t read ( int fd , void * buf , size_t count ); 返回值:成功返回读取的字节数,出错返回- 1 并设置 errno ,如...
  • Hibernate 4 注解配置

    1312 2020-07-08 《Hibernate 教程》
    Hibernate 4 注解配置 为什么注解很好 一个示例 实体 配置 映射文件 扩展实体 运行应用 总结 代码下载 Hibernate 4 注解配置 原文: https://javabeginnerstutorial.com/hibernate/hibernate-4-annotations-configuration/ ...
  • 第 4 章 公式

    第 4 章 公式 第 4 章 公式 4.1 通过字符串创建公式 4.2 从公式中提取组分
  • 4. Static Guarantees

    Static Guarantees Static Guarantees Rust's type system prevents data races at compile time (see Send andSync traits). The type system can also be used to check other proper...
  • 第4课 grpc

    1721 2020-01-17 《跟煎鱼一起学Go》
    4.1 gRPC及相关介绍 4.2 gRPC Client and Server 4.3 gRPC Streaming, Client and Server 4.4 TLS 证书认证 4.5 基于 CA 的 TLS 证书认证 4.6 Unary and Stream interceptor 4.7 让你的服务同时提供 HTTP 接口 4.8...
  • 第 4 章 容器

    第 4 章 容器 4.1 线性容器 std::array std::forward_list 4.2 无序容器 4.3 元组 元组基本操作 运行期索引 元组合并与遍历 总结 许可 第 4 章 容器 4.1 线性容器 std::array 看到这个容器的时候肯定会出现这样的问题: 为什么要引入 std::array...
  • 4.Performance 性能

    性能 分布式引擎 纵向执行 矢量化 运行时编译 管道查询执行 性能 Drill 被设计用于大型数据集上,且拥有高性能。以下核心元素来展示 Drill 处理过程的高性能: 分布式引擎 Drill 提供了一个强大的分布式执行引擎用于处理查询。用户能够在集群中的任意节点提交请求。你可以将新节点添加到集群中,以支持更多的用户或提高性能,以支持...