书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 13823 个相关结果.
  • socket.h

    socket.h Overview Summary Data Structures Macros Functions socket.h Overview Related Modules: NET Description: Provides functions and data structures re...
  • 网络协议栈接入方式

    2151 2018-09-20 《RT-Thread编程手册》
    网络协议栈接入方式 网络协议栈或网络功能实现的接入,主要是对协议簇结构体的初始化和注册处理,并且添加到 SAL 组件中协议簇列表中,协议簇结构体定义如下: struct proto_family { int family ; /* primary protocol families t...
  • Troubleshooting

    Troubleshooting connection issues In Node.js Listening to the connect_error event Debug logs In the browser In the Network Monitor of your browser Troubleshooting connecti...
  • Web Sockets

    Web Sockets 11.8.1 WS Server 11.8.2 WS Client Web Sockets webSockets不是Qt提供的。将WebSockets加入到Qt/QML中需要花费一些工作。从作者的角度来看WebSockets有巨大的潜力来添加HTTP服务缺少的功能-通知。HTTP给了我们get和post的功能,但是post...
  • Initialization

    Client Initialization From the same domain From a different domain Custom namespace Options IO factory options forceNew multiplex Low-level engine options transports upgr...
  • socket图解

    2533 2020-06-11 《Go语言中文文档》
    1. socket编程 1.1.1. socket图解 1. socket编程 Socket是BSD UNIX的进程通信机制,通常也称作”套接字”,用于描述IP地址和端口,是一个通信链的句柄。Socket可以理解为TCP/IP网络的API,它定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。电脑上运行的应用程序通常通过”...
  • 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...
  • 初始化

    服务器初始化 初始化 只使用Socket 使用HTTP服务器 使用HTTPS服务器 使用HTTP/2服务器 使用 Express 使用 Koa 使用 Nest 使用 Fastify 使用 µWebSockets.js 配置 服务器初始化 安装 Socket.IO 服务器库后,您现在可以初始化服务器。可以在此处 找到完整的选项列表。...
  • 监听事件

    监听事件 EventEmitter 方法 socket.on(eventName, listener) socket.once(eventName, listener) socket.off(eventName, listener) socket.removeAllListeners([eventName]) Catch-all 侦听器 socke...
  • Middlewares

    Middlewares Registering a middleware Sending credentials Handling middleware error Compatibility with Express middleware Middlewares A middleware function is a function that...