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

    Multiple services in a .NET Dapr pluggable component Registering multiple services Configuring Multiple Components Multiple services in a .NET Dapr pluggable component How to ...
  • IO

    收消息 发消息 Socket The full picture English version 一般有三种操作IO的方式: blocking IO: 发起IO操作后阻塞当前线程直到IO结束,标准的同步IO,如默认行为的posix read 和write 。 non-blocking IO: 发起IO操作后不阻塞,用户可阻塞等待多个IO操作同...
  • 节点组

    节点组 界面 面板 编辑节点组 制作节点组 拆散 插入节点组 添加节点组 节点组 节点组示例。 Grouping nodes can simplify a node tree by allowing instancing and hiding parts of the tree. Conceptually, grouping no...
  • pool – Pool module for use with a MongoDB client.

    pool – Pool module for use with a MongoDB client. pool – Pool module for use with a MongoDB client. class pymongo.pool.SocketInfo (sock, pool, address, id) Store a socket wit...
  • Socket编程

    3012 2018-02-08 《Go Web 编程》
    8.1 Socket编程 什么是Socket? Socket如何通信 Socket基础知识 IPv4地址 IPv6地址 Go支持的IP类型 TCP Socket TCP client TCP server 控制TCP连接 UDP Socket 总结 links 8.1 Socket编程 在很多底层网络应用开发者的眼里一切编程...
  • Common types

    Common types core.Locality core.Node core.Metadata core.RuntimeUInt32 core.HeaderValue core.HeaderValueOption core.HeaderMap core.DataSource core.TransportSocket core.Sock...
  • BinCat V3-实现Servlet3.x API

    BinCat V3-实现Servlet3.x API HttpServletRequest实现 HttpServletResponse实现 HttpSession实现 Servlet类注册 BinCat V3实现 Servlet功能测试 BinCat V3-实现Servlet3.x API V1 和V2 我们完成了一个简单的文件访问服务和...
  • Configuring hardware offloading

    Configuring hardware offloading About hardware offloading Supported devices Prerequisites Configuring a machine config pool for hardware offloading Configuring the SR-IOV netwo...
  • 4.3.6 socket_handshake

    socket.handshake socket.handshake (Object) 握手细节: { "headers" : "" ,//作为握手的一部分发送的头 "time" : "" ,//创建日期(字符串) "address" : "" ,//客户端的 IP "xdomian" :...
  • 2.1.10 广播消息

    广播消息 Server 广播消息 广播时不支持回调 要进行广播,只需添加广播标志即可发出和发送方法调用。 广播意味着向除了启动它的socket之外的所有人发送消息。 Server const io = require ( 'socket.io' )( 80 ) io . on ( 'connection' ,( socket )=>...