书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 10920 个相关结果.
  • v3 API reference

    v3 API reference v3 API reference Bootstrap Bootstrap Stats Metrics service Overload Manager Rate limit service Internal Listener Vcl Socket Interface configuration Was...
  • TLS/SSL

    TLS(SSL) ALPN / NPN / SNI 降低客户端发起的 renegotiation 攻击 修改默认的 TLS 加密套件 完全前向保密 Class: CryptoStream Class: SecurePair 事件:’secure’ Class: tls.Server 事件:’clientError’ 事件:’newSessi...
  • Auto-scaling with Broodlord mode

    Auto-scaling with Broodlord mode A ‘simple’ example –vassal-sos Manually asking for reinforcement Under the hood (or: hacking broodlord mode) Auto-scaling with Broodlord mo...
  • TSHttpSsnClientFdGet

    TSHttpSsnClientFdGet Synopsis include <ts/ts.h> Description TSHttpSsnClientFdGet Synopsis include <ts/ts.h> TSReturnCode TSHttpSsnClientFdGet (TSHttpTxn txnp, int \fdp...
  • TSHttpTxnServerFdGet

    TSHttpTxnServerFdGet Synopsis include <ts/ts.h> Description TSHttpTxnServerFdGet Synopsis include <ts/ts.h> TSReturnCode TSHttpTxnServerFdGet (TSHttpTxn txnp, int \fdp...
  • uWSGI 1.9.20

    uWSGI 1.9.20 为2.0进行的第一轮弃用和清除 下一次计划的弃用和清除 错误修复 新特性 RPC子系统的64位返回值 新的GCCGO插件 配置文件中简单计算 新的魔术变量 Perl/PSGI改进 新的原生协议: —https-socket 和 —ssl-socket PROXY (version1)协议支持 新的度量收集器 ...
  • 学习基础命令

    学习基本命令 启动docker 下载一个预建立的镜像 运行交互性的shell(就像运行一个单独的linux) 管理员命令和docker组 Example: 让Docker使用其它的host/port或者Unix socket 开启一个长时间运行的工作进程 监听所有运行着的容器 为服务绑定一个TCP端口 提交(保存)容器的状态 学习...
  • uWSGI 1.9.19

    uWSGI 1.9.19 Bugfixes New features The Metrics subsystem The Tornado loop engine The ‘puwsgi’ protocol –vassal-set The ‘template’ transformation Availability uWSGI 1.9....
  • Authenticate Using SASL and LDAP with ActiveDirectory

    457 2019-12-01 《MongoDB v4.2 Manual》
    Authenticate Using SASL and LDAP with ActiveDirectory Considerations Configure saslauthd Specify the mechanism. Adjust caching behavior. Configure LDAP Options with ActiveDirect...
  • 1. 预备知识

    1. 预备知识 1.1. 网络字节序 1.2. socket地址的数据类型及相关函数 1. 预备知识 1.1. 网络字节序 我们已经知道,内存中的多字节数据相对于内存地址有大端和小端之分,磁盘文件中的多字节数据相对于文件中的偏移地址也有大端小端之分。网络数据流同样有大端小端之分,那么如何定义网络数据流的地址呢?发送主机通常将发送缓冲区中的数据...