书栈网 · BookStack 本次搜索耗时 0.074 秒,为您找到 465 个相关结果.
  • 01 Introduction

    Introduction Introduction web2py[web2py ] is a free, open-source web framework for agile development of secure database-driven web applications; it is written in Python[python ...
  • 12.9 Python的全局锁问题

    12.9 Python的全局锁问题 问题 解决方案 讨论 12.9 Python的全局锁问题 问题 你已经听说过全局解释器锁GIL,担心它会影响到多线程程序的执行性能。 解决方案 尽管Python完全支持多线程编程,但是解释器的C语言实现部分在完全并行执行时并不是线程安全的。实际上,解释器被一个全局解释器锁保护着,它确保任何时候都只有...
  • uWSGI 1.9.19

    uWSGI 1.9.19 Bugfixes New features The Metrics subsystem The Tornado loop engine The ‘puwsgi’ protocol –vassal-set The ‘template’ transformation Availability uWSGI 1.9....
  • Argparse 教程

    Argparse 教程 概念 基础 位置参数介绍 可选参数介绍 短选项 结合位置参数和可选参数 进行一些小小的改进 矛盾的选项 后记 Argparse 教程 作者 Tshepang Lekhonkhobe 这篇教程旨在作为 argparse 的入门介绍,此模块是 Python 标准库中推荐的命令行解析模块。 备注 还有另外两...
  • Argparse 教程

    Argparse 教程 概念 基础 位置参数介绍 可选参数介绍 短选项 结合位置参数和可选参数 进行一些小小的改进 矛盾的选项 后记 Argparse 教程 作者 Tshepang Lekhonkhobe 这篇教程旨在作为 argparse 的入门介绍,此模块是 Python 标准库中推荐的命令行解析模块。 注解 还有另外...
  • Overview

    Overview Documentation Overview Code Examples Installation Guide Supported Platforms Supported Installation Methods Install via pip Installing using setup.py Installing the C...
  • Argparse 教程

    Argparse 教程 概念 基础 位置参数介绍 可选参数介绍 短选项 结合位置参数和可选参数 进行一些小小的改进 矛盾的选项 后记 Argparse 教程 作者 Tshepang Lekhonkhobe 这篇教程旨在作为 argparse 的入门介绍,此模块是 Python 标准库中推荐的命令行解析模块。 注解 还有另外两...
  • Argparse 教程

    Argparse 教程 概念 基础 位置参数介绍 可选参数介绍 短选项 结合位置参数和可选参数 进行一些小小的改进 矛盾的选项 后记 Argparse 教程 作者 Tshepang Lekhonkhobe 这篇教程旨在作为 argparse 的入门介绍,此模块是 Python 标准库中推荐的命令行解析模块。 注解 还有另...
  • 常见问题

    常见问题 已编码的数据? 自定义 User-Agent? 怎么不使用 Httplib2? 支持 Python 3 吗? "hostname doesn't match" 错误是怎么回事? 常见问题 这部分的文档回答了有关 Requests 的常见问题。 已编码的数据? Requests 自动解压缩的 gzip 编码的响应体,并在可能的...
  • Installation

    Installation Do I need to install pip? Using Linux Package Managers Using ensurepip Installing with get-pip.py get-pip.py options Upgrading pip Python and OS Compatibility ...