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

无数据

分类

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

语言

全部英语(137)

格式

全部PDF文档 PDF(136)PPT文档 PPT(1)
 
本次搜索耗时 0.019 秒,为您找到相关结果约 137 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Dependency Injection in C++

    Bloomberg 1© 2024 Bloomberg Finance L.P. All rights reserved. Dependency Injection in C++: A Practical Guide CppCon 2024 September 18, 2024 Pete Muldoon Senior Engineering LeadBloomberg 4 Questions to use it8 Bloomberg Where will we be going ? • Talk will be about inserting meaningful Dependency Injection in applications • Using various DI methods to achieve functionality swapping / instrumentation Code (or just giving up) • Talk is rooted in a real-world system not theory9 Bloomberg Dependency Injection : 1. Decreases coupling between functionality blocks 2. Used to make a class/function independent
    0 码力 | 106 页 | 1.76 MB | 5 月前
    3
  • pdf文档 Libraries: A First Step Toward Standard C++ Dependency Management

    1October 3, 2023 2 Libraries: A First Step Toward Standard C++ Dependency Management Bret Brown, C++ Infrastructure Lead, Bloomberg Bill Hoffman, CTO, KitwareHello! Welcome! Bret Brown C++ Infrastructure Projects as portable as the code they contain! ● ✓ Projects should be “cattle,” not “pets”! 7Why dependency management? 8Consensus: Managing dependencies == way too hard Q: Which of these do you find frustrating What’s a dependency bug? Missing interfaces: fangorn.cxx:2:10: fatal error: jsonlog/core.hxx: No such file or directory 10 This could be caused by other root problems!Pain: What’s a dependency bug
    0 码力 | 82 页 | 4.21 MB | 5 月前
    3
  • pdf文档 Newer Isn't Always Better

    com | 16 Global Variables Design Patterns Singleton Meyers Singleton Monostate Dependency Injection (DI) Timelineatomosspace.com | 17 • Hold one copy of global data/interface and allow others global object • Injects the dependency into each of the using objects New Trend – Dependency Injectionatomosspace.com | 23 Aside: Dependency Injection (DI) Vs Dependency Inversion Principle (DIP)atomosspace (DIP)atomosspace.com | 24 • Eliminates the dependency by inverting and adding an interface class • Reduces volatility due to implementation • Allows for testing and mocking Dependency Inversion Principle (DIP) PlotterInterface
    0 码力 | 60 页 | 1.34 MB | 5 月前
    3
  • pdf文档 Retiring the Singleton Pattern

    assignment)Drawbacks of a Singleton • Acts as hidden dependencies in functions that use it • No dependency injection for testing • Initialization is out of your control • Multiple runs can yield different must be - at least - source compatible • Express the involvement of outside agencies • Allow dependency injection for testing purposes Bloomberg 12Bloomberg 13 // processor.cpp Response sendData(const Data& function must be source compatible  • Express the involvement of an outside agency  • Allow dependency injection for testing purposes  // processor.h Response sendData(const Data& data, CommSingleton*
    0 码力 | 70 页 | 1.59 MB | 5 月前
    3
  • pdf文档 Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code

    or_else(return_empty_response) .value(); }DI and Functional Programming ● With Dependency Injection (DI)! template using ServiceCallback = std::function mw_; Map map_; };DI and Functional Programming ● With Dependency Injection (DI)! ○ DI is used to move or “inject” objects into another object template mw); private: std::unique_ptr mw_; Map map_; };● With Dependency Injection (DI)! ○ DI is used to move or “inject” objects into another object ● There still needs
    0 码力 | 200 页 | 1.77 MB | 5 月前
    3
  • pdf文档 Back To Basics Debugging and Testing

    == 6 ); REQUIRE( Factorial(10) == 3628800 ); }MOCKING / DEPENDENCY INJECTIONMOCKING / DEPENDENCY INJECTIONMOCKING / DEPENDENCY INJECTION #include class MockFS : public FS { public: MOCK_METHOD(int, write, (int fd, const void *buf, size_t len), (override)); };MOCKING / DEPENDENCY INJECTION using ::testing::Return; ... EXPECT_CALL(filesystem, read()) .Times(4) .WillOnce(Return(100))
    0 码力 | 50 页 | 2.04 MB | 5 月前
    3
  • pdf文档 CROSS PLATFORM PITFALLS AND HOW TO AVOID THEM

    Agenda Build systems and build system generators Dependency management Debugging TestingAgenda Build systems and build system generators Dependency management Demo Debugging Testing DemoBUILD SYSTEMS Total Managing libraries my application depends on 46.54% 478 38.56% 396 14.90% 153 1,027Dependency management: the problems Source: ISO C++ 2020 Developer Survey Major paint point Minor paint application depends on 46.54% 478 38.56% 396 14.90% 153 1,027 Automatic and reproducible dependency installation Single source of truth Consistency across platformsDEPENDENCY MANAGEMENT The
    0 码力 | 67 页 | 360.44 KB | 5 月前
    3
  • pdf文档 Back to Basics Testing

    Driven Conversion Decision Coverage Dependency Destructive Domain Dynamic End-to-end Endurance Equivalence Partitioning Error-Handling Exploratory Fault injection Formal verification Functional REQUIRE( list.empty() == false ); REQUIRE( list.size() == 1 ); } Multiple asserts Dependency76 Challenges & Pitfalls Testing of The77 Challenges & Pitfalls Testing of The ‣ Flakey tests Principle Open-Closed Principle Liskov Substitution Principle Interface Segregation Principle Dependency Inversion Principle SRP OCP LSP ISP DIPSimplicity seekingBack To Basics PHIL NASH Testing
    0 码力 | 79 页 | 25.86 MB | 5 月前
    3
  • pdf文档 A New Decade of Visual Studio: C++20, Open STL and More

    2. Code Safety 3. Cross-platform development 4. Developer and Team ProductivitySimplify C++ dependency management with vcpkg Open source library manager for Windows, Linux, and macOS 1400+ popular GitHub – Stephan T. Lavavej Wednesday 16th • Dynamic Polymorphism with Metaclasses and Code Injection – Sy Brand • Cross-Platform Pitfalls and How to Avoid Them – Erika Sweet • Effective Remote C++
    0 码力 | 37 页 | 2.67 MB | 5 月前
    3
  • pdf文档 Building Safe and Reliable Surgical Robotics with C++

    test the SW Simulation testing SQA testing Performance testing HW testing Fuzzing Fault injection testing Stress testing Reliability testing Regression testing Testing with Sanitizers debt reviews, Security/Compliance tracking, Established testing framework for upgrades, Proper dependency mgmt. (e.g., Conan), solid documentation, ...Safety Critical Path vs Non-Real Time Domain Domain
    0 码力 | 71 页 | 4.02 MB | 5 月前
    3
共 137 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 14
前往
页
相关搜索词
DependencyInjectioninC++LibrariesFirstStepTowardStandardManagementNewerIsnAlwaysBetterRetiringtheSingletonPatternLeveragingFunctionalApproachforMoreTestableandMaintainableROSCodeBackToBasicsDebuggingTestingCROSSPLATFORMPITFALLSANDHOWTOAVOIDTHEMtoNewDecadeofVisualStudio20OpenSTLBuildingSafeReliableSurgicalRoboticswith
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩