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

无数据

分类

全部后端开发(1017)Java(303)Spring(247)Python(211)数据库(143)云计算&大数据(139)C++(133)综合其他(131)UML(96)Julia(87)

语言

全部英语(1289)中文(简体)(117)中文(繁体)(20)日语(16)法语(14)德语(13)韩语(13)西班牙语(12)俄语(12)英语(10)

格式

全部PDF文档 PDF(1159)其他文档 其他(349)PPT文档 PPT(6)DOC文档 DOC(4)
 
本次搜索耗时 0.050 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • Python
  • 数据库
  • 云计算&大数据
  • C++
  • 综合其他
  • UML
  • Julia
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 法语
  • 德语
  • 韩语
  • 西班牙语
  • 俄语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Back to Basics Concepts

    ©2024 by josuttis.com 1 C++ Nicolai M. Josuttis josuttis.com @NicoJosuttis C++ Concepts September 18, 2024 14:00 - 15:00 MDT ©2024 by josuttis.com 2 C++ Nicolai M. Josuttis • Independent consultant Architect – Technical Manager – SOA – X and OSF/Motif Nico Josuttis C++ Concepts @cppcon 2024-09-18 1©2024 by josuttis.com 3 C++ Concepts, Constraints, and Requirements C++20 ©2024 by josuttis.com 4 C++ add(coll1, 42); // OK add(coll2, 42); // ERROR: no push_back() C++98 Nico Josuttis C++ Concepts @cppcon 2024-09-18 2©2024 by josuttis.com 5 C++ Overloading Function Templates template
    0 码力 | 23 页 | 2.14 MB | 5 月前
    3
  • pdf文档 GITOPS EXPLAINED: CONCEPTS, BENEFITS & GETTING STARTED

    GITOPS EXPLAINED: CONCEPTS, BENEFITS & GETTING STARTED DevOps has changed the way we develop and manage applications, resulting in faster, more consistent, more collaborative development cycles. It has
    0 码力 | 7 页 | 426.93 KB | 1 年前
    3
  • pdf文档 Hiding Your Implementation Details is Not So Simple

    in a class - Interfaces - Pimpl idiom - Wrapper classes as a view, wrapping the original - C++20 Concepts (?) 56 Hiding your Implementation Details, Amir Kirsh @ CppCon, 2024 Passing args, exposing only Implementation Details, Amir Kirsh @ CppCon, 2024 A Meander: ConceptsWhat’s a Concept? 60 A Meander: Concepts ● A constraint on template arguments ● Evaluated to a boolean value, at compile time ● May be overload resolution A much more elegant and simple substitute for SFINAEFirst Example 61 A Meander: Concepts We want to overload two generic functions: // for types that we can iterate over template
    0 码力 | 145 页 | 2.45 MB | 5 月前
    3
  • pdf文档 A Physical Units Library for the Next C++

    sion.hpp> CppCon 2020 | A Physical Units Library For the Next C++ Generic code: Boost.Units + Concepts (godbolt.org/z/erfbzr) 24#include template; CppCon 2020 | A Physical Units Library For the Next C++ Generic code: Boost.Units + Concepts (godbolt.org/z/erfbzr) 24#include templateConcepts (godbolt.org/z/erfbzr) 24template concept Length = units::traits::is_length_unit::value;
    0 码力 | 172 页 | 6.17 MB | 5 月前
    3
  • pdf文档 Regular, Revisited

    Generic Programming” paper, we see that regular types naturally appear as necessary foundational concepts in programming. Why do we need to bother with such taxonomies? Because STL assumes such properties behavior for the caller. This talk will explore the relation between Regular types (plus other concepts) and STL constructs, with examples, common pitfalls and guidance.2023 Victor Ciura | @ciura_victor talking about this ? We shall see that Regular types naturally appear as necessary foundational concepts in programming and try to investigate how these requirements fit in the ever expanding C++ standard
    0 码力 | 180 页 | 19.96 MB | 5 月前
    3
  • pdf文档 Scrapy 1.3 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 3 Basic concepts 23 3.1 Command line tool . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . chapter for a quick overview of the most important ones. You can continue from the section Basic concepts to know more about the command-line tool, spiders, selectors and other things the tutorial hasn’t 4. Examples 21 Scrapy Documentation, Release 1.3.3 22 Chapter 2. First steps CHAPTER 3 Basic concepts Command line tool New in version 0.10. Scrapy is controlled through the scrapy command-line tool
    0 码力 | 272 页 | 1.11 MB | 1 年前
    3
  • pdf文档 Distributed Ranges: A Model for Building Distributed Data Structures, Algorithms, and Views

    }Outline - Background (Ranges, Parallelism, Distributed Data Structures) - Distributed Ranges (Concepts) - Implementation (Algorithms and views) - Complex Data Structures (Dense and sparse learnedOutline - Background (Ranges, Parallelism, Distributed Data Structures) - Distributed Ranges (Concepts) - Implementation (Algorithms and views) - Complex Data Structures (Dense and sparse T(0), std::plus()); }Standard C++ Parallelism - All depends on ranges library, iteration concepts - Extensible: execution policies allow parallel execution using namespace std; using namespace
    0 码力 | 127 页 | 2.06 MB | 5 月前
    3
  • pdf文档 Scrapy 1.8 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 3 Basic concepts 25 3.1 Command line tool . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . chapter for a quick overview of the most important ones. You can continue from the section Basic concepts to know more about the command-line tool, spiders, selectors and other things the tutorial hasn’t Examples 23 Scrapy Documentation, Release 1.8.4 24 Chapter 2. First steps CHAPTER THREE BASIC CONCEPTS 3.1 Command line tool New in version 0.10. Scrapy is controlled through the scrapy command-line
    0 码力 | 335 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Scrapy 1.6 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 3 Basic concepts 23 3.1 Command line tool . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . chapter for a quick overview of the most important ones. You can continue from the section Basic concepts to know more about the command-line tool, spiders, selectors and other things the tutorial hasn’t Learn more by playing with a pre-made Scrapy project. 22 Chapter 2. First steps CHAPTER 3 Basic concepts 3.1 Command line tool New in version 0.10. Scrapy is controlled through the scrapy command-line
    0 码力 | 295 页 | 1.18 MB | 1 年前
    3
  • pdf文档 Scrapy 1.2 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 3 Basic concepts 23 3.1 Command line tool . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . chapter for a quick overview of the most important ones. You can continue from the section Basic concepts to know more about the command-line tool, spiders, selectors and other things the tutorial hasn’t 4. Examples 21 Scrapy Documentation, Release 1.2.3 22 Chapter 2. First steps CHAPTER 3 Basic concepts Command line tool New in version 0.10. Scrapy is controlled through the scrapy command-line tool
    0 码力 | 266 页 | 1.10 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
BacktoBasicsConceptsGITOPSEXPLAINEDCONCEPTSBENEFITSGETTINGSTARTEDHidingYourImplementationDetailsisNotSoSimplePhysicalUnitsLibraryfortheNextC++RegularRevisitedScrapy1.3DocumentationDistributedRangesModelBuildingDataStructuresAlgorithmsandViews1.81.61.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩