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

无数据

分类

全部后端开发(11)C++(7)云计算&大数据(3)Rust(3)前端开发(2)数据库(2)JavaScript(2)Kubernetes(2)NativeScript(2)系统运维(1)

语言

全部英语(12)中文(简体)(5)俄语(2)

格式

全部PPT文档 PPT(19)
 
本次搜索耗时 0.012 秒,为您找到相关结果约 19 个.
  • 全部
  • 后端开发
  • C++
  • 云计算&大数据
  • Rust
  • 前端开发
  • 数据库
  • JavaScript
  • Kubernetes
  • NativeScript
  • 系统运维
  • 全部
  • 英语
  • 中文(简体)
  • 俄语
  • 全部
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 C++20's

    second behind and make the adjustment then. • BUT as of Windows 10 October 2018 update and Windows Server 2019, Windows OS will now track leap seconds! • HOWEVER, they will not track leap seconds prior a tzdb • There also exists a type called tzdb_list which contains a list of tzdb objects. • Since tzdb objects can be tied to newer versions of the time zone data, this list can contain various
    0 码力 | 55 页 | 8.67 MB | 5 月前
    3
  • ppt文档 hazard pointer synchronous reclamation

    pointers protect access to objects that may be removed concurrently. SAFE RECLAMATION Concurrency TS2 Essential Hazard Pointer Interface Base class for protectable objects template class time) Asynchronous Reclamation • Asynchronous reclamation is invoked when the number of retired objects reaches some threshold: • In the Folly library: • The threshold is the max of 1000 and twice the Extract retired objects from lists in the (global) domain structure. • Read hazard pointer values • Match addresses of retired objects with values read from hazard pointers. • Push matched objects back into
    0 码力 | 31 页 | 856.38 KB | 5 月前
    3
  • ppt文档 Bringing Existing Code to CUDA Using constexpr and std::pmr

    x(N, &mem); std::pmr::vector y(N, &mem); // … Memory Allocation 21 |Avoid References to Objects Not in Unified Memory void add_cpu( int n, vector const& x, vector& y) { gsl::span y) { for (int i = 0; i < n; i++) y[i] = x[i] + y[i]; } 22 |Avoid References to Objects Not in Unified Memory struct add_ref { std::vector const& a_; std::vector performance of your CPU code by: • Reducing the number of calls to the allocator. • Improving locality of objects. • Providing a way to instrument your code and identify inefficiencies. • Requires your std library
    0 码力 | 51 页 | 3.68 MB | 5 月前
    3
  • ppt文档 应用 waPC (rust) 做软件测试工具

    modified request • 模拟数据规则 • 自动化测试 • https://github.com/wasmmock/ wasm_mock_server • 用 rust 打包所有测试需求 Wasm mock server Why use rust ? Software testing tool • 模拟数据规则 • 自动化测试 • Company's own protocol platform • Support HTTP POST wasm API • Support websocket stand in for wasm API 抓包 - Wasm Mock Server wasm 工具 does not invent the wheel 软件测试工具 • 模拟数据规则 • 自动化测试 ModifyRequest(req *http.Request) error{ Response) error{ … res_,err:=wasm.Invoke(ctx,res.url.path, req_payload) … res = res_ } Wasm mock server 用了 Google martian 软件测试工具 • Websocket TCP mitm 例 子 extern crate wapc_guest as guest; use guest::prelude::*;
    0 码力 | 30 页 | 2.50 MB | 1 年前
    3
  • ppt文档 Secure your microservices with istio step by step

    Request Cert (SDS)) 3. CSR Auth: JWT 4. Cert signed with SPIFFE format Istio-proxy CA server #IstioCon Istio identity – how to get configuration ● Format: "spiffe:///ns/server side mTLS mTLS in Istio - PeerAuthenticati on Using ingress port and ingress host to send request: peer-authentication only defines behavior of server side and auto-mTLS is on by default Access productpage 1) Apply peer-authentication to enable server side mTLS mTLS in Istio - PeerAuthenticati
    0 码力 | 34 页 | 67.93 MB | 1 年前
    3
  • ppt文档 Performance Lets dive into Performance issues

    being on the same thread. Too much work on main thread • Android nested layouts • Functions and objects defined in loops • Statements like debugger, eval, with. • How to access Native Engine information
    0 码力 | 15 页 | 1.71 MB | 1 年前
    3
  • ppt文档 No Silver Bullet – Essence and Accident in Software Engineering

    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, because
    0 码力 | 35 页 | 1.43 MB | 5 月前
    3
  • ppt文档 Analyzing MySQL Logs with ClickHouse

    Files High Compression (column store + LZ4) • Typically 100x faster than MySQL on Single Server • Semi-Linear Scalability to 100s of nodes High Performance © 2018 Percona. 8 MySQL Wire User Account etc Has information about Connection Events Available in MySQL Enterprise, Percona Server, MariaDB © 2018 Percona. 18 Audit Log Record Example {"audit_record":{"name":"Query","record localhost []","host":"localhost","os_user":"","ip":"","db":"sbtest"}} © 2018 Percona. 19 Percona Server Configuration • Install Audit Plugin • INSTALL PLUGIN audit_log SONAME 'audit_log.so'; • Configure
    0 码力 | 43 页 | 2.70 MB | 1 年前
    3
  • ppt文档 C++20: An (Almost) Complete Overview

    Spaceship Operator <=>  Official name: three-way comparison operator  Three-way: comparing 2 objects and then comparing result with 0  (a <=> b) < 0 // true if a < b  (a <=> b) > 0 // true if
    0 码力 | 85 页 | 512.18 KB | 5 月前
    3
  • ppt文档 C++23: An Overview of Almost All New and Updated Features

     We already have heterogeneous lookup for associative containers  Avoids creating temporary objects of type key during lookups  E.g.: lookup with C-style string for container with std::string as
    0 码力 | 105 页 | 759.96 KB | 5 月前
    3
共 19 条
  • 1
  • 2
前往
页
相关搜索词
C++20ChronohazardpointersynchronousreclamationBringingExistingCodetoCUDAUsingconstexprandstdpmr潘泳权wpacSecureyourmicroserviceswithistiostepbyPerformancepptxNoSilverBulletEssenceAccidentinSoftwareEngineeringMySQLClickHouseAnAlmostCompleteOverview23ofAllNewUpdatedFeatures
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩