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

无数据

分类

全部后端开发(790)综合其他(233)Java(228)Spring(221)Weblate(178)数据库(157)Python(154)C++(119)云计算&大数据(102)Julia(87)

语言

全部英语(1219)中文(简体)(89)中文(繁体)(21)英语(7)韩语(3)日语(2)zh(1)中文(繁体)(1)

格式

全部PDF文档 PDF(961)其他文档 其他(377)PPT文档 PPT(4)DOC文档 DOC(3)
 
本次搜索耗时 0.042 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • 综合其他
  • Java
  • Spring
  • Weblate
  • 数据库
  • Python
  • C++
  • 云计算&大数据
  • Julia
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 韩语
  • 日语
  • zh
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 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文档 The Hitchhiker’s Guide to Logical Verification

    . . . . . . . . . . . 34 3 Forward Proofs 35 3.1 Structured Proofs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 3.2 Structured Constructs . . . . . . . . . . . . . . . . . . . . forward fashion: to start with what we already know and proceed step by step towards our goal. Structured proofs are a style that supports this kind of reasoning. It can be combined with the tactical style appropriate for the situation. The higher readability of structured proofs make them popular with some users, especially in mathematical circles. Structured proofs are syntactic sugar sprinkled over Lean’s proof
    0 码力 | 215 页 | 1.95 MB | 1 年前
    3
  • pdf文档 Exceptional C++

    internals. As we’re taking the scenic Windows route, we’re also going to encounter async exceptions (structured exceptions) on our quest for a better crash. We’ll poke into these mechanisms and see how we can MODULE_BASE_ADDRESS2021 Victor Ciura | @ciura_victor - Exceptional C++ 17 The Elephant in The Room Structured Exceptions __try { // stuff we hope works }
 __except( ExceptionFilter(GetExceptionInformation()) Exceptional C++ 18 The Elephant in The Room Structured Exception Handling (SEH) /EHa 
 we use async exceptions on all modules docs.microsoft.com/en-us/cpp/cpp/structured-exception-handling-c-cpp?view=msvc-160
    0 码力 | 113 页 | 24.39 MB | 5 月前
    3
  • pdf文档 Real-Time Unified Data Layers: A New Era for Scalable Analytics, Search, and AI

    operations, and drive data-driven strategies. Search enables instant data retrieval by indexing structured and unstructured information, enhancing discoverability, accelerating decision-making, and improving Quality, Integration & Silos – Analytics, search, and AI require seamless integration of structured, semi-structured, and unstructured data with high-quality indexing. Yet, fragmented systems and inconsistent bottlenecks. A modern Real-Time UDL typically includes: Real-time data ingestion from structured, semi-structured and unstructured sources (IoT, logs, event streams). Multi-model storage optimization supporting
    0 码力 | 10 页 | 2.82 MB | 5 月前
    3
  • ppt文档 Working with Asynchrony Generically: A Tour of C++ Executors

    concurrent operation 5. Implementing a simple algorithm 6. Senders and coroutines Part 2: 1. Structured concurrency 2. Cancellation 3. An extended example3 GOALS FOR THE EXECUTORS PROPOSAL The vision: whether to use coroutines or not in the hands of the caller.51 COMING UP IN THE NEXT HOUR: Structured concurrency Cancellation support in sender/receiver Extended example: Sender/receiver and ranges52 coroutines55 WHAT’S COMING IN PART 2 1. Structured concurrency 2. Cancellation support in the sender/receiver abstraction 3. An extended example56 Structured concurrency57 IN THE BEGINNING … WAS GOTO
    0 码力 | 121 页 | 7.73 MB | 5 月前
    3
  • pdf文档 Reference guide for Free Pascal, version 3.2.2

    . . . . . . . . . . . . . . . . . . 41 3.3 Structured Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 Packed structured types . . . . . . . . . . . . . . . . . . . 1.3 Goto statements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 188 13.2 Structured statements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189 5 CONTENTS directives ; - There are eight major kinds of types: Types -- type simple type string type structured type pointer type procedural type generic type specialized type type alias - Each of these
    0 码力 | 268 页 | 700.37 KB | 1 年前
    3
  • pdf文档 The Roles of Symmetry And Orthogonality In Design

    what we “see”) to intuit that which we do not see This is ONLY effective WHEN the domain is structured symmetricallyCharley Bay - charleyb123 at gmail dot com The Roles of Symmetry And Orthogonality what we “see”) to intuit that which we do not see This is ONLY effective WHEN the domain is structured symmetricallyCharley Bay - charleyb123 at gmail dot com The Roles of Symmetry And Orthogonality what we “see”) to intuit that which we do not see This is ONLY effective WHEN the domain is structured symmetricallyCharley Bay - charleyb123 at gmail dot com The Roles of Symmetry And Orthogonality
    0 码力 | 151 页 | 3.20 MB | 5 月前
    3
  • pdf文档 OpenShift Container Platform 4.7 日志记录

    Elasticsearch 实例。 可选:添加到日志的标签。 可选:转发结构化的 JSON 日志条目作为 JSON 对象,在 structured 项。日志条目必须包含有效的 结构化 JSON;否则,OpenShift Logging 会删除 structured 字段,并将日志条目发送到默认索引 app-00000x。 可选:字符串。要添加到日志中的一个或多个标签。对值加引号(如 "true"),以便它们被识别为字 可选:指定将日志发送到内部 Elasticsearch 实例的 default 输出。 可选:转发结构化的 JSON 日志条目作为 JSON 对象,在 structured 项。日志条目必须包 含有效的结构化 JSON;否则,OpenShift Logging 会删除 structured 字段,并将日志条目 发送到默认索引 app-00000x。 可选:字符串。要添加到日志中的一个或多个标签。 可选:配置多个输出 可选。指定将日志转发到内部 Elasticsearch 实例的默 默认 认输出。 可选:转发结构化的 JSON 日志条目作为 JSON 对象,在 structured 项。日志条目必须包 含有效的结构化 JSON;否则,OpenShift Logging 会删除 structured 字段,并将日志条目 发送到默认索引 app-00000x。 可选:字符串。要添加到日志中的一个或多个标签。 可选:配置多个输出
    0 码力 | 183 页 | 1.98 MB | 1 年前
    3
  • pdf文档 Scalable Stream Processing - Spark Streaming and Flink

    Input: key = b, value = Some(1), state = 1 • Output: key = b, sum = 2 54 / 79 Structured Streaming 55 / 79 Structured Streaming ▶ Treating a live data stream as a table that is being continuously appended This mode works for output sinks that can be updated in place, such as a MySQL table. 59 / 79 Structured Streaming Example (1/3) ▶ Assume we receive (id, time, action) events from a mobile app. ▶ We Store the result in MySQL. [https://databricks.com/blog/2016/07/28/structured-streaming-in-apache-spark.html] 60 / 79 Structured Streaming Example (2/3) ▶ We could express it as the following SQL query
    0 码力 | 113 页 | 1.22 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.8 日志记录

    转发到内部 Elasticsearch 实例。 可选:添加到日志的标签。 可选:指定是否转发结构化 JSON 日志条目作为 structured 项中的 JSON 对象。日志条目必须包含 有效的结构化 JSON;否则,OpenShift Logging 会删除 structured 字段,并将日志条目发送到默 认索引 app-00000x。 可选:字符串。要添加到日志中的一个或多个标签。对值加引号(如 可选:指定将日志发送到内部 Elasticsearch 实例的 default 输出。 可选:指定是否转发结构化 JSON 日志条目作为 structured 项中的 JSON 对象。日志条目 必须包含有效的结构化 JSON;否则,OpenShift Logging 会删除 structured 字段,并将日 志条目发送到默认索引 app-00000x。 可选:字符串。要添加到日志中的一个或多个标签。 可选:指定将日志转发到内部 Elasticsearch 实例的 default 输出。 可选:指定是否转发结构化 JSON 日志条目作为 structured 项中的 JSON 对象。日志条目 必须包含有效的结构化 JSON;否则,OpenShift Logging 会删除 structured 字段,并将日 志条目发送到默认索引 app-00000x。 可选:字符串。要添加到日志中的一个或多个标签。 可选:配
    0 码力 | 223 页 | 2.28 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
CoroutinesandStructuredConcurrencyinPracticeTheHitchhikerGuidetoLogicalVerificationExceptionalC++RealTimeUnifiedDataLayersNewEraforScalableAnalyticsSearchAIWorkingwithAsynchronyGenericallyTourofExecutorsReferenceguideFreePascalversion3.2RolesSymmetryAndOrthogonalityInDesignOpenShiftContainerPlatform4.7日志记录StreamProcessingSparkStreamingFlink4.8
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩