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

无数据

分类

全部后端开发(294)UML(96)Julia(86)PHP(37)Java(32)Falcon(32)Spring(32)C++(20)综合其他(10)Python(7)

语言

全部英语(201)中文(简体)(20)韩语(15)日语(13)德语(12)西班牙语(12)法语(12)俄语(12)中文(繁体)(10)

格式

全部PDF文档 PDF(278)其他文档 其他(29)
 
本次搜索耗时 0.030 秒,为您找到相关结果约 307 个.
  • 全部
  • 后端开发
  • UML
  • Julia
  • PHP
  • Java
  • Falcon
  • Spring
  • C++
  • 综合其他
  • Python
  • 全部
  • 英语
  • 中文(简体)
  • 韩语
  • 日语
  • 德语
  • 西班牙语
  • 法语
  • 俄语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code

    callback function directly ● There was no invocation of the middleware using DI and all code is testable without invoking the ROS 2 API! Testing with DIConclusionConclusion ● The refactored tests are Cairl ● Everyone else at PickNik Thanks to:Bilal Gill Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code Thank you! All code and the presentation are available at https://github
    0 码力 | 200 页 | 1.77 MB | 5 月前
    3
  • pdf文档 Regular, Revisited

    e_t& u) { { t == u } -> boolean-testable; { t != u } -> boolean-testable; { u == t } -> boolean-testable; { u != t } -> boolean-testable; }; template< class T > concept equality_comparable boolean-testable; { t > u } -> boolean-testable; { t <= u } -> boolean-testable; { t >= u } -> boolean-testable; { u < t } -> boolean-testable; { u > t } -> boolean-testable; { u <= t } -> boolean-testable; { u >= t } -> boolean-testable; }; template< class T > concept totally_ordered = std::equality_comparable && __PartiallyOrderedWith
    0 码力 | 180 页 | 19.96 MB | 5 月前
    3
  • pdf文档 Changing Legacy Code: With Confidence

    out similarly to A New Main Separate out Testable from Non-TestableBottom Up Testing Workflow Pick a function Add a test Does it compile? Done Does it time = newTime; } uint32_t get_tick() { return newTime; } PRJ/TESTS/TimerAPI_test.cpp
    0 码力 | 114 页 | 982.54 KB | 5 月前
    3
  • pdf文档 The Most Important Design Guideline is Testability

    TestsTestability 16 • Unit Tests • TDDTestability 17 I often struggle with how to make my classes testable. I sometimes find that the issue is hidden state. I then have to find ways to expose and manipulate going along this line but I won't.Testability 18 I often struggle with how to make my classes testable. I sometimes find that the issue is hidden state. I then have to find ways to expose and manipulate going along this line but I won't.Testability 19 I often struggle with how to make my classes testable. I sometimes find that the issue is hidden state. I then have to find ways to expose and manipulate
    0 码力 | 126 页 | 9.11 MB | 5 月前
    3
  • pdf文档 Extending and Simplifying C++: Thoughts on Pattern Matching using 'is' and 'as', and Can C++ be 10x Simpler & Safer?

    constexpr bool is( auto const& x, auto const& value ) { if constexpr (requires{ {value(x)} -> boolean_testable; }) return value(x); } else if constexpr (requires{ bool{x == value}; }) { return x == value; constexpr bool is( auto const& x, auto const& value ) { if constexpr (requires{ {value(x)} -> boolean_testable; }) if constexpr ( requires { argument_of{x}; } ) { return value(x); } constexpr bool is( auto const& x, auto const& value ) { if constexpr (requires{ {value(x)} -> boolean_testable; }) if constexpr (requires { std::declval>(); }){ if constexpr
    0 码力 | 108 页 | 5.08 MB | 5 月前
    3
  • pdf文档 阮一峰 《ECMAScript 6入门》 第三版

    一个提案将这项功能,引入了 ECMAScript。 @testable class MyTestableClass { // ... } function testable(target) { target.isTestable = true; } MyTestableClass.isTestable // true 上面代码中, @testable 就是一个修饰器。它修改了 MyTestableClass MyTestableClass 这个类 的行为,为它加上了静态属性 isTestable 。 testable 函数的参 数 target 是 MyTestableClass 类本身。 基本上,修饰器的行为就是下面这样。 @decorator class A {} // 等同于 class A {} A = decorator(A) || A; 也就是说,修饰器是一个对类进行处理的函数。修饰器函数的第一个参数,就是所 所 要修饰的目标类。 Decorator 540 function testable(target) { // ... } 上面代码中, testable 函数的参数 target ,就是会被修饰的类。 如果觉得一个参数不够用,可以在修饰器外面再封装一层函数。 function testable(isTestable) { return function(target)
    0 码力 | 679 页 | 2.66 MB | 1 年前
    3
  • pdf文档 Guzzle PHP 5.3 Documentation

    Client The procedural API is simple but not very testable; it’s best left for quick prototyping. If you want to use Guzzle in a more flexible and testable way, then you’ll need to use a GuzzleHttp\ClientInterface integrity of messages before and after they are sent over the wire, and anything else you might need. Testable Another important aspect of Guzzle is that it’s really easy to test clients. You can mock HTTP
    0 码力 | 63 页 | 275.75 KB | 10 月前
    3
  • epub文档 Guzzle PHP 5.3 Documentation

    Client The procedural API is simple but not very testable; it’s best left for quick prototyping. If you want to use Guzzle in a more flexible and testable way, then you’ll need to use a GuzzleHttp\ClientInterface integrity of messages before and after they are sent over the wire, and anything else you might need. Testable Another important aspect of Guzzle is that it’s really easy to test clients. You can mock HTTP
    0 码力 | 72 页 | 312.62 KB | 10 月前
    3
  • pdf文档 Leveraging C++20/23 Features for Low Level Interactions

    best practices for using C from C++? How can we use C++ to make HW access cleaner, safer, and more testable?Why is C so proli�c? It’s the kernel, silly! 30 years ago, all low level interaction was done with .. private: unique_ptr p_regs; }Why use a pointer to a register set? Make more testable code! Any object that can be casted to my_uart_regs or is inherited from my_uart_regs can be handed
    0 码力 | 56 页 | 5.39 MB | 5 月前
    3
  • pdf文档 Back to Basics Unit Testing

    unit tests is part of the writing code cycle; they need to run fast Design Good designs are testable, testable designs are good. If your code is hard to test, revisit your design Test Driven Development
    0 码力 | 109 页 | 4.13 MB | 5 月前
    3
共 307 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 31
前往
页
相关搜索词
LeveragingFunctionalApproachforMoreTestableandMaintainableROSCodeRegularRevisitedChangingLegacyWithConfidenceTheMostImportantDesignGuidelineisTestabilityExtendingSimplifyingC++ThoughtsonPatternMatchingusingasCanbe10xSimplerSafer一峰ECMAScript入门第三第三版GuzzlePHP5.3Documentation2023FeaturesLowLevelInteractionsBacktoBasicsUnitTesting
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩