积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(370)Python(370)Django(83)Jupyter(62)Scrapy(62)Celery(47)Tornado(20)Conda(16)ORM(12)PyMuPDF(6)

语言

全部英语(363)中文(简体)(6)法语(1)

格式

全部PDF文档 PDF(213)其他文档 其他(156)DOC文档 DOC(1)
 
本次搜索耗时 0.442 秒,为您找到相关结果约 370 个.
  • 全部
  • 后端开发
  • Python
  • Django
  • Jupyter
  • Scrapy
  • Celery
  • Tornado
  • Conda
  • ORM
  • PyMuPDF
  • 全部
  • 英语
  • 中文(简体)
  • 法语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Python3 基础教程 - 廖雪峰

    21/531 请注意,用哪个都行,但是绝对不能用 Word 和 Windows 自带的记事本。 Word 保存的不是纯文本文件,而记事本会自作聪明地在文件开始的地 方加上几个特殊字符(UTF-8 BOM),结果会导致程序运行出现莫名其 妙的错误。 安装好文本编辑器后,输入以下代码: print('hello, world') 注意 print 前面不要有任何空格。然后,选择一个目录,例如 Python3 基础教程【完整版】 http://www.yeayee.com/ 32/531 请利用 print()输出 1024 * 768 = xxx: # -*- coding: utf-8 -*- ---- print(???) 参考源码 do_input.py Python 基础 Python 是一种计算机编程语言。计算机编程语言和我们日常使用的自然 语言有 编码转化为“可变长编码” 的 UTF-8 编码。UTF-8 编码把一个 Unicode 字符根据不同的数字大小编 码成 1-6 个字节,常用的英文字母被编码成 1 个字节,汉字通常是 3 个 字节,只有很生僻的字符才会被编码成 4-6 个字节。如果你要传输的文 本包含大量英文字符,用 UTF-8 编码就能节省空间: 字符 ASCII Unicode UTF-8 A 01000001
    0 码力 | 531 页 | 5.15 MB | 1 年前
    3
  • epub文档 Celery v4.0.0 Documentation

    'correlation_id': task_id, 'content_type': 'application/json', 'content_encoding': 'utf-8', } ) Changes from version 1 Protocol version detected by the presence of a task message header succeeded', 'exchange': 'celeryev', 'content_type': 'application/json', 'content_encoding': 'utf-8', 'delivery_mode': 1, } headers = { 'hostname': 'worker1@george.vandelay.com', } body = { 0.22. Includes binary wheels for Microsoft Windows x86 and x86_64! Task: Error emails now uses utf-8 character set by default (Issue #2737 [https://github.com/celery/celery/issues/2737]). Task: Retry
    0 码力 | 2106 页 | 2.23 MB | 1 年前
    3
  • epub文档 Celery 3.0 Documentation

    'correlation_id': task_id, 'content_type': 'application/json', 'content_encoding': 'utf-8', } ) Changes from version 1 Protocol version detected by the presence of a task message header succeeded', 'exchange': 'celeryev', 'content_type': 'application/json', 'content_encoding': 'utf-8', 'delivery_mode': 1, } headers = { 'hostname': 'worker1@george.vandelay.com', } body = { 0.22. Includes binary wheels for Microsoft Windows x86 and x86_64! Task: Error emails now uses utf-8 character set by default (Issue #2737 [https://github.com/celery/celery/issues/2737]). Task: Retry
    0 码力 | 2110 页 | 2.23 MB | 1 年前
    3
  • epub文档 Scrapy 1.4 Documentation

    '], 'Connection': ['close '], 'Content-Length': ['596'], 'Content-Type': ['text/html; charset=UTF-8'], 'Date': ['Wed, 18 Aug 2010 23:59:46 GMT'], 'Etag': ['"573c1-254-48c9c87349680"'], 'Last-Modified': XmlResponse object that will be used for selecting and extracting data. text is a unicode string or utf-8 encoded text for cases when a response isn’t available. Using text and response together is undefined ['bytes'], 'Cache-Control': ['max-age=0, must-revalidate'], 'Content-Type': ['text/html; charset=UTF-8'], 'Date': ['Thu, 08 Dec 2016 16:21:19 GMT'], 'Server': ['snooserv'], 'Set-Cookie': ['loid=KqNLou0V9SKMX4qb4n;
    0 码力 | 394 页 | 589.10 KB | 1 年前
    3
  • pdf文档 Flask Documentation (1.1.x)

    ASCII-encoded JSON. If this is disabled, the JSON will be returned as a Unicode string, or encoded as UTF-8 by jsonify. This has security implications when rendering the JSON into JavaScript in templates, and allowed for view_rv: str (unicode in Python 2) A response object is created with the string encoded to UTF-8 as the body. bytes (str in Python 2) A response object is created with the bytes as the body. dict text/HTML; charset=utf-8 the mimetype would be 'text/ html'. property mimetype_params The mimetype parameters as dict. For example if the content type is text/html; charset=utf-8 the params would be
    0 码力 | 291 页 | 1.25 MB | 1 年前
    3
  • epub文档 Flask Documentation (1.1.x)

    ASCII-encoded JSON. If this is disabled, the JSON will be returned as a Unicode string, or encoded as UTF-8 by jsonify. This has security implications when rendering the JSON into JavaScript in templates, and allowed for view_rv: str (unicode in Python 2) A response object is created with the string encoded to UTF-8 as the body. bytes (str in Python 2) A response object is created with the bytes as the body. dict is text/HTML; charset=utf-8 the mimetype would be 'text/html'. property mimetype_params The mimetype parameters as dict. For example if the content type is text/html; charset=utf-8 the params would be
    0 码力 | 428 页 | 895.98 KB | 1 年前
    3
  • pdf文档 Jinja2 Documentation Release 2.10

    Unicode literal: # -*- coding: utf-8 -*- 8 We recommend utf-8 as Encoding for Python modules and templates as it’s possible to represent every Unicode character in utf-8 and because it’s backwards compatible TemplateNotFound(template) mtime = getmtime(path) with file(path) as f: source = f.read().decode('utf-8') return source, path, lambda: mtime == getmtime(path) get_source(environment, template) Get the list of the builtin loaders Jinja2 provides: class jinja2.FileSystemLoader(searchpath, encoding=’utf-8’, followlinks=False) Loads templates from the file system. This loader can find templates in folders
    0 码力 | 148 页 | 475.08 KB | 1 年前
    3
  • pdf文档 Python 标准库参考指南 3.13

    ANSI 代码页 . . . . . . . . . . . . . . . . . . . . . . . 188 7.2.7 encodings.utf_8_sig --- 带 BOM 签名的 UTF-8 编解码器 . . . . . . . . . . . . . 189 8 数据类型 191 8.1 datetime --- 基本日期和时间类型 . . . . . . . . . . . 617 16.1.1 文件名,命令行参数,以及环境变量。 . . . . . . . . . . . . . . . . . . . . . . . . . 618 16.1.2 Python UTF-8 模式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 618 vii 16.1.3 进程参数 __annotations__),并具有新的 __wrapped__ 属性,现在是属于与常规函数类似的可 调用对象。 class str(object=”) class str(object=b”, encoding=’utf-8’, errors=’strict’) 返回一个str 版本的 object 。有关详细信息,请参阅str() 。 str 是内置字符串class 。更多关于字符串的信息查看文本序列类型 ---
    0 码力 | 2246 页 | 11.74 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 3.11.10

    Windows ANSI 代码页 . . . . . . . . . . . . . . . . . . . . . 183 7.2.7 encodings.utf_8_sig --- 带 BOM 签名的 UTF-8 编解码器 . . . . . . . . . . . . 183 8 数据类型 185 8.1 datetime --- 基本日期和时间类型 . . . . . . . . . . . . 583 16.1.1 文件名,命令行参数,以及环境变量。 . . . . . . . . . . . . . . . . . . . . . . . . . 584 16.1.2 Python UTF-8 模式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 584 16.1.3 进程参数 . . __annotations__),还拥有一个新的 __wrapped__ 属性,并 且现在还可以作为普通函数进行调用。 class str(object=”) class str(object=b”, encoding=’utf-8’, errors=’strict’) 返回一个str 版本的 object 。有关详细信息,请参阅str() 。 str 是内置字符串class 。更多关于字符串的信息查看文本序列类型 ---
    0 码力 | 2248 页 | 11.10 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 3.13

    ANSI 代码页 . . . . . . . . . . . . . . . . . . . . . . . 186 7.2.7 encodings.utf_8_sig --- 带 BOM 签名的 UTF-8 编解码器 . . . . . . . . . . . . . 187 8 数据类型 189 8.1 datetime --- 基本日期和时间类型 . . . . . . . . . . . 613 16.1.1 文件名,命令行参数,以及环境变量。 . . . . . . . . . . . . . . . . . . . . . . . . . 614 16.1.2 Python UTF-8 模式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 614 vii 16.1.3 进程参数 __annotations__),并具有新的 __wrapped__ 属性,现在是属于与常规函数类似的可 调用对象。 class str(object=”) class str(object=b”, encoding=’utf-8’, errors=’strict’) 返回一个str 版本的 object 。有关详细信息,请参阅str() 。 str 是内置字符串class 。更多关于字符串的信息查看文本序列类型 ---
    0 码力 | 2242 页 | 11.73 MB | 9 月前
    3
共 370 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 37
前往
页
相关搜索词
Python3基础教程基础教程雪峰Celeryv40.0Documentation3.0Scrapy1.4DocumentationFlask1.1Jinja2Release2.10Python标准参考指南3.133.1110
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩