书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 1044 个相关结果.
  • 11. Triaging an Issue

    11. Triaging an Issue 11.1. Python triage team 11.2. Becoming a member of the Python triage team 11.2.1. GitHub Labels for PRs 11.3. Fields in the Issue Tracker 11.3.1. Title 1...
  • 1. 概述

    1. 概述 1. 概述 本参考手册是对 Python 编程语言的描述。并不适宜作为教程使用。 我希望尽可能地保证内容精确无误,但还是选择使用自然词句进行描述,正式的规格定义仅用于句法和词法解析。这样应该能使文档对于普通人来说更易理解,但也可能导致一些歧义。因此,如果你是来自火星并且想凭借这份文档把 Python 重新实现一遍,也许有时需要自行猜测,...
  • Installation guide

    Installation guide Supported Python versions Installing Scrapy Things that are good to know Using a virtual environment (recommended) Platform specific installation notes Windo...
  • Using C libraries

    Using C libraries Defining external declarations Writing a wrapper class Memory management Compiling and linking Static Linking Dynamic Linking Mapping functionality Handling...
  • tomllib —- 解析 TOML 文件

    tomllib —- 解析 TOML 文件 例子 转换表 tomllib —- 解析 TOML 文件 Added in version 3.11. 源代码: Lib/tomllib 此模块提供了一个解析 TOML 1.0.0 (Tom’s Obvious Minimal Language, https://toml.io ) 的接口。...
  • uWSGI 2.0.3

    uWSGI 2.0.3 错误修复 新特性 Emperor SIGWINCH和SIGURG 从git仓库,实时构建插件 uwsgi.add_var(key, value) ‘disableheaders’路由动作 糟糕的条件下更智能的Emperor 可用性 uWSGI 2.0.3 更新日志 20140317 错误修复 修复spo...
  • 1. 概述

    1. 概述 1. 概述 本参考手册是对 Python 编程语言的描述。并不适宜作为教程使用。 我希望尽可能地保证内容精确无误,但还是选择使用自然词句进行描述,正式的规格定义仅用于句法和词法解析。这样应该能使文档对于普通人来说更易理解,但也可能导致一些歧义。因此,如果你是来自火星并且想凭借这份文档把 Python 重新实现一遍,也许有时需要自行猜测,...
  • Tornado 3.1 新特性

    934 2018-06-28 《Tornado中文文档》
    Tornado 3.1 新特性¶ Jun 15, 2013¶ Multiple modules¶ tornado.auth¶ tornado.escape¶ tornado.gen¶ tornado.httpclient¶ tornado.httpserver¶ tornado.httputil¶ tornado.ioloop¶ tornad...
  • Installing / Upgrading

    Installing / Upgrading Installing with pip Installing with easy_install Dependencies Installing from source Installing from source on Unix Installing from source on macOS / OSX...
  • 29.12. inspect — 检查对象

    29.12. inspect — 检查对象 29.12.1. 类型和成员 29.12.2. Retrieving source code 29.12.3. Introspecting callables with the Signature object 29.12.4. 类与函数 29.12.5. The interpreter stack ...