书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 11778 个相关结果.
  • The uWSGI Caching Cookbook

    The uWSGI Caching Cookbook Let’s start The first recipe Cache them all !!! Multiple caches Being more aggressive, the Expires HTTP header Monitoring Caches Storing GZIP varia...
  • 与捆绑器一起使用

    与捆绑器一起使用 Webpack 5 不提供客户端文件 包括提供客户端文件 与捆绑器一起使用 虽然不如前端捆绑常见,但完全可以为服务器创建捆绑。 Webpack 5 不提供客户端文件 安装: npm install - D webpack webpack - cli socket . io bufferutil utf - 8 - va...
  • 18.7. Preventing Server Spoofing

    18.7. Preventing Server Spoofing 18.7. Preventing Server Spoofing While the server is running, it is not possible for a malicious user to take the place of the normal database ...
  • The SPDY router (uWSGI 1.9)

    The SPDY router (uWSGI 1.9) Notes TODO The SPDY router (uWSGI 1.9) Starting from uWSGI 1.9 the HTTPS router has been extended to support version 3 of the SPDY protocol. To r...
  • Listener configuration

    Listener configuration config.listener.v3.Listener config.listener.v3.Listener.ConnectionBalanceConfig config.listener.v3.Listener.ConnectionBalanceConfig.ExactBalance Enum conf...
  • 前言

    介绍 介绍 smart-socket是一款历史比较悠久的开源项目,可追溯的最早历史痕迹可至2015年。直到2017年夏天它才进入大众的视野并有了点小名气,正是在那一年smart-socket完成了nio往aio的转型。由于其极简、易用、高性能的特性吸引了一些用户的青睐,并在开源社区的助推下发展至 v1.4版。 smart-socket的定位是只做最...
  • Tap

    Tap extensions.transport_sockets.tap.v3.Tap Tap This documentation is for the Envoy v3 API. As of Envoy v1.18 the v2 API has been removed and is no longer supported. If you a...
  • Tokio与I/O

    Tokio与I/O 使用Poll API 数据报(Datagrams) Tokio与I/O tokio crate带有TCP和UDP网络类型。 与std中的类型不同,Tokio的网络类型基于轮询模型,并在其准备状态发生变化(接收数据并刷写写入缓冲区)时通知任务执行程序。 在tokio :: net模块中,您将找到TcpListener,TcpSt...
  • 测试

    测试 mocha 示例 jest 示例 tape 示例 测试 您将在下面找到一些带有常见测试库的代码示例: mocha jest tape mocha 示例 安装:npm i -D mocha chai // with { "type": "module" } in your package.json import { ...
  • The XSLT plugin

    The XSLT plugin The request handler The routing instruction The XSLT plugin Since uWSGI 1.9.1 a new plugin named “xslt” is available, implementing XML Stylesheet Transformati...