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

    net Class: net.Server 事件:’close’ 事件:’connection’ 事件:’error’ 事件:’listening’ server.address() server.close([callback]) server.connections server.getConnections(callback) ser...
  • Example: A Chat Server

    Example: A Chat Server Setup Chat State Line Codec Broadcasting Messages Final Touches Example: A Chat Server We’re going to use what has been covered so far to build a...
  • PacketPeerUDP

    PacketPeerUDP Description Methods Method Descriptions PacketPeerUDP Inherits: PacketPeer < RefCounted < Object UDP packet peer. Description UDP packet peer. Can be u...
  • 十三、栗子

    十三、栗子 8. 使用举例 这里使用AIO举例,NIO的例子使用类似于 AIO 的列子 8.1 过滤器类代码举例 8.2 业务处理句柄代码举例 8.3 服务端类代码举例 8.4 客户端类代码举例 8.5 同步通信代码举例 十三、栗子 8. 使用举例 这里使用AIO举例,NIO的例子使用类似于 AIO 的列子 8.1 过滤器类...
  • REPL 交互执行

    1175 2018-02-06 《nodejs中文文档》
    REPL 交互执行 REPL 交互执行 node 的“读入、运行、输出循环模式(REPL)”既可以单独执行也很容易嵌入其它程序中。REPL 提供了一种交互式执行Javascript 并查看结果的模式。这种模式可以用来调试、测试或者仅仅用来某些新特性。 如果直接执行node 而不跟任何参数就会进入REPL 模式。它类似于简化的emacs 行编辑模式。...
  • Introduction

    Introduction Introduction The Linux kernel supports a set of BPF hooks in the networking stack that can be used to run BPF programs. The Cilium datapath uses these hooks to loa...
  • Register a pluggable component

    How-To: Register a pluggable component Component registration process Note Run the component Component discovery and multiplexing Define the component Run Dapr Note Build a...
  • 2.1.9 发送和获取数据(确认)

    发送和获取数据(确认) Server(app.js) client(index.html) 发送和获取数据(确认) 有时,您可能希望在客户端确认消息接收时收到回调。 为此,只需将函数作为.send 或.emit 的最后一个参数传递。 更重要的是,当你使用.emit 时,确认是由你完成的,这意味着你也可以传递数据: Server(app.js)...
  • Networking and Streams

    Networking and Streams Basic Stream I/O Text I/O IO Output Contextual Properties Working with Files A simple TCP example Resolving IP Addresses Asynchronous I/O Multicast Re...
  • PacketPeerUDP

    PacketPeerUDP Description Methods Method Descriptions Up to date This page is up to date for Godot 4.0 . If you still find outdated information, please open an issue . Pac...