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

无数据

分类

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

语言

全部英语(123)中文(简体)(3)

格式

全部PDF文档 PDF(122)PPT文档 PPT(4)
 
本次搜索耗时 0.091 秒,为您找到相关结果约 126 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Continuous Regression Testing for Safer and Faster Refactoring

    Aurora Innovation About Touca Find the unintended side-effects of your day-to-day code changes Trusted By: Backed By:28 Aurora Innovation Agenda What is continuous regression testing How does regression buf = Testcase::serialize(testcases); std::string content((const char*)buf.data(), buf.size()); const auto& response = transport->binary(content); /** ... */ } int main() { touca::configure();
    0 码力 | 85 页 | 11.66 MB | 5 月前
    3
  • pdf文档 Scientific Unit Testing

    state #define private public Please don't do this! Common Solutions 9Option 2: Give access to a trusted friend White box testing (done right) If we are going to break encapsulation, do it correctly experiments 1. Precision 2. Reproducibility 3. Accuracy 25Precision Precision maximizes information content Use a test framework with good error messages and use it! TEST_CASE( "widget" ) { ... std::vector
    0 码力 | 45 页 | 1.91 MB | 5 月前
    3
  • pdf文档 Conan 2.10 Documentation

    packages or cache information. If the cache becomes inconsistent somehow, you may want to remove its content by deleting it (/.conan2). 3.2 Install with pipx In certain scenarios, attempting to it from our project with Conan is using a conanfile.txt file. Let’s create one with the following content: Listing 3: conanfile.txt [requires] zlib/1.2.11 [generators] CMakeDeps CMakeToolchain As you executable('compressor', 'src/main.c', dependencies: zlib) Let’s create a conanfile.txt with the following content to install Zlib: Listing 14: conanfile.txt [requires] zlib/1.2.11 [generators] PkgConfigDeps MesonToolchain
    0 码力 | 803 页 | 5.02 MB | 10 月前
    3
  • pdf文档 Conan 2.9 Documentation

    packages or cache information. If the cache becomes inconsistent somehow, you may want to remove its content by deleting it (/.conan2). 3.2 Install with pipx In certain scenarios, attempting to it from our project with Conan is using a conanfile.txt file. Let’s create one with the following content: Listing 3: conanfile.txt [requires] zlib/1.2.11 [generators] CMakeDeps CMakeToolchain As you executable('compressor', 'src/main.c', dependencies: zlib) Let’s create a conanfile.txt with the following content to install Zlib: Listing 14: conanfile.txt [requires] zlib/1.2.11 [generators] PkgConfigDeps MesonToolchain
    0 码力 | 795 页 | 4.99 MB | 10 月前
    3
  • pdf文档 Conan 2.8 Documentation

    packages or cache information. If the cache becomes inconsistent somehow, you may want to remove its content by deleting it (/.conan2). 3.2 Install with pipx In certain scenarios, attempting to it from our project with Conan is using a conanfile.txt file. Let’s create one with the following content: Listing 3: conanfile.txt [requires] zlib/1.2.11 [generators] CMakeDeps CMakeToolchain As you executable('compressor', 'src/main.c', dependencies: zlib) Let’s create a conanfile.txt with the following content to install Zlib: Listing 14: conanfile.txt [requires] zlib/1.2.11 [generators] PkgConfigDeps MesonToolchain
    0 码力 | 785 页 | 4.95 MB | 10 月前
    3
  • pdf文档 Embracing an Adversarial Mindset for Cpp Security

    a Trust Boundary? Anytime there is a crossing of the trust between an untrusted component to a trusted componentDefining Trust Boundaries Downloads from the internet Network interfaces (ports and Enable compiler security options • Reduce code complexity i.e. concurrency • Use safe and trusted libraries Architecture • Minimize the use of privileged process and accounts • Isolate untrusted Process – Parsing Out-of-Process ● Sandboxing ● AppContainers – Consider Low IL ● Secure Enclaves (Trusted Execution) ○ Virtualization-based Security (VBS) ○ Intel Software Guard Extensions (Intel SGX)Fuzzing
    0 码力 | 92 页 | 3.67 MB | 5 月前
    3
  • pdf文档 A Relaxed Guide to memory_order_relaxed

    x =rlx r1; } // r1 is now trusted. if (r1 is bad) a[rand()] = rand(); long r2 =rlx y; if (r2 == 0) { r2 = pure_function(); y =rlx r2; } // r2 is now trusted. if (r2 is bad) b[rand()]
    0 码力 | 32 页 | 278.53 KB | 5 月前
    3
  • pdf文档 Security Beyond Memory Safety

    (written by someone else) Our Software Shared Memory Examples include: Driver, OS, Generic IPC, Trusted Execution EnvironmentMax Hoffmann Security Beyond Memory Safety CppCon 2024 44 Friendly Billboard
    0 码力 | 79 页 | 4.15 MB | 5 月前
    3
  • pdf文档 10 Problems Large Companies Have with Managing C++ Dependencies and How to Solve Them

    tools / versions •Consider restricting access to other tools by distributing allowed tools from a trusted, internal location •Start building in containers pre-configured for different environments (e.g
    0 码力 | 46 页 | 917.72 KB | 5 月前
    3
  • pdf文档 Back to Basics Unit Testing

    Unit Test by reaching in and accessing internal state (the question is, how) 61Give access to a trusted friend White box requires breaking encapsuation class Cup { public: Cup(); bool IsEmpty();
    0 码力 | 109 页 | 4.13 MB | 5 月前
    3
共 126 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 13
前往
页
相关搜索词
ContinuousRegressionTestingforSaferandFasterRefactoringScientificUnitConan2.10Documentation2.92.8EmbracinganAdversarialMindsetCppSecurityRelaxedGuidetomemoryorderrelaxedBeyondMemorySafety10ProblemsLargeCompaniesHavewithManagingC++DependenciesHowSolveThemBackBasics
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩