书栈网 · BookStack 本次搜索耗时 0.110 秒,为您找到 769 个相关结果.
  • 18.7. asynchat — 异步 socket 指令/响应 处理器

    18.7. asynchat — 异步 socket 指令/响应 处理器 18.7.1. asynchat 示例 18.7. asynchat — 异步 socket 指令/响应 处理器 源代码: Lib/asynchat.py 3.6 版后已移除: 请使用 asyncio 替代。 注解 该模块仅为提供向后兼容。我们推荐在新代码...
  • Selecting dynamically-loaded content

    Selecting dynamically-loaded content Finding the data source Inspecting the source code of a webpage Reproducing requests Handling different response formats Parsing JavaScript...
  • Python 3.8 有什么新变化

    Python 3.8 有什么新变化 摘要 — 发布重点 新的特性 赋值表达式 仅限位置形参 用于已编译字节码文件的并行文件系统缓存 调试构建使用与发布构建相同的 ABI f-字符串支持 = 用于自动记录表达式和调试文档 PEP 578: Python 运行时审核钩子 PEP 587: Python 初始化配置 PEP 590: Vector...
  • Python 3.8 有什么新变化

    Python 3.8 有什么新变化 摘要 — 发布重点 新的特性 赋值表达式 仅限位置形参 用于已编译字节码文件的并行文件系统缓存 调试构建使用与发布构建相同的 ABI f-字符串支持 = 用于自动记录表达式和调试文档 PEP 578: Python 运行时审核钩子 PEP 587: Python 初始化配置 PEP 590: Vector...
  • __main__ —- 最高层级代码环境

    __main__ —- 最高层级代码环境 __name__ == '__main__' 什么是“最高层级代码环境”? 常见用法 打包考量 Python 包中的 __main__.py 常见用法 import __main__ __main__ —- 最高层级代码环境 在 Python 中,特殊名称 __main__ 被用于两...
  • 常见问题汇总

    1741 2018-04-16 《aiohttp 中文文档》
    常见问题汇总 有没有提供像Flask一样的@app.route 装饰器的计划? aiohttp有没有Flask中的蓝图或Django中的App的概念呢? 如何创建一个可以缓存url的给定前缀的路由? 我要把数据库连接放在哪才可以让处理器访问到它? 为什么最低版本只支持到Python 3.4.2? 如何让中间件可以存储数据以便让web-handle...
  • Configuration Reference

    Configuration Reference Broker Configuration broker.xml Modularising broker.xml Reloading modular configuration files System properties The core configuration address-setting...
  • unittest.mock —- 模拟对象库

    unittest.mock —- 模拟对象库 快速上手 Mock 类 调用 删除属性 Mock 的名称与 name 属性 附加 Mock 作为属性 patch 装饰器 patch patch.object patch.dict patch.multiple 补丁方法: start 和 stop 为内置函数打补丁 TEST_PREFI...
  • Configuration Index

    1. Broker Configuration 1.1. broker.xml 1.1.1. Modularising broker.xml Reloading modular configuration files 1.2. System properties 1.3. Broker properties 2. The core configu...
  • Python 3.7 有什么新变化

    Python 3.7 有什么新变化 摘要 - 发布重点 新的特性 PEP 563:延迟的标注求值 PEP 538: 传统 C 区域强制转换 PEP 540: 强制 UTF-8 运行时模式 PEP 553: 内置的 breakpoint() PEP 539: 用于线程局部存储的新 C API PEP 562: 定制对模块属性的访问 PEP 56...