书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 38842 个相关结果.
  • Python驱动概述

    Python驱动概述 概述 实例 数据库操作实例 集群操作实例 错误信息 Python驱动概述 概述 Python客户端驱动提供了数据库操作和集群操作的接口。数据库操作包括数据库的连接,用户的创建删除,数据的增删改查,索引的创建删除,快照的获取与重置,以及集合与集合空间的创建删除操作等操作。集群操作包括管理分区组和数据节点的各种操作,譬...
  • 1.6 Python文档

    1.6 Python文档 1.6 Python文档 Python文档可以在很多地方找到,最便捷的方式就是从Python网站查看在线文档。如果你没上网,并且使用的是Win32系统,那么在C:\Python2x\Doc\目录下会找到一个名为Python2x.chm的离线帮助文档。它使用IE接口,所以你实际上是使用网页浏览器来查看文档。其他的离线文档包括P...
  • Python Memory Management

    Python Memory Management Basic Objects Internal Memory Management Pickle Python Memory Management One of the major challenges in writing (somewhat) large-scale Pythonprogram...
  • Python 3 FAQ

    Python 3 FAQ What Python 3 versions are supported? Are there any PyMongo behavior changes with Python 3? Why can’t I share pickled ObjectIds between some versions of Python 2 and...
  • librbd(Python 接口)

    Librbd 的 Python 接口 实例:创建一映像并写入 API 参考 Librbd 的 Python 接口 rbd 的 python 模块为 RBD 映像提供了类似文件的访问方法。 实例:创建一映像并写入 要使用 rbd ,必须先连接 RADOS 并打开一个 IO 上下文: cluster = rados . Rados ( c...
  • Aliasing Python modules

    Aliasing Python modules Case 1 - Mapping a simple file to a virtual module Case 2 - mapping a packages to directories Case 3 - override specific submodules Aliasing Python m...
  • Stackoverflow about Python

    待翻译 打发无聊时间翻译的Stack Overflow关于Python的部分,一来是为了学习Python,二来是为了学习英语,就这样. PS:按vote排名翻译 待翻译 13 http://effbot.org/zone/default-values.htm 20 http://stackoverflow.com/questions/1...
  • Deploying Python applications

    Deploying Python applications Overview Creating the app Application code Git deployment Listing dependencies Running the application Deployment hooks Going further Depl...
  • Python 2+

    Python 2系列版本 Python 2系列版本 你可以创建任意种类的缓存机制,有若干种方式来达到相同的效果,这完全取决于你的需要。这里是一个一般的缓存: from functools import wraps def memoize ( function ): memo = {} @wraps (...
  • python-blueplanet

    generators/python-blueplanet generators/python-blueplanet id: generator-opts-server-python-blueplanet title: Config Options for python-blueplanetsidebar_label: python-blueplan...