积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(86)Python(86)Django(30)Tornado(20)Flask(2)PyMuPDF(1)

语言

全部英语(84)中文(简体)(2)

格式

全部PDF文档 PDF(54)其他文档 其他(31)DOC文档 DOC(1)
 
本次搜索耗时 0.536 秒,为您找到相关结果约 86 个.
  • 全部
  • 后端开发
  • Python
  • Django
  • Tornado
  • Flask
  • PyMuPDF
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Python 标准库参考指南 2.7.18

    本模块还提供了以下常量,适用于读取和写入依赖于平台的文件: codecs.BOM codecs.BOM_BE codecs.BOM_LE codecs.BOM_UTF8 codecs.BOM_UTF16 codecs.BOM_UTF16_BE codecs.BOM_UTF16_LE codecs.BOM_UTF32 codecs.BOM_UTF32_BE 120 Chapter 7. String Services Services The Python Library Reference, 发布 2.7.18 codecs.BOM_UTF32_LE These constants define various encodings of the Unicode byte order mark (BOM) used in UTF-16 and UTF-32 data streams to indicate the Unicode signature. BOM_UTF16 is either BOM_UTF16_BE or BOM_UTF16_LE depending on the platform’s native byte order, BOM is an alias for BOM_UTF16, BOM_LE for BOM_UTF16_LE and BOM_BE for BOM_UTF16_BE. The others
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    本模块还提供了以下常量,适用于读取和写入依赖于平台的文件: codecs.BOM codecs.BOM_BE codecs.BOM_LE codecs.BOM_UTF8 codecs.BOM_UTF16 codecs.BOM_UTF16_BE codecs.BOM_UTF16_LE codecs.BOM_UTF32 codecs.BOM_UTF32_BE 120 Chapter 7. String Services Services The Python Library Reference, 发布 2.7.18 codecs.BOM_UTF32_LE These constants define various encodings of the Unicode byte order mark (BOM) used in UTF-16 and UTF-32 data streams to indicate the Unicode signature. BOM_UTF16 is either BOM_UTF16_BE or BOM_UTF16_LE depending on the platform’s native byte order, BOM is an alias for BOM_UTF16, BOM_LE for BOM_UTF16_LE and BOM_BE for BOM_UTF16_BE. The others
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    本模块还提供了以下常量,适用于读取和写入依赖于平台的文件: codecs.BOM codecs.BOM_BE codecs.BOM_LE codecs.BOM_UTF8 codecs.BOM_UTF16 codecs.BOM_UTF16_BE codecs.BOM_UTF16_LE codecs.BOM_UTF32 codecs.BOM_UTF32_BE 120 Chapter 7. String Services Services The Python Library Reference, 发布 2.7.18 codecs.BOM_UTF32_LE These constants define various encodings of the Unicode byte order mark (BOM) used in UTF-16 and UTF-32 data streams to indicate the Unicode signature. BOM_UTF16 is either BOM_UTF16_BE or BOM_UTF16_LE depending on the platform’s native byte order, BOM is an alias for BOM_UTF16, BOM_LE for BOM_UTF16_LE and BOM_BE for BOM_UTF16_BE. The others
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
  • epub文档 Tornado 6.0 Documentation

    detected automatically (among UTF-8 and UTF-16) if the file contains a byte-order marker (BOM), defaulting to UTF-8 if no BOM is present. Example translation es_LA.csv: "I love you","Te amo" "%(name)s liked "singular" Changed in version 4.3: Added encoding parameter. Added support for BOM- based encoding detection, UTF-16, and UTF-8-with-BOM. tornado.locale.load_gettext_translations(directory: str, domain: str) load_translations now accepts encodings other than UTF- 8. UTF-16 and UTF-8 will be detected automatically if a BOM is present; for other encodings load_translations has an encoding parameter. tornado.locks Lock and
    0 码力 | 869 页 | 692.83 KB | 1 年前
    3
  • epub文档 Tornado 6.1 Documentation

    detected automatically (among UTF-8 and UTF-16) if the file contains a byte-order marker (BOM), defaulting to UTF-8 if no BOM is present. Example translation es_LA.csv: "I love you","Te amo" "%(name)s liked "singular" Changed in version 4.3: Added encoding parameter. Added support for BOM- based encoding detection, UTF-16, and UTF-8-with-BOM. tornado.locale.load_gettext_translations(directory: str, domain: str) load_translations now accepts encodings other than UTF- 8. UTF-16 and UTF-8 will be detected automatically if a BOM is present; for other encodings load_translations has an encoding parameter. tornado.locks Lock and
    0 码力 | 931 页 | 708.03 KB | 1 年前
    3
  • pdf文档 Python 标准库参考指南 3.6.15

    codecs.BOM codecs.BOM_BE codecs.BOM_LE 146 Chapter 7. 二进制数据服务 The Python Library Reference, 发布 3.6.15 codecs.BOM_UTF8 codecs.BOM_UTF16 codecs.BOM_UTF16_BE codecs.BOM_UTF16_LE codecs.BOM_UTF32 codecs codecs.BOM_UTF32_BE codecs.BOM_UTF32_LE 这些常量定义了多种字节序列,即一些编码格式的 Unicode 字节顺序标记(BOM)。它们在 UTF-16 和 UTF-32 数据流中被用以指明所使用的字节顺序,并在 UTF-8 中被用作 Unicode 签名。BOM_UTF16 是BOM_UTF16_BE 或BOM_UTF16_LE,具体取决于平台的本机字节顺序,BOM 是BOM_UTF16 是BOM_UTF16 的别名, BOM_LE 是BOM_UTF16_LE 的别名,BOM_BE 是BOM_UTF16_BE 的别名。其他序列则表示 UTF-8 和 UTF-32 编码格式中的 BOM。 7.2.1 编解码器基类 codecs 模块定义了一系列基类用来定义配合编解码器对象进行工作的接口,并且也可用作定制编解码器实 现的基础。 每种编解码器必须定义四个接口以便用作 Python 中
    0 码力 | 1886 页 | 8.95 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 3.6.15

    codecs.BOM codecs.BOM_BE codecs.BOM_LE 146 Chapter 7. 二进制数据服务 The Python Library Reference, 发布 3.6.15 codecs.BOM_UTF8 codecs.BOM_UTF16 codecs.BOM_UTF16_BE codecs.BOM_UTF16_LE codecs.BOM_UTF32 codecs codecs.BOM_UTF32_BE codecs.BOM_UTF32_LE 这些常量定义了多种字节序列,即一些编码格式的 Unicode 字节顺序标记(BOM)。它们在 UTF-16 和 UTF-32 数据流中被用以指明所使用的字节顺序,并在 UTF-8 中被用作 Unicode 签名。BOM_UTF16 是BOM_UTF16_BE 或BOM_UTF16_LE,具体取决于平台的本机字节顺序,BOM 是BOM_UTF16 是BOM_UTF16 的别名, BOM_LE 是BOM_UTF16_LE 的别名,BOM_BE 是BOM_UTF16_BE 的别名。其他序列则表示 UTF-8 和 UTF-32 编码格式中的 BOM。 7.2.1 编解码器基类 codecs 模块定义了一系列基类用来定义配合编解码器对象进行工作的接口,并且也可用作定制编解码器实 现的基础。 每种编解码器必须定义四个接口以便用作 Python 中
    0 码力 | 1886 页 | 8.95 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 3.7.13

    本模块还提供了以下常量,适用于读取和写入依赖于平台的文件: codecs.BOM codecs.BOM_BE codecs.BOM_LE codecs.BOM_UTF8 codecs.BOM_UTF16 codecs.BOM_UTF16_BE codecs.BOM_UTF16_LE codecs.BOM_UTF32 codecs.BOM_UTF32_BE codecs.BOM_UTF32_LE 这些常量定义了多种字节序列,即一些编码格式的 Unicode 字节顺序标记(BOM)。它们在 UTF-16 和 UTF-32 数据流中被用以指明所使用的字节顺序,并在 UTF-8 中被用作 Unicode 签名。BOM_UTF16 是BOM_UTF16_BE 或BOM_UTF16_LE,具体取决于平台的本机字节顺序,BOM 是BOM_UTF16 的 别名, BOM_LE 是BOM_UTF16_LE 的别名,BOM_BE 是BOM_UTF16_BE 的别名。其他序列则表示 的别名。其他序列则表示 UTF-8 和 UTF-32 编码格式中的 BOM。 7.2.1 编解码器基类 codecs 模块定义了一系列基类用来定义配合编解码器对象进行工作的接口,并且也可用作定制编解码 器实现的基础。 每种编解码器必须定义四个接口以便用作 Python 中的编解码器:无状态编码器、无状态解码器、流读取 器和流写入器。流读取器和写入器通常会重用无状态编码器/解码器来实现文件协议。编解码器作者还需
    0 码力 | 1846 页 | 9.09 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 3.7.13

    本模块还提供了以下常量,适用于读取和写入依赖于平台的文件: codecs.BOM codecs.BOM_BE codecs.BOM_LE codecs.BOM_UTF8 codecs.BOM_UTF16 codecs.BOM_UTF16_BE codecs.BOM_UTF16_LE codecs.BOM_UTF32 codecs.BOM_UTF32_BE codecs.BOM_UTF32_LE 这些常量定义了多种字节序列,即一些编码格式的 Unicode 字节顺序标记(BOM)。它们在 UTF-16 和 UTF-32 数据流中被用以指明所使用的字节顺序,并在 UTF-8 中被用作 Unicode 签名。BOM_UTF16 是BOM_UTF16_BE 或BOM_UTF16_LE,具体取决于平台的本机字节顺序,BOM 是BOM_UTF16 的别名, BOM_LE 是BOM_UTF16_LE 的别名,BOM_BE 是BOM_UTF16_BE 的别名。其他序列则表示 的别名。其他序列则表示 UTF-8 和 UTF-32 编码格式中的 BOM。 148 Chapter 7. 二进制数据服务 The Python Library Reference, 发布 3.7.13 7.2.1 编解码器基类 codecs 模块定义了一系列基类用来定义配合编解码器对象进行工作的接口,并且也可用作定制编解码器实 现的基础。 每种编解码器必须定义四个接口以便用作 Python
    0 码力 | 1961 页 | 9.14 MB | 9 月前
    3
  • epub文档 Tornado 4.5 Documentation

    detected automatically (among UTF-8 and UTF-16) if the file contains a byte-order marker (BOM), defaulting to UTF-8 if no BOM is present. Example translation es_LA.csv: "I love you","Te amo" "%(name)s liked "singular" Changed in version 4.3: Added encoding parameter. Added support for BOM- based encoding detection, UTF-16, and UTF-8-with-BOM. tornado.locale.load_gettext_translations(directory, domain) Loads translations load_translations now accepts encodings other than UTF- 8. UTF-16 and UTF-8 will be detected automatically if a BOM is present; for other encodings load_translations has an encoding parameter. tornado.locks Lock and
    0 码力 | 333 页 | 322.34 KB | 1 年前
    3
共 86 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
Python标准参考指南2.718Tornado6.0Documentation6.13.6153.7134.5
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩