书栈网 · BookStack 本次搜索耗时 0.124 秒,为您找到 218801 个相关结果.
  • 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...
  • Python 2.0 有什么新变化

    Python 2.0 有什么新变化 概述 What About Python 1.6? 新开发流程 Unicode 列表推导式 Augmented Assignment 字符串的方法 Garbage Collection of Cycles 其他核心变化 细微的语言特性修改 对于内置函数的修改 移植 Python 2.0 扩展/嵌入更...
  • Python 2.2 有什么新变化

    Python 2.2 有什么新变化 概述 PEP 252 和 253:类型和类的修改 旧式类和新式类 描述器 多重继承:钻石规则 属性访问 相关链接 PEP 234: 迭代器 PEP 255: 简单的生成器 PEP 237: 统一长整数和整数 PEP 238: Changing the Division Operator Unicode...
  • Python 2.7 有什么新变化

    Python 2.7 有什么新变化 Python 2.x的未来 对于弃用警告处理方式的改变 Python 3.1 特性 PEP 372: Adding an Ordered Dictionary to collections PEP 378: 千位分隔符的格式说明符 PEP 389: The argparse Module for Parsing ...
  • Python 2.3 有什么新变化

    Python 2.3 有什么新变化 PEP 218: A Standard Set Datatype PEP 255: Simple Generators PEP 263: Source Code Encodings PEP 273: 从ZIP压缩包导入模块 PEP 277: Unicode file name support for Windows...
  • Python 3.9 有什么新变化

    Python 3.9 有什么新变化 摘要 - 发布重点 请检查代码中的 DeprecationWarning。 新的特性 字典合并与更新运算符 新增用于移除前缀和后缀的字符串方法 标准多项集中的类型标注泛型 新的解析器 其他语言特性修改 新增模块 zoneinfo graphlib 改进的模块 ast asyncio compile...
  • 3.158 调用有默认参数方法

    871 2019-04-08 《Lua程序设计》
    调用有默认参数方法 调用有默认参数方法 DefaultValueParam.lua.txt local default = CS . UnityEngine . Object . FindObjectOfType ( typeof ( CS . shenjun . DefaultValueParam )) -...
  • 6. 有风险的测试

    779 2018-12-16 《PHPUnit 7.0 手册》
    6. 有风险的测试 无用测试 意外的代码覆盖 测试执行期间产生的输出 测试执行时长的超时限制 全局状态篡改 6. 有风险的测试 在执行测试时,PHPUnit 可以进行一些额外的检查,见下文。 无用测试 PHPUnit 可以更严格对待事实上不测试任何内容的测试。此项检查可以用命令行选项 —report-useless-tests 或...
  • Python 3.3 有什么新变化

    Python 3.3 有什么新变化 摘要 — 发布重点 PEP 405: 虚拟环境 PEP 420: 隐式命名空间包 PEP 3118: 新的内存视图实现和缓冲协议文档 相关特性 API changes PEP 393: 灵活的字符串表示 Functionality Performance and resource usage PEP 39...