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

无数据

分类

全部后端开发(400)Python(400)Jupyter(62)Scrapy(62)Django(53)Celery(51)PyWebIO(29)Tornado(20)ORM(16)Conda(16)

语言

全部英语(379)中文(简体)(16)法语(2)中文(繁体)(1)英语(1)

格式

全部PDF文档 PDF(233)其他文档 其他(167)
 
本次搜索耗时 0.071 秒,为您找到相关结果约 400 个.
  • 全部
  • 后端开发
  • Python
  • Jupyter
  • Scrapy
  • Django
  • Celery
  • PyWebIO
  • Tornado
  • ORM
  • Conda
  • 全部
  • 英语
  • 中文(简体)
  • 法语
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Mypy 1.8.0 Documentation

    fundamental aspect of the PEP 484 type system: when we annotate some variable with a type T, we are actually telling mypy that variable can be assigned an instance of T, or an instance of a subtype of T you have a class Child that inherits from Parent, then a value of type Child can be assigned to a variable of type Parent. For example, a RuntimeError instance can be passed to a function that is annotated normalize_id function above – mypy understands basic isinstance checks and so can infer that the user_id variable was of type int in the if-branch and of type str in the else-branch. As another example, consider
    0 码力 | 234 页 | 902.89 KB | 1 年前
    3
  • epub文档 Mypy 1.8.0 Documentation

    collections Redefinitions with incompatible types Invariance vs covariance Declaring a supertype as variable type Complex type tests Python version and system platform checks Displaying the type of an expression attribute exists in each union item [union-attr] Check that name is defined [name-defined] Check that a variable is not used before it’s defined [used-before-def] Check arguments in calls [call-arg] Check argument overloaded functions [call-overload] Check validity of types [valid-type] Require annotation if variable type is unclear [var-annotated] Check validity of overrides [override] Check that function returns
    0 码力 | 318 页 | 271.55 KB | 1 年前
    3
  • epub文档 Mypy 1.10.0+dev Documentation

    collections Redefinitions with incompatible types Invariance vs covariance Declaring a supertype as variable type Complex type tests Python version and system platform checks Displaying the type of an expression attribute exists in each union item [union-attr] Check that name is defined [name-defined] Check that a variable is not used before it’s defined [used-before-def] Check arguments in calls [call-arg] Check argument overloaded functions [call-overload] Check validity of types [valid-type] Require annotation if variable type is unclear [var-annotated] Check validity of overrides [override] Check that function returns
    0 码力 | 318 页 | 270.84 KB | 1 年前
    3
  • pdf文档 Jinja2 Documentation Release 2.10

    string marking the end of a block. Defaults to '%}'. variable_start_string The string marking the beginning of a print statement. Defaults to '{{'. variable_end_string The string marking the end of a print 2. trim_blocks If this is set to True the first newline after a block is re- moved (block, not variable tag!). Defaults to False. lstrip_blocks If this is set to True leading spaces and tabs are stripped unde- fined values in the template. finalize A callable that can be used to process the result of a variable expression before it is output. For example one can convert None implicitly into an empty string
    0 码力 | 148 页 | 475.08 KB | 1 年前
    3
  • pdf文档 Mypy 1.10.0+dev Documentation

    fundamental aspect of the PEP 484 type system: when we annotate some variable with a type T, we are actually telling mypy that variable can be assigned an instance of T, or an instance of a subtype of T you have a class Child that inherits from Parent, then a value of type Child can be assigned to a variable of type Parent. For example, a RuntimeError instance can be passed to a function that is annotated normalize_id function above – mypy understands basic isinstance checks and so can infer that the user_id variable was of type int in the if-branch and of type str in the else-branch. As another example, consider
    0 码力 | 234 页 | 913.89 KB | 1 年前
    3
  • pdf文档 PyMuPDF 1.12.2 documentation

    where on a page a certain string appears: >>> areas = page.searchFor("mupdf", hit_max = 16) The variable areas will contain a list of up to 16 Rectangles, each of which surrounds one occurrence of the enumerations of MuPDF as implemented by PyMuPDF. Each of the following variables is accessible as fitz.variable. Constants Base14_Fonts Predefined Python list of valid PDF Base 14 Fonts. Return type: list of horizontal whitespace (including horizontal tabs) will be replaced with space characters of variable width. TEXT_PRESERVE_IMAGES 4 - If this option is set, then images will be stored in the structured
    0 码力 | 387 页 | 2.70 MB | 1 年前
    3
  • epub文档 Celery 1.0 Documentation

    imported. You can set a custom name for the configuration module with the CELERY_CONFIG_MODULE variable. In these examples we use the default name. Let’s create our celeryconfig.py. 1. Configure how 4. Now remembers the previously detected loader by keeping it in the CELERY_LOADER environment variable. This may help on windows where fork emulation is used. ETA no longer sends datetime objects, __getitem__``+``pop raises NotRegistered instead You can set the loader via the CELERY_LOADER environment variable. You can now set CELERY_IGNORE_RESULT to ignore task results by default (if enabled, tasks doesn’t
    0 码力 | 221 页 | 283.64 KB | 1 年前
    3
  • pdf文档 The Python Handbook

    3. Running Python programs 4. Python 2 vs Python 3 5. The basics of working with Python 5.1. Variable 5.2. Expressions and statement 5.3. Comment 5.4. Indentation 6. Data Types 7. Operators 7 type any Python code here, and press the enter key to run it. For example try defining a new variable using name = "Flavio" and then print its value, using print() : print(name) 10 Note: in the This book focuses on Python 3. 5. The basics of working with Python 5.1. Variable We can create a new Python variable by assigning a value to a label, using the = assignment operator. In this
    0 码力 | 93 页 | 7.31 MB | 1 年前
    3
  • epub文档 Flask Documentation (1.1.x)

    exporting the FLASK_APP environment variable: $ export FLASK_APP=hello.py $ flask run * Running on http://127.0.0.1:5000/ If you are on Windows, the environment variable syntax depends on command line interpreter see the alternative method for running a server. Invalid Import Name The FLASK_APP environment variable is the name of the module to import at flask run. In case that module is incorrectly named you will enable all development features (including debug mode) you can export the FLASK_ENV environment variable and set it to development before running the server: $ export FLASK_ENV=development $ flask run
    0 码力 | 428 页 | 895.98 KB | 1 年前
    3
  • pdf文档 Flask Documentation (1.1.x)

    exporting the FLASK_APP environment variable: $ export FLASK_APP=hello.py $ flask run * Running on http://127.0.0.1:5000/ If you are on Windows, the environment variable syntax depends on command line interpreter see the alternative method for running a server. Invalid Import Name The FLASK_APP environment variable is the name of the module to import at flask run. In case that module is incorrectly named you will enable all development features (including debug mode) you can export the FLASK_ENV environment variable and set it to development before running the server: 8 Chapter 1. User’s Guide Flask Documentation
    0 码力 | 291 页 | 1.25 MB | 1 年前
    3
共 400 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 40
前往
页
相关搜索词
Mypy1.8Documentation1.10devJinja2Release2.10PyMuPDF1.12documentationCelery1.0ThePythonHandbookFlask1.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩