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

无数据

分类

全部后端开发(10)Go(4)C++(3)Rust(3)数据库(2)MySQL(1)ClickHouse(1)

语言

全部英语(7)中文(简体)(3)俄语(1)zh(1)

格式

全部PPT文档 PPT(12)
 
本次搜索耗时 0.010 秒,为您找到相关结果约 12 个.
  • 全部
  • 后端开发
  • Go
  • C++
  • Rust
  • 数据库
  • MySQL
  • ClickHouse
  • 全部
  • 英语
  • 中文(简体)
  • 俄语
  • zh
  • 全部
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 Rust分布式账务系统 - 胡宇

    设计理念 - Rust 是我们可靠的基石 分布式账务系统 存算分离 API 解耦 读写分离 层级账号 Rust ● 事务层与账户层分 离 ● 独立水平扩展 ● CQRS ● Event Sourcing ● 针对读场景,写场 景分别优化 ● 稳定的底层 API ● 灵活的顶层 API ● 树状结构 ● 聚合查询 ● 正确性:内存安全,线程安全 ● 可靠性: Raft 共识算法
    0 码力 | 27 页 | 12.60 MB | 1 年前
    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文档 基于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文档 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
  • ppt文档 Golang Warsaw #53

    WarszawaHostSponsorsAgenda 1. Transitioning to Go - Robert Pajak 2. Break / Your announcements (OpenSource, event etc.); Developer, engineer, lead lost & found || Grab coffee/beer/food; 3. Hedged requests in Go
    0 码力 | 8 页 | 1.63 MB | 6 月前
    3
  • ppt文档 Golang Warsaw #55

    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.34 MB | 6 月前
    3
  • ppt文档 Introduction

    channel #poland on gophers.slack.com. https://invite.slack.golangbridge.orgAgenda 1. You need Event Mesh, no Service Mesh – Chris Suszyński (Redhat) 2. Your announcements || Engineer lost & found
    0 码力 | 8 页 | 27.61 MB | 5 月前
    3
  • ppt文档 ClickHouse: настоящее и будущее

    полуструктурированных данных • Функции обработки текста на естественном языке • Потоковые запросы и complex event processing • Key-value витрины данных, инкрементальная агрегация в оперативке • Выполнение запросов
    0 码力 | 32 页 | 2.62 MB | 1 年前
    3
  • ppt文档 使用硬件加速Tokio - 戴翔

    to achieve a safety-guaranteed, lock-free and scalable channel. Intel Confidential Department or Event Name 12 Intel Confidential MiNetRun – Rust Channel 12 DLB-Assist Channel Overview Hardware-Direct
    0 码力 | 17 页 | 1.66 MB | 1 年前
    3
  • ppt文档 Analyzing MySQL Logs with ClickHouse

    11 Founder and CEO of HoneyComb Operations at Scale Expert The Biggest “Observability through Event Analyzes Cheerleader” Meet Charity Majors © 2018 Percona. 12 Honeycomb’s Open Source Agent https://github
    0 码力 | 43 页 | 2.70 MB | 1 年前
    3
共 12 条
  • 1
  • 2
前往
页
相关搜索词
胡宇rust分布布式分布式账务系统WorkingwithAsynchronyGenericallyTourofC++Executors基于Rustvmm实现Kubernetes运行GolangWarsaw545355IntroductionClickHouse戴翔使用硬件加速硬件加速TokioMySQL
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩