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

无数据

分类

全部后端开发(1213)Python(381)Java(372)Spring(317)云计算&大数据(246)综合其他(237)数据库(190)Weblate(178)C++(137)VirtualBox(112)

语言

全部英语(1730)中文(简体)(214)中文(繁体)(23)英语(7)韩语(3)日语(2)西班牙语(1)zh(1)中文(繁体)(1)

格式

全部PDF文档 PDF(1414)其他文档 其他(493)TXT文档 TXT(67)PPT文档 PPT(8)DOC文档 DOC(3)
 
本次搜索耗时 0.059 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • Spring
  • 云计算&大数据
  • 综合其他
  • 数据库
  • Weblate
  • C++
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 韩语
  • 日语
  • 西班牙语
  • zh
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Coroutines and Structured Concurrency in Practice

    A task can only run when it’s being awaited by another task https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/Sketching an API Task greet() { cout co_return co_await resolveOn(name, "1.1.1.1"); }); co_return visit(identity{}, v); }Structured concurrency Tasks naturally form a "call tree" • coroutines • leaf awaitables (sleeping, I/O, cancel()? No longer a simple allOf()Dynamic allOf() We have created a fundamental primitive of structured concurrency • nursery in Python trio • task group in Python asyncio • task scope in Rust • coroutine
    0 码力 | 103 页 | 1.98 MB | 5 月前
    3
  • pdf文档 C++26 Preview

    collections, new ranges, language features 4Outline of the talk I Language & Library debugging structured bindings Language Templates Misc Contracts Reflection 5Outline of the talk II Library: string is_debugger_present is_replaceable 13Structured Bindings 14use as conditions in if, while, for, and switch statements success evaluation prior to destructuring blog: P0963 Structured binding declaration as a condition while, for, and switch statements success evaluation prior to destructuring blog: P0963 Structured binding declaration as a condition https://mariusbancila.ro/blog/2024/09/06/whats-new-in-c26- part-1/
    0 码力 | 118 页 | 2.02 MB | 5 月前
    3
  • pdf文档 The Lean Reference Manual Release 3.3.0

    Constructors, Projections, and Matching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 3.6 Structured Proofs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 Other Relations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 6.4 Structured Tactic Proofs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 6 Chapter 3. Expressions The Lean Reference Manual, Release 3.3.0 3.6 Structured Proofs Syntactic sugar is provided for writing structured proof terms: • assume h : p, t is sugar for λ h : p, t • have h
    0 码力 | 67 页 | 266.23 KB | 1 年前
    3
  • pdf文档 Modern C++ Tutorial: C++11/14/17/20 On the Fly

    list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 Structured binding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 2.3 Type C++11, it contains a large number of small and beautiful languages and features (such as structured binding), and the appearance of these features once again corrects our programming paradigm in C++ and etc. • … and many more There are also other features such as parameter binding (C++11 provides std::bind and std::function), export etc. are also deprecated. These features mentioned
    0 码力 | 92 页 | 1.79 MB | 1 年前
    3
  • pdf文档 Nim 2.0.8 Manual

    bool, character, enumeration (and subranges thereof) types) �oating-point types string type structured types reference (pointer) type procedural type generic type Ordinal types Ordinal types have "123456" var s: cstring = x s[0] = 'u' # This is ok Structured types A variable of a structured type can hold multiple values at the same time. Structured types can be nested to unlimited levels. Arrays, sequences, tuples, objects, and sets belong to the structured types. Array and sequence types Arrays are a homogeneous type, meaning that each element in the array has the same type. Arrays always
    0 码力 | 132 页 | 5.73 MB | 1 年前
    3
  • pdf文档 Named Optional Parameters - JavaScript Style

    function logger({one, two, three} = {}) { // in signature: = {} provides destructure // similar to structured binding // first check for what would be a “compiler” error if ( one == null ) throw new Error("i data members only ▪designated initializers -- initializing a struct with: { .field = value } ▪structured binding -- disaggregating a struct with: auto& [field1, field1] = myStruct ▪function overloading - noDefaultExists; Speed speed; }; Inside of processCarStateTransition the struct argument is spread with structured binding. Answer processCarStateTransition(const PathToChangingStatus& path) { auto& [car, roadType
    0 码力 | 1 页 | 3.17 MB | 5 月前
    3
  • epub文档 Spring Boot 1.0.3.BUILD-SNAPSHOT Reference Documentation

    Environment Multi-profile YAML documents YAML shortcomings Typesafe Configuration Properties Relaxed binding @ConfigurationProperties Validation 22. Profiles Adding active profiles Programmatically setting configuration Programmatically 41. What to read next VI. Deploying to the cloud 42. Cloud Foundry Binding to services 43. Heroku 44. CloudBees 45. What to read next VII. Spring Boot CLI 46. Installing your beans using the @Value annotation, accessed via Spring’s Environment abstraction or bound to structured objects. Spring Boot uses a very particular PropertySource order that is designed to allow sensible
    0 码力 | 268 页 | 262.21 KB | 1 年前
    3
  • pdf文档 Spring Boot 1.0.3.BUILD-SNAPSHOT Reference Documentation

    Configuration Properties ..................................................................... 44 Relaxed binding ................................................................................................ ..................................................................................... 86 42.1. Binding to services .................................................................................... your beans using the @Value annotation, accessed via Spring’s Environment abstraction or bound to structured objects. Spring Boot uses a very particular PropertySource order that is designed to allow sensible
    0 码力 | 158 页 | 847.06 KB | 1 年前
    3
  • pdf文档 Kotlin 1.2 Language Documentation

    now possible to intercept delegate to property binding using the provideDelegate operator. For example, if we want to check the property name before binding, we can write something like this: class ResourceLoader(id: way. Inline property accessors Local delegated properties Interception of delegated property binding Generic enum value access 17 enum class RGB { RED, GREEN, BLUE } inline fun > not only in its getter or setter. For example, if you want to check the property name before binding, you can write something like this: class ResourceDelegate : ReadOnlyProperty {
    0 码力 | 333 页 | 2.22 MB | 1 年前
    3
  • epub文档 Spring Boot 2.1.x-SNAPSHOT Reference Guide

    YAML Shortcomings Type-safe Configuration Properties Third-party Configuration Relaxed Binding Binding Maps Binding from Environment Variables Merging Complex Types Properties Conversion Converting durations to Read Next VI. Deploying Spring Boot Applications 64. Deploying to the Cloud Cloud Foundry Binding to Services Heroku OpenShift Amazon Web Services (AWS) AWS Elastic Beanstalk Using the Tomcat using the @Value annotation, accessed through Spring’s Environment abstraction, or be bound to structured objects through @ConfigurationProperties. Spring Boot uses a very particular PropertySource order
    0 码力 | 713 页 | 666.39 KB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
CoroutinesandStructuredConcurrencyinPracticeC++26PreviewTheLeanReferenceManualRelease3.3ModernTutorial11141720OntheFlyNim2.0NamedOptionalParametersJavaScriptStyleSpringBoot1.0BUILDSNAPSHOTDocumentationKotlin1.2Language2.1Guide
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩