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

无数据

分类

全部后端开发(95)Python(42)C++(23)Julia(18)Conda(16)Rust(10)数据库(8)TiDB(8)Django(6)云计算&大数据(5)

语言

全部英语(79)中文(简体)(13)中文(繁体)(11)[zh](1)西班牙语(1)日语(1)韩语(1)葡萄牙语(1)zh(1)

格式

全部PDF文档 PDF(107)其他文档 其他(4)PPT文档 PPT(1)
 
本次搜索耗时 0.149 秒,为您找到相关结果约 112 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • Julia
  • Conda
  • Rust
  • 数据库
  • TiDB
  • Django
  • 云计算&大数据
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • [zh]
  • 西班牙语
  • 日语
  • 韩语
  • 葡萄牙语
  • zh
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Back to Basics: Exceptions

    Exception-Safe Code 53 class Widget { private: int i{ 0 }; std::string s{}; Resource* pr{}; // May be nullptr public: // … // … }; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Resource* pr{}; // May be nullptr public: // … // Copy constructor Widget( Widget const& w ) : i { w.i } , s { w.s } { if( w.pr ) pr = new Resource( *w.pr ); } Resource* pr{}; // May be nullptr public: // … // Copy constructor Widget( Widget const& w ) : i { w.i } , s { w.s } { if( w.pr ) pr = new Resource( *w.pr ); }
    0 码力 | 111 页 | 4.87 MB | 5 月前
    3
  • pdf文档 Conan 2.10 Documentation

    cmake/3.22.6 version that runs for 64-bit architecture. $ conan install . --build missing -pr:b=default -pr:h=./profiles/raspberry Then, let’s call CMake to build the application. As we did in the previous build effectively uses the variable provided in the external myvars.cmake file: $ conan create . -pr=myprofile ... -- MY_USER_VAR1 MYVALUE1 Note that using user_toolchain while defining values for confs created: 7.3. Conan recipe tools examples 219 Conan Documentation, Release 2.10.1 $ conan create . -pr=my_custom_profile This configuration will be passed to the conan_toolchain.cmake file, generated by
    0 码力 | 803 页 | 5.02 MB | 10 月前
    3
  • pdf文档 Conan 2.9 Documentation

    cmake/3.22.6 version that runs for 64-bit architecture. $ conan install . --build missing -pr:b=default -pr:h=./profiles/raspberry Then, let’s call CMake to build the application. As we did in the previous build effectively uses the variable provided in the external myvars.cmake file: $ conan create . -pr=myprofile ... -- MY_USER_VAR1 MYVALUE1 Note that using user_toolchain while defining values for confs created: 7.3. Conan recipe tools examples 219 Conan Documentation, Release 2.9.3 $ conan create . -pr=my_custom_profile This configuration will be passed to the conan_toolchain.cmake file, generated by
    0 码力 | 795 页 | 4.99 MB | 10 月前
    3
  • pdf文档 Conan 2.7 Documentation

    cmake/3.22.6 version that runs for 64-bit architecture. $ conan install . --build missing -pr:b=default -pr:h=./profiles/raspberry Then, let’s call CMake to build the application. As we did in the previous build effectively uses the variable provided in the external myvars.cmake file: $ conan create . -pr=myprofile ... -- MY_USER_VAR1 MYVALUE1 Note that using user_toolchain while defining values for confs version=0.1.0 Then, we can build your project using the profile we just created: $ conan create . -pr=my_custom_profile This configuration will be passed to the conan_toolchain.cmake file, generated by
    0 码力 | 779 页 | 4.93 MB | 10 月前
    3
  • pdf文档 Conan 2.8 Documentation

    cmake/3.22.6 version that runs for 64-bit architecture. $ conan install . --build missing -pr:b=default -pr:h=./profiles/raspberry Then, let’s call CMake to build the application. As we did in the previous build effectively uses the variable provided in the external myvars.cmake file: $ conan create . -pr=myprofile ... -- MY_USER_VAR1 MYVALUE1 Note that using user_toolchain while defining values for confs version=0.1.0 Then, we can build your project using the profile we just created: $ conan create . -pr=my_custom_profile This configuration will be passed to the conan_toolchain.cmake file, generated by
    0 码力 | 785 页 | 4.95 MB | 10 月前
    3
  • pdf文档 Conan 2.6 Documentation

    cmake/3.22.6 version that runs for 64-bit architecture. $ conan install . --build missing -pr:b=default -pr:h=./profiles/raspberry Then, let’s call CMake to build the application. As we did in the previous build effectively uses the variable provided in the external myvars.cmake file: $ conan create . -pr=myprofile ... -- MY_USER_VAR1 MYVALUE1 Note that using user_toolchain while defining values for confs version=0.1.0 Then, we can build your project using the profile we just created: $ conan create . -pr=my_custom_profile This configuration will be passed to the conan_toolchain.cmake file, generated by
    0 码力 | 777 页 | 4.91 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust(Português do Brasil) 202412

    src/android/. 15 Certifique-se de que adb sync funcione com seu emulador ou dispositivo físico e pré-compile todos os exemplos do Android usando src/android/build_all.sh. Leia o roteiro para ver os comandos diretamente, não através do cargo (a maioria dos usuários nunca o faz). – Pode valer a pena mencionar que o próprio Cargo é uma ferramenta extremamente poderosa e abrangente. Ele é capaz de muitos recursos avançados Playground real. 2.3 Executando Código Localmente com o Cargo Se você quiser experimentar o código em seu próprio sistema, precisará primeiro instalar o Rust. Faça isso seguindo as instruções no Livro do Rust
    0 码力 | 389 页 | 1.05 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust(Español) 202412

    Te damos la bienvenida 133 22 Préstamos (Borrowing) 134 22.1 Emprestar (borrow) un valor . . . . . . . . . . . . . . . . . . . . . . . . . . 134 22.2 Verificación de Préstamos . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135 22.3 Errores de Préstamo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136 22.4 Mutabilidad Interior . . . . . . . . . . . . . . . . . . . . . . 10Ejercicio . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262 47 Poner en práctica todo lo aprendido: ejercicio 263 48 Soluciones de Ejercicios 265 XI Bare Metal: mañana 266
    0 码力 | 389 页 | 1.04 MB | 10 月前
    3
  • pdf文档 Back to Basics: Designing Classes (part 1 of 2)

    public: // ... // ... private: }; // - pr as representative of a possible resource int i; std::string s; Resource* pr; Core Guideline C.32: If a class has a raw pointer (T*) delete pr; }Resource Management 73 class Widget { public: // ... // ... private: }; // - pr as representative of a possible resource int i; std::string s; Resource* pr; Core Guideline C.33: If a class has an owning pointer member, define a destructor ~Widget() { delete pr; } Core Guideline R.3: A raw pointer (a T*) is non-owningResource Management 74 class Widget {
    0 码力 | 87 页 | 5.64 MB | 5 月前
    3
  • pdf文档 Back to Basics: Generic Programming

    template parameter kind template class std::array; https://godbolt.org/z/9Wh9Pr4cP75 David Olsen – Generic Programming CppCon 2024 Class Template Argument Kinds Template argument template class std::array; std::array a; https://godbolt.org/z/9Wh9Pr4cP76 David Olsen – Generic Programming CppCon 2024 Class Template Argument Kinds Template argument :5:27: note: expected a constant of type 'long unsigned int', got 'double' https://godbolt.org/z/9Wh9Pr4cP77 David Olsen – Generic Programming CppCon 2024 Class Template Argument Kinds Template argument
    0 码力 | 175 页 | 1.16 MB | 5 月前
    3
共 112 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 12
前往
页
相关搜索词
BacktoBasicsExceptionsConan2.10Documentation2.92.72.82.6ComprehensiveRustPortugudoBrasil202412EspaolDesigningClassespartofGenericProgramming
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩