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

无数据

分类

全部后端开发(7)C++(5)数据库(3)MySQL(2)Rust(2)前端开发(1)系统运维(1)JavaScript(1)网络与安全(1)ClickHouse(1)

语言

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

格式

全部PPT文档 PPT(12)
 
本次搜索耗时 0.013 秒,为您找到相关结果约 12 个.
  • 全部
  • 后端开发
  • C++
  • 数据库
  • MySQL
  • Rust
  • 前端开发
  • 系统运维
  • JavaScript
  • 网络与安全
  • ClickHouse
  • 全部
  • 英语
  • 中文(简体)
  • 俄语
  • 中文(简体)
  • 全部
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 谈谈MYSQL那点事

    频繁更新的列不适合建立过多索引 频繁更新的列不适合建立过多索引 应用优化 应用优化 索引建立原则(二) 索引建立原则(二)  order by order by 字句中的字段, 字句中的字段, where where 子句中字段,最常用的 子句中字段,最常用的 sql sql 线实时 系统建议控制在 系统建议控制在 55 个以内。 个以内。  索引不仅能提高查询 索引不仅能提高查询 SQL SQL 性能,同时也可以提高带 性能,同时也可以提高带 where where 字句 字句 的 的 update update , , Delete SQL Delete SQL 性能。 性能。  Decimal Decimal 类型字段不要单独建立为索引,但覆盖索引可以 可能会有更好的性能。 可能会有更好的性能。 应用优化 应用优化 编写高效的 编写高效的 SQL SQL (一) (一)  能够快速缩小结果集的 能够快速缩小结果集的 WHERE WHERE 条件写在前面,如果有恒量条件, 条件写在前面,如果有恒量条件, 也尽量放在前面 也尽量放在前面  尽量避免使用 尽量避免使用 GROUP BY GROUP
    0 码力 | 38 页 | 2.04 MB | 1 年前
    3
  • ppt文档 C++20's

    Conversions between sys_time and local_time are usually uncontroversial, but there are a few cases where things get tricky! (Spoiler alert: it’s all Daylight Saving Time’s fault)40 sys_time and local_time Zone: Africa/Bissau Zone: Africa/Blantyre Zone: Africa/Brazzaville Zone: Africa/Bujumbura …46 Where does this data come from? • The Standard describes these facilities as interfacing with IANA database really like to avoid adding that requirement... • Find an alternate source for the data This is where we settled!48 The MSVC story for time zone data We had a few options... • Ship the entire IANA
    0 码力 | 55 页 | 8.67 MB | 6 月前
    3
  • ppt文档 Introduction to Mobile UI Test Automation

    supporting new OS versions BRACE YOURSELVES AUTUMN IS HERE nativescript-dev-appium@3.0.0 Where We Are Where We Are Continuous Integration system scales greatly Aware of issues in 10 to 30 min per app
    0 码力 | 41 页 | 4.75 MB | 1 年前
    3
  • ppt文档 Working with Asynchrony Generically: A Tour of C++ Executors

    algorithms • Efficient interoperability with coroutines • An open and extensible way to specify where, how, and when work should happen … including some standard ones: an event loop, portable access com/ericniebler/executors_demo_code_cppcon_2021.git119 DEMO TIME (with huge shoutout to Kirk Shoop)120 Where to now?121 WHAT’S TO COME P2300 “std::execution”, currently on track for C++23, brings: • the concepts
    0 码力 | 121 页 | 7.73 MB | 6 月前
    3
  • ppt文档 Что нужно знать об архитектуре ClickHouse, чтобы его эффективно использовать

    Считаем для счётчика топ-10 рефереров за неделю. SELECT Referer, count(*) AS count FROM hits WHERE CounterID = 1234 AND Date >= today() - 7 GROUP BY Referer ORDER BY count DESC LIMIT 10 Типичный
    0 码力 | 28 页 | 506.94 KB | 1 年前
    3
  • ppt文档 Visualize Time Enabled Data using ArcGIS Qt (C++) and Toolkit

    components and utilities to help simplify Qt app development • Can plug and play various UI pieces • Where: - https://github.com/Esri/arcgis-runtime-toolkit-qt • How: - Clone the repository and import the
    0 码力 | 10 页 | 734.09 KB | 6 月前
    3
  • ppt文档 唐刚 - Use Rust to Develop the Decentralized Open Data Application - RustChinaConf2023

    赚钱盈利。建立一个好的平台,尽量粘住用户 代码:可能开源,可能不开源,绝大部分不开源。 数据?完全封闭。 ➔ 数据是护城河,是信息时代的石油。 互联网企业的发展模式 Web3? So-called Web3 ? Where is the Next Stage ★ Blockchain ★ Decentralized Ledger Storage: MPT (Merkle Patricia Tree) ★ K-V
    0 码力 | 30 页 | 2.53 MB | 1 年前
    3
  • ppt文档 Analyzing MySQL Logs with ClickHouse

    "command_class":"select","connection_id":"2394","status" :0,"sqltext":"SELECT SUM(k) FROM sbtest1 WHERE id BETWEEN 3 AND 102","user":"sbtest[sbtest] @ localhost []","host":"localhost","os_user":"","ip":""
    0 码力 | 43 页 | 2.70 MB | 1 年前
    3
  • ppt文档 No Silver Bullet – Essence and Accident in Software Engineering

    • Environments and toolsA Modern Take on Accidental Complexity • Yak Shaving - the phenomenon where one task leads to another, which leads to another, until you end up working on something that seems
    0 码力 | 35 页 | 1.43 MB | 5 月前
    3
  • ppt文档 Making Libraries Consumable for Non-C++ Developers

    performance Avoids costly abstractions What the vendor providesA quick note on the details in this talk. Where is the process boundary? Focus on in-process interoperability.Run down of some approaches Just be
    0 码力 | 29 页 | 1.21 MB | 6 月前
    3
共 12 条
  • 1
  • 2
前往
页
相关搜索词
MySQLC++20ChronoIntroductiontoMobileTestAutomationpptxWorkingwithAsynchronyGenericallyTourofExecutorsclickhouseVisualizeTimeEnabledDatausingArcGISQtandToolkit唐刚UseRustDeveloptheDecentralizedOpenApplicationRustChinaConf2023ClickHouseNoSilverBulletEssenceAccidentinSoftwareEngineeringMakingLibrariesConsumableforNonDevelopers
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩