书栈网 · BookStack 本次搜索耗时 0.053 秒,为您找到 1044 个相关结果.
  • 7.12. global 语句

    7.12. global 语句 7.12. global 语句 global_stmt ::= "global" identifier ( "," identifier )* global 语句是作用于整个当前代码块的声明。 它意味着所列出的标识符将被解读为全局变量。 要给全局变量赋值不可能不用到 glob...
  • Python 3.4 有什么新变化

    Python 3.4 有什么新变化 摘要 - 发布重点 新的特性 PEP 453: Explicit Bootstrapping of PIP in Python Installations Bootstrapping pip By Default 文档更改 PEP 446: Newly Created File Descriptors Are No...
  • Using PyMongo with MongoDB Atlas

    Using PyMongo with MongoDB Atlas Using PyMongo with MongoDB Atlas Atlas is MongoDB, Inc.’s hosted MongoDB as a service offering. To connect to Atlas, pass the connection string...
  • Using PyMongo with MongoDB Atlas

    Using PyMongo with MongoDB Atlas Using PyMongo with MongoDB Atlas Atlas is MongoDB, Inc.’s hosted MongoDB as a service offering. To connect to Atlas, pass the connection string...
  • runpy —- Locating and executing Python modules

    runpy —- Locating and executing Python modules runpy —- Locating and executing Python modules Source code: Lib/runpy.py The runpy module is used to locate and run Pyt...
  • 3.0.0 (2020-??-??)

    3.0.0 (2020-??-??) Features added Bugs fixed Other changes 3.0.0 (2020-??-??) Features added Cython functions now use the PEP-590 vectorcall protocol in Py3.7+.Patch by J...
  • Using PyMongo with MongoDB Atlas

    Using PyMongo with MongoDB Atlas Previous topic Next topic This Page Quick search Using PyMongo with MongoDB Atlas Atlas is MongoDB, Inc.’s hosted MongoDB as a service off...
  • 实现缓冲协议

    实现缓冲协议 矩阵类 记忆安全和参考计数 标志 参考文献 实现缓冲协议 原文: http://docs.cython.org/en/latest/src/userguide/buffer.html Cython 对象可以通过实现“缓冲协议”将内存缓冲区暴露给 Python 代码。本章介绍如何实现协议并使用 NumPy 中扩展类型管理...
  • Python 3.4 有什么新变化

    Python 3.4 有什么新变化 摘要 - 发布重点 新的特性 PEP 453: Explicit Bootstrapping of PIP in Python Installations Bootstrapping pip By Default 文档更改 PEP 446: Newly Created File Descriptors Are No...
  • Unicode 和传递字符串

    Unicode 和传递字符串 Cython 代码中的 Python 字符串类型 字符串文字 关于 C 字符串的一般说明 传递字节串 接受 Python 代码中的字符串 处理“const” 将字节解码为文本 将文本编码为字节 C ++字符串 自动编码和解码 源代码编码 单字节和字符 窄 Unicode 构建 迭代 Windows 和...