书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 1142 个相关结果.
  • 从源码构建 nginx

    2848 2020-07-14 《Nginx 中文文档》
    从源码构建 nginx 原文档 从源码构建 nginx 编译时使用 configure 命令进行配置。它定义了系统的各个方面,包括了 nginx 进行连接处理使用的方法。最终它会创建出一个 Makefile 。configure 命令支持以下参数: —prefix=path 定义一个用于保留服务器文件的目录。此目录也将用于所有通过 ...
  • TLS

    TLS Underlying implementation Enabling certificate verification Example configuration Authentication filter TLS Envoy supports both TLS termination in listeners as well as...
  • 打包分发Python程序

    1349 2020-01-31 《Python语言小册》
    打包分发Python程序 实验程序 PyInstaller 下一步 打包分发Python程序 运行 Python 程序,需要部署 Python 执行环境并安装依赖包,操作繁琐。 借助 PyInstaller 等工具,可以将 Python 程序和 Python 环境一起打包成可执行程序,极大改善部署体验。本文以一个简单的实验程序,演示打包方法...
  • 简介

    2740 2018-02-27 《libuv中文教程》
    Introduction Who this book is for Background Code Introduction 本书由很多的libuv教程组成,libuv是一个高性能的,事件驱动的I/O库,并且提供了跨平台(如windows, linux)的API。 本书会涵盖libuv的主要部分,但是不会详细地讲解每一个函数和数据结构。官...
  • 41. Building Go Applications for Different Operating Systems and Architectures

    709 2020-07-05 《How To Code in Go》
    Building Go Applications for Different Operating Systems and Architectures Prerequisites Possible Platforms for GOOS and GOARCH Write a Platform-Dependent Program with filepath.J...
  • 1.1. Installation on Unix-like systems

    1.1. Installation on Unix-like systems 1.1.1. Installation using the Apache CouchDB convenience binary packages 1.1.1.1. Enabling the Apache CouchDB package repository 1.1.1.2. In...
  • 35.11. resource — 资源使用信息

    35.11. resource — 资源使用信息 35.11.1. 资源限制 35.11.2. 资源用量 35.11. resource — 资源使用信息 该模块提供了测量和控制程序所利用的系统资源的基本机制。 符号常量被用来指定特定的系统资源,并要求获得关于当前进程或其子进程的使用信息。 当系统调用失败时,会触发一个 OSError...
  • ngx_mail_core_module

    927 2020-07-14 《Nginx 中文文档》
    ngx_mail_core_module 示例配置 指令 listen mail protocol resolver resolver_timeout server server_name timeout 原文档 ngx_mail_core_module 示例配置 指令 listen mail protocol re...
  • verify

    verify verify 摘要 请求时验证SSL证书行为。 设置成 true 启用SSL证书验证,默认使用操作系统提供的CA包。 设置成 false 禁用证书验证(这是不安全的!)。 设置成字符串启用验证,并使用该字符串作为自定义证书CA包的路径。 类型 bool string 默认值 true 常量 GuzzleHttp...
  • 官方文档

    官方文档 开始 使用 etcd 开发 操作 etcd 集群 搭建 etcd 系统配置 平台指南 安全 维护和排错 升级和兼容 学习 官方文档 注:内容翻译自 https://github.com/coreos/etcd/blob/master/Documentation etcd 是一个分布式键值对存储,设计用来可靠而快...