书栈网 · BookStack 本次搜索耗时 0.049 秒,为您找到 13483 个相关结果.
  • MQTT 适配器

    MQTT 介绍 MQTT 杂谈 数据结构 操作 公约 AttributedTopic 模式 AttributedMessage JSONPath 用户案例 注册信息 支持模板 支持的平台 使用方式 权限 YAML 示例 MQTTDevice MQTTDeviceSpec MQTTDeviceStatus MQTTDeviceP...
  • Zerg mode

    Zerg mode Enabling the zerg server Attaching zergs to the zerg server Fallback if a zerg server is not available Using Zerg as testers Zerg Pools Zerg mode Note Yes, that...
  • 消息可达性保证

    消息可达性保证 消息顺序 消息到达 最多一次 至少一次 从客户端到服务器端 从服务器端到客户端 消息可达性保证 消息顺序 无论使用哪种底层传输方式(甚至在从HTTP长轮询到WebSocket的升级过程中),Socket.IO都能保证消息的顺序。 这要归功于以下几点: 底层TCP连接所提供的保证 精心设计的升级机制 示例: so...
  • VCL Socket Interface

    VCL Socket Interface Example configuration How it works Installing and running VPP/VCL VCL Socket Interface v3 API reference Attention The VCL socket interface extension ...
  • VCL Socket Interface

    VCL Socket Interface Example configuration How it works Installing and running VPP/VCL VCL Socket Interface v3 API reference Attention The VCL socket interface extension ...
  • Sockets

    Sockets Sockets Sockets.Sockets — Module Support for sockets. Provides IPAddr and subtypes, TCPSocket , and UDPSocket . Sockets.connect — Method connect ([ host ], port ...
  • WebSocket

    WebSocket 开启 WebSocket 事件到 Action 的映射 Action 处理 emit broadcast socket 对象 事件数据 socket.io io 对象 设置 path 设置 adapter socket.io client 校验用户登录 聊天代码示例 SockJS 配置 sockjs 对象 ...
  • Using a Custom CRI

    Custom CRI runtime Custom CRI runtime k0s supports users bringing their own CRI runtime (for example, docker). In which case, k0s will not start nor manage the runtime, and it ...
  • Opensocket and closesocket

    Opensocket and closesocket callbacks Provide a file descriptor Socket close callback Opensocket and closesocket callbacks Occasionally you end up in a situation where you wan...
  • asyncore —- 异步socket处理器

    asyncore —- 异步socket处理器 asyncore Example basic HTTP client asyncore Example basic echo server asyncore —- 异步socket处理器 源码: Lib/asyncore.py 3.6 版后已移除: 请使用 asyncio 替代。 注解 ...