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

无数据

分类

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

语言

全部英语(164)中文(简体)(7)中文(繁体)(1)英语(1)

格式

全部PDF文档 PDF(170)PPT文档 PPT(3)
 
本次搜索耗时 0.017 秒,为您找到相关结果约 173 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Is std::mdspan a Zero-overhead Abstraction? - Oleksandr Bakirov - CppCon

    Is std::mdspan a Zero-overhead Abstraction? Oleksandr Bacherikov Snap IncWhat is std::mdspan? It’s a view over a multi-dimensional array. It’s designed primarily to be used as a function parameter right? 24 Wrong! std::layout_stride supports only all strides specified at runtime. If we target zero overhead, we have to specify one of the strides as 1 at compile time.What does the Standard offer
    0 码力 | 75 页 | 1.04 MB | 6 月前
    3
  • pdf文档 Embracing an Adversarial Mindset for Cpp Security

    Privilege Escalation Who: •Ransomware gangs •advanced adversaries •Game hackers How: •Looking at the trust between medium to high integrity levels •Configurations •Filesystem Lateral movement Who: •Financial Controlled Heap MemoryWhy Remote Code Execution (RCE)? ● High Impact and Exploitability ○ High Value of Zero-Days ● Expanded Attack Surface ○ Cloud computing ○ Remote work ○ Increase in internet-connected Surface? Start by defining Trust BoundariesWhat is a Trust Boundary? Anytime there is a crossing of the trust between an untrusted component to a trusted componentDefining Trust Boundaries Downloads from
    0 码力 | 92 页 | 3.67 MB | 6 月前
    3
  • pdf文档 Hidden Overhead of a Function API

    problems? Pros: ● Default constructor before the function call is avoided Cons (unless we fully trust the user and don’t have exceptions): ● Stack unwind on exception is still necessary ● Extra bool problems? Pros: ● Default constructor before the function call is avoided Cons (unless we fully trust the user and don’t have exceptions): ● Stack unwind on exception is still necessary ● Extra bool do Reason It’s the simplest and gives the cleanest semantics. Note This is known as “the rule of zero”. C++ Core Guidelines 62C++ Core Guidelines C.20: If you can avoid defining default operations
    0 码力 | 158 页 | 2.46 MB | 6 月前
    3
  • pdf文档 Scientific Unit Testing

    circular-logic problem: you have to use the interface to test the interface, so at some point you have to trust something which you haven't tested. The "Black Box Conundrum" You never really know if a member believe we have 30 grams of coffee? Not 30g coffee! 18Basic lab procedure: weighing a sample Zero the scale with the container to duplicate the exact conditions of the experiment. 19Basic lab procedure: weighing a sample Only after calibrating our equipment for exactly the situation to be measured can we trust the result. Actually 30g of coffee 20This is exactly TDD's procedure for a bugfix TDD: 1. Write
    0 码力 | 45 页 | 1.91 MB | 6 月前
    3
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    the memory, the binary is not writable. 2. The binary is statically linked at a start address of zero, with the first byte of text at 64K. 3. All indirect control transfers use a nacljmp pseudo-instruction the memory, the binary is not writable. 2. The binary is statically linked at a start address of zero, with the first byte of text at 64K. 3. All indirect control transfers use a nacljmp pseudo-instruction To reiterate: NaCl knows nothing of the source code for the application it runs, neither does it trust the compiler which compiled it. It only looks at the object code, and if the 7 rules are followed
    0 码力 | 111 页 | 3.98 MB | 6 月前
    3
  • pdf文档 Back To Basics Functions

    next part of a function are the parameters of the function (i.e. the ‘input’) Functions can have zero or more inputs. This function has exactly one parameter of type std::string Notes on function statement -- it may still work ○ That includes if there exist multiple return paths. ● Don’t trust this however -- we need to have a return statement if we are expecting a result. ● Notes on Debugging:
    0 码力 | 123 页 | 7.26 MB | 6 月前
    3
  • pdf文档 Hiding Your Implementation Details is Not So Simple

    Hiding your Implementation Details, Amir Kirsh @ CppCon, 2024 Amir Kirsh @AmirKirsh Master, tho I trust your dog completely, I still got a concern. What’s your concern? the fridge engine is in the private don’t need it, don’t give it. - If they get it, they’ll use it. - If they use it, they’ll abuse it. - Trust no one! 53 Hiding your Implementation Details, Amir Kirsh @ CppCon, 2024 It’s context specific!Something don’t need it, don’t give it. - If they get it, they’ll use it. - If they use it, they’ll abuse it. - Trust no one! 54 Hiding your Implementation Details, Amir Kirsh @ CppCon, 2024 It’s context specific!
    0 码力 | 145 页 | 2.45 MB | 6 月前
    3
  • pdf文档 Security Beyond Memory Safety

    Hoffmann Security Beyond Memory Safety CppCon 2024 25 Trust the DeveloperMax Hoffmann Security Beyond Memory Safety CppCon 2024 26 * a little more Trust the Compiler*Max Hoffmann Security Beyond Memory
    0 码力 | 79 页 | 4.15 MB | 6 月前
    3
  • pdf文档 Back to Basics Unit Testing

    circular-logic problem: you have to use the interface to test the interface, so at some point you have to trust something which you haven't tested. The "Black Box Conundrum" 67Black Box: Behaviors TEST_CASE( help) The path out of fear is confidence. "I don't know if I'm right" -- test and find out "I don't trust those yokels down the hall" -- test and find out "I don't know if I'll be OK with this change" --
    0 码力 | 109 页 | 4.13 MB | 6 月前
    3
  • pdf文档 Implementing C++ Modules: Lessons Learned, Lessons Abandoned

    – Header files and header units require (expensive) incomplete ODR checks, and demand complete trust 4 (C) Dos Reis & DaCamara; CppCon 2021Modules and ODR 5 (C) Dos Reis & DaCamara; CppCon 2021One
    0 码力 | 53 页 | 1.33 MB | 6 月前
    3
共 173 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 18
前往
页
相关搜索词
IsstdmdspanZerooverheadAbstractionOleksandrBakirovCppConEmbracinganAdversarialMindsetforCppSecurityHiddenOverheadofFunctionAPIScientificUnitTestingJustinTimeCompilationBastien2020BackToBasicsFunctionsHidingYourImplementationDetailsisNotSoSimpleBeyondMemorySafetytoImplementingC++ModulesLessonsLearnedAbandoned
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩