书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 13483 个相关结果.
  • asyncore —- 异步socket处理器

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

    Networking & Web CIS 198 Lecture 9 Networking Sockets Sockets Datagram Sockets (UDP) std::net::UdpSocket Stream Sockets (TCP) std::net::TcpStream std::net::TcpListener ...
  • Troubleshooting

    Troubleshooting connection issues Problem: the socket is not able to connect You are trying to reach a plain WebSocket server The server is not reachable The client is not compat...
  • Sockets

    Sockets Sockets Sockets.Sockets — Module. Support for sockets. Provides IPAddr and subtypes, TCPSocket , and UDPSocket . source Sockets.connect — Method. connect (...
  • UDP communication

    UDP communication UDP communication We have discussed how to communicate through TCP enough, so it is time to switch to UDP now. UDP is a connectionless protocol, and it is ...
  • Reentrancy

    810 2021-02-11 《Mastering Ethereum》
    Reentrancy The Vulnerability Preventative Techniques Real-World Example: The DAO Reentrancy One of the features of Ethereum smart contracts is their ability to call and util...
  • Gateways

    Gateways Installation Overview Multiple responses Asynchronous responses Lifecycle hooks Server Official enterprise support Example Gateways Most of the concepts discus...
  • 3.1.5 初始化示例-查询参数

    初始化示例:带查询参数 初始化示例:带查询参数 const socket = io ( 'http://localhost?token=abc' ); // 服务端 const io = require ( 'socket.io' )() // 中间件 io . use (( socket , next )=>{ ...
  • 获取应用日志web-socket实例

    获取应用日志web-socket实例 获取应用日志web-socket实例 请求URL: /v2/tenants/{tenant_name}/services/{service_alias}/log-instance 简要描述 获取应用日志web-socket实例, get log socket 请求方式: GET ...
  • SPIRE

    SPIRE Install SPIRE Option 1: Quick start Option 2: Configure a custom SPIRE installation SPIRE CA Integration Prerequisites Install Istio Option 1: Configuration for Workload ...