书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 11778 个相关结果.
  • Go

    Write plugins in Go Developing Go plugins Overview Configuration Struct The New() constructor The main() function Phase handlers Version and priority Example configurati...
  • PacketPeerUDP

    PacketPeerUDP Description Methods Method Descriptions PacketPeerUDP Inherits: PacketPeer < Reference < Object UDP packet peer. Description UDP packet peer. Can be ...
  • PacketPeerUDP

    PacketPeerUDP Description Methods Method Descriptions PacketPeerUDP Inherits: PacketPeer < Reference < Object UDP packet peer. Description UDP packet peer. Can be ...
  • PacketPeerUDP

    PacketPeerUDP Description Methods Method Descriptions PacketPeerUDP Inherits: PacketPeer < Reference < Object UDP packet peer. Description UDP packet peer. Can be us...
  • 3.1.7 初始化示例-额外Headers

    初始化示例:额外Headers 初始化示例:额外Headers 这仅在启用了轮询 传输(默认情况下)时才有效。将WebSocket 用作传输时,不会附加自定义头。这是因为WebSocket握手不支持自定义头文件。(见WebSocket协议RFC ) 客户端: const socket = io ({ transportOptions ...
  • 小结

    小结 小结 本章为大家演示了smart-socket最基础的应用,可以看到该框架相较于其它知名NIO框架(具备代表性的AIO框架不多,暂且不论),开发起来的代码量和难度都是比较低的。接下来我们会对smart-socket进行更深入的剖析,感兴趣的读者朋友可继续往下看,如果结合smart-socket的源码阅读效果更佳。
  • 完整的 WebRTC 呼叫流程

    完整的 WebRTC 呼叫流程 完整的 WebRTC 呼叫流程 图5-1、5-2 和 5-3 提供了与完整的 WebRTC 呼叫流程图,该流程涉及一个信道发起方,一个信道连接器以及在信道建立时在它们之间中继消息的信令服务器。 图5-1 WebRTC 调用流程:序列图,第 1 部分 图5-2 WebRTC 调用流程:序列图,第 2 部分 ...
  • Properties

    75 2024-07-11 《Nim v2.0 Manual》
    Properties Properties Nim has no need for get-properties: Ordinary get-procedures that are called with the method call syntax achieve the same. But setting a value is different...
  • Properties

    433 2020-10-18 《Nim v1.4 Manual》
    Properties Properties Nim has no need for get-properties: Ordinary get-procedures that are called with the method call syntax achieve the same. But setting a value is differen...
  • Borrowing

    444 2020-12-25 《Tokio v1.0 Tutorial》
    Borrowing Borrowing When spawning tasks, the spawned async expression must own all of its data. The select! macro does not have this limitation. Each branch’s async expression...