书栈网 · BookStack 本次搜索耗时 0.042 秒,为您找到 13823 个相关结果.
  • 从2.x迁移到3.0

    从2.x迁移到3.0 Configuration Saner default values CORS handling No more cookie by default API change io.set() is removed No more implicit connection to the default namespace Name...
  • Migrating from 3.x to 4.0

    Migrating from 3.x to 4.0 Breaking changes io.to() is now immutable wsEngine option Configuration Ensure compatibility with Swift v15 clients The default value of pingTimeout...
  • Migrating from 3.x to 4.0

    Migrating from 3.x to 4.0 Breaking changes io.to() is now immutable wsEngine option Configuration Ensure compatibility with Swift v15 clients The default value of pingTimeout...
  • 从3.x迁移到4.0

    从3.x迁移到4.0 Breaking changes io.to() is now immutable wsEngine option Configuration Ensure compatibility with Swift v15 clients The default value of pingTimeout was increased...
  • Migrating from 3.x to 4.0

    Migrating from 3.x to 4.0 Breaking changes io.to() is now immutable wsEngine option Configuration Ensure compatibility with Swift v15 clients The default value of pingTimeout...
  • socket图解

    2532 2020-06-11 《Go语言中文文档》
    1. socket编程 1.1.1. socket图解 1. socket编程 Socket是BSD UNIX的进程通信机制,通常也称作”套接字”,用于描述IP地址和端口,是一个通信链的句柄。Socket可以理解为TCP/IP网络的API,它定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。电脑上运行的应用程序通常通过”...
  • Chapter 1: What Is Ethereum

    1240 2021-02-11 《Mastering Ethereum》
    What Is Ethereum? What Is Ethereum? Ethereum is often described as “the world computer.” But what does that mean? Let’s start with a computer science–focused description, and t...
  • asyncnet

    Asynchronous IO in Nim SSL Examples Chat server Imports Types Procs Exports Source Edit This module implements a high-level asynchronous sockets API based on the as...
  • Systemd

    Systemd 添加Emperor到systemd 日志记录 将socket放到/run/ Socket激活 在systemd中,每个应用一个服务 Systemd uWSGI是用于 systemd 的一个新型守护进程。 它可以通知状态改变和准备好使用。 当uWSGI检测到它正运行于systemd下时,启用通知系统。 添加Empe...
  • 监听事件

    监听事件 EventEmitter 方法 socket.on(eventName, listener) socket.once(eventName, listener) socket.off(eventName, listener) socket.removeAllListeners([eventName]) Catch-all 侦听器 socke...