书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 11469 个相关结果.
  • Netty-异步和数据驱动

    3796 2018-02-22 《Netty 实战(精髓)》
    Netty-异步和数据驱动 什么是 Netty 一些历史 JAVA NIO SELECTOR Netty-异步和数据驱动 什么是 Netty Netty 是一个利用 Java 的高级网络的能力,隐藏其背后的复杂性而提供一个易于使用的 API 的客户端/服务器框架。Netty 提供高性能和可扩展性,让你可以自由地专注于你真正感兴趣的东西,你...
  • 网络和进程间通信

    网络和进程间通信 网络和进程间通信 本章介绍的模块提供了网络和进程间通信的机制。 某些模块仅适用于同一台机器上的两个进程,例如 signal 和 mmap 。 其他模块支持两个或多个进程可用于跨机器通信的网络协议。 本章中描述的模块列表是: asyncio —- 异步 I/O socket —- 底层网络接口 ssl —- ...
  • 使用uWSGI和nginx来设置Django和你的web服务器

    使用uWSGI和nginx来设置Django和你的web服务器 本教程的一些注释 概念 在你开始设置uWSGI之前 virtualenv Django 关于域名和端口 基本的uWSGI安装和配置 把uWSGI安装到你的virtualenv中 基础测试 测试你的Django项目 基本的nginx 安装nginx 为你的站点配置nginx ...
  • Spawning

    542 2021-05-16 《Tokio v1.6 Tutorial》
    Spawning Accepting sockets Concurrency Tasks 'static bound Send bound Store values Spawning We are going to shift gears and start working on the Redis server. First, m...
  • 属性

    属性 属性 Nim不需要 get-properties :使用 方法调用语法 调用的普通get-procedure达到相同目的。 但设定值是不同的;为此需要一个特殊的setter语法: # 模块asocket type Socket * = ref object of RootObj host : int ...
  • 属性

    属性 属性 Nim不需要 get-properties :使用 方法调用语法 调用的普通get-procedure达到相同目的。 但设定值是不同的;为此需要一个特殊的setter语法: # 模块asocket type Socket * = ref object of RootObj host : int ...
  • 属性

    属性 属性 Nim 不需要 get-properties : 使用 方法调用语法 调用的普通 get-procedure 达到相同目的。但 set 值是不同的; 因而需要一个特殊的 setter 语法: # asocket 模块 type Socket * = ref object of RootObj ...
  • Read & Write

    Read & Write Read & Write Once the connection is established, it is time to transfer data. The readwrite is the core function of netcat , and thankfully, it is well-commented,...
  • HTTP Server APIs

    190 2022-06-23 《Deno v1.21.2 Manual》
    HTTP Server APIs A “Hello World” server Inspecting the incoming request Responding with a response WebSocket support HTTPS support HTTP/2 support Automatic body compression W...
  • HTTP Server APIs

    268 2022-06-23 《Deno v1.21.3 Manual》
    HTTP Server APIs A “Hello World” server Inspecting the incoming request Responding with a response WebSocket support HTTPS support HTTP/2 support Automatic body compression W...