书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 829 个相关结果.
  • Including a Reply Subject

    Including a Reply Subject Including a Reply Subject The optional reply-to field when publishing a message can be used on the receiving side to respond. The reply-to subject is o...
  • Queue Subscriptions

    Queue Subscriptions Queue Subscriptions Subscribing to a queue group is only slightly different than subscribing to a subject alone. The application simply includes a queue nam...
  • Structured Data

    Structured Data Structured Data Client libraries may provide tools to help receive structured data, like JSON. The core traffic to the NATS server will always be opaque byte arr...
  • Queue Subscriptions

    Queue Subscriptions Queue Subscriptions Subscribing to a queue group is only slightly different than subscribing to a subject alone. The application simply includes a queue nam...
  • Libraries and tools

    1355 2020-10-11 《etcd v3.3.12 document》
    Tools etcdctl - A command line client for etcd etcd-backup - A powerful command line utility for dumping/restoring etcd - Supports v2 etcd-dump - Command line utility for du...
  • Libraries and tools

    1389 2020-10-11 《etcd v3.3.13 document》
    Tools etcdctl - A command line client for etcd etcd-backup - A powerful command line utility for dumping/restoring etcd - Supports v2 etcd-dump - Command line utility for du...
  • Libraries and tools

    1706 2019-09-06 《etcd v3.4.0 document》
    Tools etcdctl - A command line client for etcd etcd-backup - A powerful command line utility for dumping/restoring etcd - Supports v2 etcd-dump - Command line utility for du...
  • 并发和并行

    并发和并行 用以进行并发和并行操作的库。 multiprocessing:(Python 标准库) 基于进程的“线程”接口。官网 threading:(Python 标准库)更高层的线程接口。官网 eventlet:支持 WSGI 的异步框架。官网 gevent:一个基于协程的 Python 网络库,使用 greenlet 。官网 Tomor...
  • HTTP

    HTTP 使用 HTTP 的库。 aiohttp:基于 asyncio 的异步 HTTP 网络库。官网 requests:人性化的 HTTP 请求库。官网 grequests:requests 库 + gevent ,用于异步 HTTP 请求.官网 httplib2:全面的 HTTP 客户端库。官网 treq:类似 requests 的 Py...
  • Asynchronous Subscriptions

    Asynchronous Subscriptions Asynchronous Subscriptions Asynchronous subscriptions use callbacks of some form to notify an application when a message arrives. These subscriptions ...