书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 13483 个相关结果.
  • Socket Option

    Socket Option config.core.v3.SocketOption Enum config.core.v3.SocketOption.SocketState Socket Option config.core.v3.SocketOption [config.core.v3.SocketOption proto] Gener...
  • Sockets

    Sockets Sockets Support for sockets. Provides IPAddr and subtypes, TCPSocket , and UDPSocket . source connect ([ host ], port :: Integer ) -> TCPSocket Connect t...
  • 二、走起Socket客户端

    二、走起Socket客户端 步骤介绍 Step1: 实现一个Socket连接对象 Step2: 实现一个消息分割器 Step3: 实现一个过滤器 Step4: 实现一个Socket业务处理句柄 Step5: 启动socket 二、走起Socket客户端 步骤介绍 如果你学习过 Socket 服务端的开发,那么你可以不用参看本教程,和服...
  • socket_stats_* 表

    socket_stats_* 表 socket_stats_* 表 socket_stats_* 表存储一个 Greenplum 数据库实例中 socket 使用统计指标。 一共有三张表,所有查询表都具有相同的列: 这些表为将来使用保留,当前没有填充信息。 socket_stats_now 是一个外部表,它的数据存储在 $MASTER_DATA...
  • Web Sockets

    776 2021-10-08 《Qt6 QML Book》
    Web Sockets WS Server WS Client Web Sockets The WebSockets module provides an implementation of the WebSockets protocol for WebSockets clients and servers. It mirrors the Qt C...
  • Emit cheatsheet

    Emit cheatsheet Server-side Client-side Reserved events Emit cheatsheet Server-side io . on ( "connection" , ( socket ) => { // basic emit socket . emit ( /* ... ...
  • 3.9. SIMD for faster computing

    SIMD for faster computing SIMD for faster computing The basics of SIMD are now available!SIMD stands for “single instruction, multiple data.” Consider a function likethis: ...
  • 9 Template changes

    695 2021-03-05 《Zabbix v5.2 Manual》
    9 Template changes New templates Changes in 5.2.1 Changes in 5.2.2 New templates Template Apache Tomcat by JMX Template VMware Changes in 5.2.3 Changes in 5.2.4 Changes in ...
  • Socket.IO

    [TOC] Socket.IO 是一个基于 Node.js 的实时应用程序框架,在即时通讯、通知与消息推送,实时分析等场景中有较为广泛的应用。 WebSocket 的产生源于 Web 开发中日益增长的实时通信需求,对比基于 http 的轮询方式,它大大节省了网络带宽,同时也降低了服务器的性能消耗; socket.io 支持 websocket、po...
  • 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...