书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 11778 个相关结果.
  • AT 命令客户端应用笔记

    6854 2018-09-19 《RT-Thread应用笔记》
    RT-Thread AT 组件应用笔记 - 客户端篇 本文的目的和结构 本文的目的和背景 本文的结构 问题阐述 问题的解决 AT 命令简介 AT 命令基本概念 AT 组件介绍 AT Client 功能 AT Client 配置 AT Client 移植 AT Client 示例添加 AT Client 使用 AT Client 使用流程...
  • RPC

    RPC Overview Runtime Structure Message Passing Remote RPC vs Local RPC Serialization Mechanism Marshalling: Unmarshalling: Local Serialization RPC API for remote clients Us...
  • Telegraf module

    440 2020-12-05 《Ceph v15.2 Document》
    Telegraf Module Enabling Configuration Socket Listener Telegraf Module The Telegraf module collects and sends statistics series to a Telegraf agent. The Telegraf agent can ...
  • Setting up Django and your web server with uWSGI and nginx

    Setting up Django and your web server with uWSGI and nginx Some notes about this tutorial Concept Before you start setting up uWSGI virtualenv Django About the domain and port ...
  • 网络

    3219 2018-02-27 《libuv中文教程》
    Networking note TCP server tcp-echo-server/main.c - The listen socket note tcp-echo-server/main.c - Accepting the client client UDP note udp-dhcp/main.c - Setup and send ...
  • 十、过滤器接口

    十、过滤器接口 9. 过滤器接口 解决消息编码和解码问题,用于再接受前或者发送后将消息发送到Socket缓冲区。 十、过滤器接口 9. 过滤器接口 org.voovan.network.IoFilter 解决消息编码和解码问题,用于再接受前或者发送后将消息发送到Socket缓冲区。 public Object decode ( ...
  • WebSocket

    Websocket Websocket Jboot 内置了 Undertow 服务器,完美支持 websocket 功能, tomcat8 也是内置了对 websocket 的支持。 在使用 websocket 之前,需要添加如下配置: jboot . web . webSocketEndpoint = your - endpoint - cla...
  • Node Groups

    110 2024-08-11 《Blender 4.2 Manual》
    Node Groups Properties Group Usage Geometry Nodes Group Sockets Make Group Insert Into Group Edit Group Ungroup Reusing Node Groups Node Groups Example of a node group....
  • WebSockets

    WebSockets Step 1: Create a certificate file for wss Step 2: Build and start the sandbox Step 3: Test proxying ws -> ws Step 4: Test proxying wss -> wss Step 5: Test proxyi...
  • 网络和进程间通信

    网络和进程间通信 网络和进程间通信 本章介绍的模块提供了网络和进程间通信的机制。 某些模块仅适用于同一台机器上的两个进程,例如 signal 和 mmap 。 其他模块支持两个或多个进程可用于跨机器通信的网络协议。 本章中描述的模块列表是: asyncio —- 异步 I/O socket —- 底层网络接口 ssl —- ...