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

无数据

分类

全部后端开发(100)C++(100)Conan(74)

语言

全部英语(99)中文(简体)(1)

格式

全部PDF文档 PDF(100)
 
本次搜索耗时 0.017 秒,为您找到相关结果约 100 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Retiring the Singleton Pattern

    { static Service services; return services; } Bloomberg 52 Grouping Dependencies// Refactored function that replaces singleton Response sendData(const Data& data, Service& services) { Request req; req; // Transform Data into Request // ... services.db_.save(req); services.cache_.save(req); services.mq_.send(req); services.comms_.send(req); } // keep original signature Response sendData(const Data& sendData(const Data& data, SERVICE& services) { Request req; // Transform Data into Request // ... services.db_.save(req); services.cache_.save(req); services.mq_.send(req); return services.comms_.send(req); } //
    0 码力 | 70 页 | 1.59 MB | 6 月前
    3
  • pdf文档 Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code

    Functional Programming Principles ● ConclusionIntroductionAbout Me ● Robotics Engineer on the services team at PickNik Robotics ○ Contributed to a wide variety of client projects: remotely operated that leverages MoveIt to make it easier to create robotic arm applications ● Provide consulting services to companies that range from performing feasibility studies to developing robotics software and ROS 2 – creating code that is easy to understand, test, maintain, and extend ● At the end of a services project, code is handed over to the clientWhy give this talk? ● Engineers at PickNik experiment
    0 码力 | 200 页 | 1.77 MB | 6 月前
    3
  • pdf文档 Designing C++ Code Generator Guardrails

    20 years, there has been an effort to shrink executables to a growing network of schema-driven services. For each subtraction, there was an addition of a client library with supporting serialization Built to encourage the shift out of the containers, the Generator can create both frameworks for services and complete client libraries from the same XSD schema files. It works so well that developers many outside of the service network.© 2018 Bloomberg Finance L.P. All rights reserved. 15 For services, impressive flexibility provides the framework for networking, threading, logging, and metrics
    0 码力 | 48 页 | 2.71 MB | 6 月前
    3
  • pdf文档 High-Performance Cross-Platform Architecture: C++20 Innovations

    need the module’s services to proceed with their own development, and once they have settled on a version of the module should not be affected by the introduction of new services they do not need.
    0 码力 | 75 页 | 581.83 KB | 6 月前
    3
  • pdf文档 Embracing an Adversarial Mindset for Cpp Security

    •Race Between Offense and Defense •Focus on Higher Value Targets •Sophisticated Attackers •Cloud services, Containerization, Microservices architectures •Interconnected Components •Feature Richness Privilege Highest Privilege Untrusted Low Medium High System Malware Accessible Sandbox Services/Admin Service/Kernel ControlApp Scenario: Reduce and Isolate User Input AppUI.exe Parsing
    0 码力 | 92 页 | 3.67 MB | 6 月前
    3
  • pdf文档 Using Modern C++ to Build XOffsetDatastructure

    Server-to-server communication: • This includes RPC (Remote Procedure Calls) between different services. • 3. Data migration: • Large amounts of game data need to be migrated among different scenes offers a simpler definition: • 'An allocator is an object that provides the following two basic services: • Allocate – return a specified amount correctly-aligned memory for use by the client. • Deallocate
    0 码力 | 111 页 | 3.03 MB | 6 月前
    3
  • pdf文档 From Eager Futures/Promises to Lazy Continuations: Evolving an Actor Library Based on Lessons Learned from Large-Scale Deployments

    to be shared and/or moved between execution resources (i.e., cores) but for distributed/network services, the data is often only shared with other machines and bouncing the data unnecessarily between sharing the slowdown impacts everyone) (check out http://seastar.io for more examples of distributed services using actors)challenges building systems (1) you have to wait (2) you have state ✅chapters (1)
    0 码力 | 264 页 | 588.96 KB | 6 月前
    3
  • pdf文档 Modern C++ Tutorial: C++11/14/17/20 On the Fly

    that can be processed at compile time into the compile time, and only deal with those core dynamic services at runtime, to greatly optimize the performance of the runtime. Therefore, templates are also regarded included in the standard library. C++ is a high-performance language. In the development of background services, the use of regular expressions is also used when judging URL resource links. The most mature and
    0 码力 | 92 页 | 1.79 MB | 1 年前
    3
  • pdf文档 A Picture is Worth a Thousand Words

    Talk: CppCon2020 17 Sep 2020 Honey Sukesan Senior Software Developer Jaguar Land Rover Ireland Services LtdA big “Thank you” to Almighty and all caring people and communities who has helped me, inspired
    0 码力 | 18 页 | 1.77 MB | 6 月前
    3
  • pdf文档 From Your First Line of Code to Your Largest Repo: How Visual Studio Code Can Help You Develop More Efficiently in C++

    CMake Presets support for Workflow and Package Presets • Automated CMake Installation • Language Services for CMake aka.ms/cmaketools Create & upvote GitHub issues and feature requests Come chat with
    0 码力 | 31 页 | 2.76 MB | 6 月前
    3
共 100 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
RetiringtheSingletonPatternLeveragingFunctionalApproachforMoreTestableandMaintainableROSCodeDesigningC++GeneratorGuardrailsHighPerformanceCrossPlatformArchitecture20InnovationsEmbracinganAdversarialMindsetCppSecurityUsingModerntoBuildXOffsetDatastructureFromEagerFuturesPromisesLazyContinuationsEvolvingActorLibraryBasedonLessonsLearnedfromLargeScaleDeploymentsTutorial111417OnFlyPictureisWorthThousandWordsYourFirstLineofLargestRepoHowVisualStudioCanHelpYouDevelopEfficientlyin
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩