书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 465 个相关结果.
  • Frequently Asked Questions

    Frequently Asked Questions How does Scrapy compare to BeautifulSoup or lxml? Can I use Scrapy with BeautifulSoup? What Python versions does Scrapy support? Did Scrapy “steal” X ...
  • Changelog

    Changelog Version 1.13.1 Version 1.13.0 Version 1.12.0 Version 1.11.0 Version 1.10.1 Version 1.10.0 Version 1.9.0 Version 1.8.0 Version 1.7.0 Version 1.6.0 Version 1.5.0 ...
  • Python 3 Notes

    Python 3 Notes WSGI 环境 URLs 清理 Request Python 3 Notes 这部分文档特别要求使用 Werkzeug 和 WSGI 的环境为 Python 3。 警告 Werkzeug 的 Python 3 支持目前只是实验性的。所以有问题欢迎反馈以帮助我们来改善它。 WSGI 环境 Python 3 ...
  • Python

    1264 2018-03-21 《macOS Setup Guide》
    Python Homebrew method Pyenv method Python macOS, like Linux, ships with Python already installed. But you don’t want to mess with the system Python (some system tools rely ...
  • uWSGI 1.9.15

    uWSGI 1.9.15 Bugfixes New features The PTY plugin strict mode fallback configs –perl-exec and –perl-exec-post-fork uwsgi.cache_keys([cache]) added %(ftime) to logformat prot...
  • Cryptography

    Cryptography cryptography Installation Example GPGME bindings Installation Example PyCrypto Installation Example Cryptography cryptography cryptography is an acti...
  • uWSGI 2.0.11

    uWSGI 2.0.11 错误修复 新特性 mem_collector线程 fixpathinfo路由动作 uwsgi[sor]和time[micros]路由变量 wait-for-socket wait_for hooks 可用性 uWSGI 2.0.11 [20150701] 错误修复 [pypy] 修复ffi.strin...
  • 1. 概述

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

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

    性能与优化 简介 General approaches What are you optimizing for? Performance benchmarking Django tools Third-party services Get things right from the start Work at the appropriate lev...