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

无数据

分类

全部后端开发(18)C++(7)Rust(7)Go(4)数据库(3)前端开发(1)系统运维(1)JavaScript(1)MySQL(1)MongoDB(1)

语言

全部英语(13)中文(简体)(8)俄语(1)zh(1)

格式

全部PPT文档 PPT(23)
 
本次搜索耗时 0.016 秒,为您找到相关结果约 23 个.
  • 全部
  • 后端开发
  • C++
  • Rust
  • Go
  • 数据库
  • 前端开发
  • 系统运维
  • JavaScript
  • MySQL
  • MongoDB
  • 全部
  • 英语
  • 中文(简体)
  • 俄语
  • zh
  • 全部
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 ClickHouse: настоящее и будущее

    полуструктурированных данных • Функции обработки текста на естественном языке • Потоковые запросы и complex event processing • Key-value витрины данных, инкрементальная агрегация в оперативке • Выполнение запросов
    0 码力 | 32 页 | 2.62 MB | 1 年前
    3
  • ppt文档 C++20: An (Almost) Complete Overview

    used for?  They simplify implementing:  Generators  Asynchronous I/O  Lazy computations  Event driven applications17 Coroutines  C++20 contains language additions to support coroutines  Standard undefined order of dynamic initializations  ❌  Static variables with constant initializers  ✔  Complex rules  Non-trivial for a reader to know whether it’s constant initialization or dynamic initialization
    0 码力 | 85 页 | 512.18 KB | 6 月前
    3
  • ppt文档 Working with Asynchrony Generically: A Tour of C++ Executors

    extensible way to specify where, how, and when work should happen … including some standard ones: an event loop, portable access to the system execution context, nursery for spawned work4 P2300: STD::EXECUTION pending_{nullptr}; static BOOL WINAPI consoleHandler(DWORD signal) { if (signal == CTRL_C_EVENT) { if (auto* pending = pending_.exchange(nullptr)) pending->complete(); } return control handler, and the destructor unregisters it.104 [[nodiscard]] auto event() const; }; auto ctrl_c_handler::event() const { return unifex::create_simple<>( [](R& rec)
    0 码力 | 121 页 | 7.73 MB | 6 月前
    3
  • ppt文档 No Silver Bullet – Essence and Accident in Software Engineering

    simplicity.”Abstract “All software construction involves essential tasks, the fashioning of the complex conceptual structures that compose the abstract software entity, and accidental tasks, the representation complexity, conformity, changeability, and invisibility.”Complexity • Software entities are more complex for their size than perhaps any other human construct, because no two parts are alike • The complexity disasterConformity • Software people are not alone in facing complexity • Physics deals with terribly complex objects even at the fundamental level, but • Einstein argued there must simplified explanations,
    0 码力 | 35 页 | 1.43 MB | 5 月前
    3
  • ppt文档 基于Rust-vmm实现Kubernetes运行时

    lots of K8S production practice in Tencent Motivation https://kccncchina2018english.sched.com/event/FuLz/layers-of-isolation-in-kubernetes-tim-allclair-google Kubernetes has many layers of isolation vmm-vcpu: a hypervisor-agnostic abstraction for Virtual CPUs (vCPUs). rust-vmm • event-manager: abstractions for implementing event based systems. • linux-loader: parser and loader for vmlinux and bzImage images
    0 码力 | 27 页 | 34.17 MB | 1 年前
    3
  • ppt文档 新一代分布式高性能图数据库的构建 - 沈游人

    可靠,故障自愈,低成本运维 HTAP Hybrid Transactional/Analytical Processing ,高性能图计算引 擎,预置 20 余种图计算算法 ,可扩展的分析引擎支持更复 杂的数据挖掘和机器学习场景 MPP Massively Parallel Processing 架构,大规模集群 分布式存储及并行计 算, Shared Nothing 模式支 持存储计算分离
    0 码力 | 38 页 | 24.68 MB | 1 年前
    3
  • ppt文档 Visualize Time Enabled Data using ArcGIS Qt (C++) and Toolkit

    ToolkitAbout Esri • We build mapping technology that our customers use to solve the world’s most complex challenges • We offer solutions to apply location-based analytics to business practices - Visualize
    0 码力 | 10 页 | 734.09 KB | 6 月前
    3
  • ppt文档 sync clickhouse with mysql mongodb

    data this year till now 30 million users We use Clickhouse in our daily tasks Chanllenges Complex Datasource Chanllenges Frequent Updates Chanllenges Possible Solutions 1. Replay binlog/oplog
    0 码力 | 38 页 | 2.25 MB | 1 年前
    3
  • ppt文档 应用 waPC (rust) 做软件测试工具

    模拟数据规则 • 自动化测试 • Company's own protocol • Microservices • Multiple backend product line with complex upstream • Common testing platform 大公司抓包工具的需求 软件测试工具 • 模拟数据规则 • 自动化测试 • Supports http/htt
    0 码力 | 30 页 | 2.50 MB | 1 年前
    3
  • ppt文档 Golang Warsaw #54

    End Tests for Highly Stateful Features - Kuba Martin 2. Break / Your announcements (OpenSource, event etc.); Developer, engineer, lead lost & found || Grab coffee/beer/food; 3. Discussion Panel on
    0 码力 | 7 页 | 1.66 MB | 6 月前
    3
共 23 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
ClickHouseC++20AnAlmostCompleteOverviewWorkingwithAsynchronyGenericallyTourofExecutorsNoSilverBulletEssenceandAccidentinSoftwareEngineering基于Rustvmm实现Kubernetes运行游人RustCCAtlasGraphVisualizeTimeEnabledDatausingArcGISQtToolkitsyncclickhousemysqlmongodb潘泳权wpacGolangWarsaw54
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩