书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 1044 个相关结果.
  • How Many Threads?

    How Many Threads? How Many Threads? Since Gunicorn 19, a threads option can be used to process requests in multiple threads. Using threads assumes use of the gthread worker. On...
  • Python 常用指引

    Python 常用指引 Python 常用指引 Python常用指引的形式来源于Linux文档项目的常用指引章节,是一系列独立、指定主题并尝试完全覆盖该主题的文章集合。致力于提供比Python库参考帮助更详尽的文档。 目前,提供了如下指引: 将 Python 2 代码迁移到 Python 3 将扩展模块移植到 Python 3 用 Pyth...
  • PyPy video documentation

    802 2020-04-19 《PyPy Documentation》
    PyPy video documentation Copyrights and Licensing Trailer: PyPy at the PyCon 2006 Interview with Tim Peters Interview with Bob Ippolito Introductory talk on PyPy Talk on Agile...
  • SharedArea – share memory pages between uWSGI components

    SharedArea – share memory pages between uWSGI components Simple option VS keyval The API Waiting for updates Optional API Websockets integration API Advanced usage (from C) ...
  • API 和 ABI 版本管理

    API 和 ABI 版本管理 API 和 ABI 版本管理 CPython exposes its version number in the following macros. Note that these correspond to the version code is built with, not necessarily the vers...
  • 代码对象

    代码对象 代码对象 代码对象是 CPython 实现的低级细节。 每个代表一块尚未绑定到函数中的可执行代码。 type PyCodeObject 用于描述代码对象的对象的 C 结构。 此类型字段可随时更改。 PyTypeObject PyCode_Type 这是一个 PyTypeObject 实例,其表示Python的 code ...
  • 与C/C++库交互

    与C/C++库交互 C语言外部函数接口(CFFI) ABI 交互 ctypes Struct Equivalents SWIG 例子: Overloading repr Boost.Python 与C/C++库交互 C语言外部函数接口(CFFI) CFFI 通过CPython和PyPy给出了和C语言交互的简单使用机制。它支持...
  • Python 常用指引

    Python 常用指引 Python 常用指引 Python常用指引的形式来源于Linux文档项目的常用指引章节,是一系列独立、指定主题并尝试完全覆盖该主题的文章集合。致力于提供比Python库参考帮助更详尽的文档。 目前,提供了如下指引: 将 Python 2 代码迁移到 Python 3 将扩展模块移植到 Python 3 用 Pytho...
  • 0.27.1 (2017-10-01)

    0.27.1 (2017-10-01) Features added Bugs fixed Other changes 0.27.1 (2017-10-01) Features added The Jupyter magic has a new debug option —verbose that shows details about...
  • Using libGDX With Python

    Setup Coding With Python Games written in Python using libGDX Python is a dynamic and strongly typed language that supports many programming paradigms, such as procedural, obje...