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

无数据

分类

全部后端开发(14)C++(12)数据库(2)云计算&大数据(2)Rust(2)前端开发(1)JavaScript(1)MongoDB(1)Kubernetes(1)Istio(1)

语言

全部英语(11)中文(简体)(6)俄语(2)

格式

全部PPT文档 PPT(19)
 
本次搜索耗时 0.017 秒,为您找到相关结果约 19 个.
  • 全部
  • 后端开发
  • C++
  • 数据库
  • 云计算&大数据
  • Rust
  • 前端开发
  • JavaScript
  • MongoDB
  • Kubernetes
  • Istio
  • 全部
  • 英语
  • 中文(简体)
  • 俄语
  • 全部
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 C++23: An Overview of Almost All New and Updated Features

    Standard Library Modules  std::flat_(multi)map / std::flat_(multi)set  std::mdspan  std::generator  basic_string(_view)::contains()  Construct string(_view) From nullptr  basic_string::resize_and_overwrite() Standard Library Modules  std::flat_(multi)map / std::flat_(multi)set  std::mdspan  std::generator  basic_string(_view)::contains()  Construct string(_view) From nullptr  basic_string::resize_and_overwrite() Standard Library Modules  std::flat_(multi)map / std::flat_(multi)set  std::mdspan  std::generator  basic_string(_view)::contains()  Construct string(_view) From nullptr  basic_string::resize_and_overwrite()
    0 码力 | 105 页 | 759.96 KB | 6 月前
    3
  • ppt文档 Working with Asynchrony Generically: A Tour of C++ Executors

    pending_completion_.exchange(this); assert(previous == nullptr); } };90 …OR USE A HELPER TO CREATE THE SENDER // State for a single key click: template Rec> struct keyclick_state ch); } keyclick_state(keyclick_state &&) = delete; }; auto read_keyclick() { return unifex::create_simple( [](unifex::receiver_of auto& r) { return keyclick_state{r}; }); 104 [[nodiscard]] auto event() const; }; auto ctrl_c_handler::event() const { return unifex::create_simple<>( [](R& rec) { struct state : pending { R& rec_;
    0 码力 | 121 页 | 7.73 MB | 6 月前
    3
  • ppt文档 C++20: An (Almost) Complete Overview

    effect on, and never leak from, modules  Order of module imports is not important8 Modules  Create a module: // cppcon.cppm – Module Interface File export module cppcon; // Module declaration namespace experimental helper classes, for example:  std::experimental::generator18 Coroutines  Example (VC++): experimental::generator GetSequenceGenerator( int startValue, size_t numberOfValues) string literals as non-type template parameters  The CTRE library: compile-time string literals to create regular expression parsers at compile time instead of at run time auto m { ctre::match<"[a-z]+([0-9]+)">(str)
    0 码力 | 85 页 | 512.18 KB | 6 月前
    3
  • ppt文档 Making Libraries Consumable for Non-C++ Developers

    Model (COM) – 1993 Foreign function interface (libffi) – 1996 Simplified Wrapper and Interface Generator (SWIG) – 1996 JVM – Java Native Interface (JNI) – 1997 .NET – Platform Invoke (P/Invoke), COM interop reference counting. This typically means allocation locations are static. // 0x5200, ref 1 obj = create(); obj // 0x5200, ref 3 obj->add_ref(); // 0x5200, ref 2 [obj AddRef]; // 0x5200, ref 2 [obj
    0 码力 | 29 页 | 1.21 MB | 6 月前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - 11 现代 CMake 进阶指南

    make 、 MSBuild )称为本地构建系统( native buildsystem )。 • 负责从 CMakeLists.txt 生成本地构建系统构建规则文件的,称为生成器( generator )。 -G 选项:指定要用的生成器 • Linux 系统上的 CMake 默认用是 Unix Makefiles 生成器; Windows 系统默认是 Visual Studio 2019 ,将会添加运行时信息到可执行程序当中。这样从构建树中运行程序将很容易。为了在安装过程中忽略 掉 RPATH ,使用 CMAKE_SKIP_INSTALL_RPATH 。 • CMAKE_GENERATOR: 构建工程的产生器。它将产生构建文件 (e.g. "Unix Makefiles", "Visual Studio 2019", etc.) 一个标准的 CMakeLists.txt 模板 Linux, Android, MacOS, iOS )都为真 使用生成器表达式,简化成一条指令 https://cmake.org/cmake/help/latest/manual/cmake-generator-expressions.7.html#genex:PLATFORM_ID 语法: $<$< 类型 : 值 >: 为真时的表达式 > 比如 $<$:MY_NAME=”Bill
    0 码力 | 166 页 | 6.54 MB | 1 年前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - 02 现代 C++ 入门:RAII 内存管理

    https://zhuanlan.zhihu.com/p/350136757 未来: C++20 允许函数参数为自动推断( auto ) 未来: C++20 引入协程( coroutine )和生成器( generator ) 未来: C++20 标准库加入 format 支持 跑远了! • 鉴于 C++20 还没有普遍落地(例如 CMake 不支持 C++20 modules )因此我们的课程 基于 C++17
    0 码力 | 96 页 | 16.28 MB | 1 年前
    3
  • ppt文档 A Crash Course in Calendars, Dates, Time, and Time Zones

    // 10min + 30sec = 10.5min or 630sec14 Durations – Operations  Converting durations // Create a duration of 30 seconds. duration d7 { 30 }; // Convert the seconds of d7 to minutes. durationCreate a time_point representing the epoch of the // associated steady clock. time_point tp1; };31 Dates  Create a date 2021-10-27: year_month_day fulldate1 { 2021y, October, 27d }; auto fulldate2 { 2021y / October / 27d }; auto fulldate3 { 27d / October / 2021y };  Create a date for the
    0 码力 | 43 页 | 551.60 KB | 6 月前
    3
  • ppt文档 sync clickhouse with mysql mongodb

    trigger ○ Number trigger ● Magical Flag PTS Magical Flag Quiz PTS Magical Flag Create PTS Magical Flag Create id name flag 2 Bob1 0 id name flag 2 Bob1 1 PTS Magical Flag Read PTS Magical for a table ● Sync multiple data source to Clickhouse in minutes BONUS Time travel history state Create Update Update Delete insert_id id name flag update_time UUID0 2 Bob1 2 2019-10-01 00:00:00 UUID1 Bob2 2 2019-10-02 00:00:00 UUID3 2 Bob2 3 2019-10-03 00:00:00 BONUS Time travel history state Create Update Update Delete Future ● Auto configure through web ● Auto deploy on Kubernetes ● Open source
    0 码力 | 38 页 | 2.25 MB | 1 年前
    3
  • ppt文档 ClickHouse: настоящее и будущее

    Обработка графов • Batch jobs • Data Hub Support For Semistructured Data 27 JSO data type: CREATE TABLE games (data JSON) ENGINE = MergeTree; • You can insert arbitrary nested JSONs • Types are Example: NBA games dataset CREATE TABLE games (data String) ENGINE = MergeTree ORDER BY tuple(); SELECT JSONExtractString(data, 'teams', 1, 'name') FROM games; — 0.520 sec. CREATE TABLE games (data JSON)
    0 码力 | 32 页 | 2.62 MB | 1 年前
    3
  • ppt文档 Автоматизация управления ClickHouse-кластерами в Kubernetes

    name: "demo" Здесь нет storage Еще вернемся к этому kubectl – наше всё 1. NAMESPACE $ kubectl create namespace demo namespace/demo created 2. EXAMPLE $ kubectl apply -f docs/examples/demo-01.yaml -n ZK cluster Install Zookeeper: manifests/zookeeper/quick-start-persistent-volume/zookeeper-1-node-create.sh Replication apiVersion: "clickhouse.altinity.com/v1" kind: "ClickHouseInstallation" metadata:
    0 码力 | 44 页 | 2.24 MB | 1 年前
    3
共 19 条
  • 1
  • 2
前往
页
相关搜索词
C++23AnOverviewofAlmostAllNewandUpdatedFeaturesWorkingwithAsynchronyGenericallyTourExecutors20CompleteMakingLibrariesConsumableforNonDevelopers高性性能高性能并行编程优化课件1102CrashCourseinCalendarsDatesTimeZonessyncclickhousemysqlmongodbClickHousekubernetes
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩