书栈网 · BookStack 本次搜索耗时 0.009 秒,为您找到 769 个相关结果.
  • Libraries and tools

    1188 2020-10-11 《etcd v3.2.17 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...
  • 文件

    文件 文件管理和 MIME(多用途的网际邮件扩充协议)类型检测。 aiofiles:基于 asyncio,提供文件异步操作。官网 imghdr:(Python 标准库)检测图片类型。官网 mimetypes:(Python 标准库)将文件名映射为 MIME 类型。官网 path.py:对 os.path 进行封装的模块。官网 pathlib:...
  • Coroutine\Http\Client

    Coroutine\Http\Client Saber - 人性化的协程HTTP客户端封装库 启用协程Http客户端 构造方法 使用实例 defer特性 Coroutine\Http\Client 协程版Http客户端基于原生的AsyncIo中的异步Http客户端,基本的设置和使用方法和异步Http客户端一致,不在需要注册回调函数,只需...
  • Actor

    Getting started with the Dapr actor Python SDK Pre-requisites Actor interface Actor services Actor client Sample Getting started with the Dapr actor Python SDK How to get u...
  • Actor

    Getting started with the Dapr actor Python SDK Pre-requisites Actor interface Actor services Actor client Sample Getting started with the Dapr actor Python SDK How to get u...
  • Actor

    Getting started with the Dapr actor Python SDK 前提 Actor interface Actor services Actor client Sample Getting started with the Dapr actor Python SDK How to get up and runnin...
  • Actor

    Getting started with the Dapr actor Python SDK Pre-requisites Actor interface Actor services Actor client Sample Getting started with the Dapr actor Python SDK How to get ...
  • Actor

    Getting started with the Dapr actor Python SDK 前提 Actor interface Actor services Actor client Sample Getting started with the Dapr actor Python SDK How to get up and runni...
  • 介绍

    欢迎来到 GINO 的文档! 常用链接 欢迎来到 GINO 的文档! GINO 递归定义为 GINO Is Not ORM,是一个基于 asyncio 和 SQLAlchemy core 的轻量级异步 Python ORM 框架,目前(2020 年初)仅支持 asyncpg 一种引擎。 上手教程 为新手上手准备的...
  • 网络和进程间通信

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