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

无数据

分类

全部后端开发(184)C++(92)Python(55)Julia(18)系统运维(17)Conda(16)存储(14)Django(13)云计算&大数据(12)VirtualBox(11)

语言

全部英语(191)中文(简体)(22)中文(繁体)(11)西班牙语(2)日语(2)韩语(1)葡萄牙语(1)英语(1)

格式

全部PDF文档 PDF(215)其他文档 其他(11)PPT文档 PPT(3)DOC文档 DOC(2)TXT文档 TXT(2)
 
本次搜索耗时 0.070 秒,为您找到相关结果约 233 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • Julia
  • 系统运维
  • Conda
  • 存储
  • Django
  • 云计算&大数据
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 西班牙语
  • 日语
  • 韩语
  • 葡萄牙语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Curve文件系统元数据Proto(接口定义)

    curve文件系统元数据proto(代码接口定义,已实现)© XXX Page 2 of 15 1、代码结构和代码目录 curve文件系统是相对于curve块设备比较独立的一块,在当前curve项目的目录下,增加一个一级目录curvefs,curvefs下有自己独立的proto\src\test。 2、文件系统proto定义 2.1 mds.proto mds.proto /* * Copyright for the specific language governing permissions and * limitations under the License. */ syntax="proto2"; package curvefs.mds; option cc_generic_services = true; enum FSStatusCode { OK = 0; rpc DeleteFsInfo(DeleteFsInfoRequest) returns (DeleteFsInfoResponse); } 2.2 metaserver.proto metaserver.proto /* * Copyright (c) 2020 NetEase Inc. * * Licensed under the Apache License, Version
    0 码力 | 15 页 | 80.33 KB | 6 月前
    3
  • pdf文档 Common Package Specification: Getting Build Tools to Talk to Each Other

    definition - Runtime - Conditionals - Editable packages - Protobuf modules and cross-building - CPS files location - Speeding adoption hints - Conclusions and next steps 3#include int main(void){ definition - Runtime - Conditionals - Editable packages - Protobuf modules and cross-building - CPS files location - Speeding adoption hints - Conclusions and next steps 13Implementation experience - definition - Runtime - Conditionals - Editable packages - Protobuf modules and cross-building - CPS files location - Speeding adoption hints - Conclusions and next steps 23ZLib { "includedirs": ["include"]
    0 码力 | 94 页 | 1.58 MB | 6 月前
    3
  • pdf文档 Peering Forward: C++'s Next Decade

    NOTE: CODE CORRECTED AFTER THE TALK47 namespace __proto { class Widget { int f(); void g(std::string); }; } consteval { interface(^^__proto::Widget); } class MyWidget : public Widget { public: interface(std::meta::info proto) { std::string_view name = identifier_of(proto); queue_injection(^^{ class \id(name) { public: \tokens(make_interface_functions(proto)) virtual ~\id(name)() AFTER THE TALK49 consteval auto make_interface_functions(info proto) -> info { info ret = ^^{}; for (info mem : members_of(proto)) { if (is_nonspecial_member_function(mem)) {
    0 码力 | 84 页 | 6.21 MB | 6 月前
    3
  • pdf文档 Comprehensive Rust(English) 202412

    4 Parcelables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 214 34.2.5 Sending Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215 35 Testing in Android 217 35.1 the root of your AOSP checkout. This will ensure that the Android build system sees the Android.bp files in src/android/. Ensure that adb sync works with your emulator or real device and pre-build all Android consists of a number of tools, of which the main ones are: • rustc: the Rust compiler which turns .rs files into binaries and other intermediate formats. • cargo: the Rust dependency manager and build tool
    0 码力 | 382 页 | 1.00 MB | 10 月前
    3
  • pdf文档 Using Modern C++ to Build XOffsetDatastructure

    process of translating a data structure or object state into a format that can be stored (e.g. files in secondary storage devices, data buffers in primary storage devices) or transmitted (e.g. data process of translating a data structure or object state into a format that can be stored (e.g. files in secondary storage devices, data buffers in primary storage devices) or transmitted (e.g. data Current Solutions • The 2 Categories • MessagePack, Protocol Buffers, etc. • FlatBuffers, Cap’n Proto, etc. • Input, Output, and Process. // To better understand these two categories of solutions,
    0 码力 | 111 页 | 3.03 MB | 6 月前
    3
  • pdf文档 Make Successor Build Systems: World Tour of Build Systems

    UBSan are incompatible with each others ❌Multiple builds and test runs Separate CMake toolchain files sanitize-ub.cmake : sanitize-address.cmake : set(SANITIZE_UNDEFINED TRUE CACHE BOOL "" FORCE) set(SANITIZE_THREAD TRUE CACHE BOOL "" FORCE)Multiple builds and test runs Separate CMake toolchain files sanitize-memory.cmake : sanitize-thread.cmake : set(SANITIZE_MEMORY TRUE CACHE BOOL "" FORCE) JOB_POOL_LINK link) 10 11 add_custom_target(protocgen 12 COMMAND protoc --cpp_out=./out server.proto 13 JOB_POOL codegen 14 SOURCES t ) 15Will it CMake? ... and linking ... set_property(GLOBAL PROPERTY
    0 码力 | 115 页 | 7.02 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.3.36 Programming Guide and Reference

    third-party developers. This Software Devel- opment Kit (SDK) contains all the documentation and interface files that are needed to write code that interacts with VirtualBox. 1.1 Modularity: the building blocks Visual Basic or C#), then you can use the COM/XPCOM API directly. VirtualBox comes with all necessary files and documentation to build fully functional COM applications. For an introduction, please see chapter VirtualBox also comes with WSDL files that describe the services provided by the web ser- vice. You can find these files in the sdk/bindings/webservice/ directory. These files are understood by the web service
    0 码力 | 376 页 | 1.99 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.3.12 Programming Guide and Reference

    third-party developers. This Software Devel- opment Kit (SDK) contains all the documentation and interface files that are needed to write code that interacts with VirtualBox. 1.1 Modularity: the building blocks Visual Basic or C#), then you can use the COM/XPCOM API directly. VirtualBox comes with all necessary files and documentation to build fully functional COM applications. For an introduction, please see chapter VirtualBox also comes with WSDL files that describe the services provided by the web ser- vice. You can find these files in the sdk/bindings/webservice/ directory. These files are understood by the web service
    0 码力 | 376 页 | 2.24 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.40 Programming Guide and Reference

    third-party developers. This Software Devel- opment Kit (SDK) contains all the documentation and interface files that are needed to write code that interacts with VirtualBox. 1.1 Modularity: the building blocks Visual Basic or C#), then you can use the COM/XPCOM API directly. VirtualBox comes with all necessary files and documentation to build fully functional COM applications. For an introduction, please see chapter VirtualBox also comes with WSDL files that describe the services provided by the web ser- vice. You can find these files in the sdk/bindings/webservice/ directory. These files are understood by the web service
    0 码力 | 422 页 | 2.45 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.12 Programming Guide and Reference

    third-party developers. This Software Devel- opment Kit (SDK) contains all the documentation and interface files that are needed to write code that interacts with VirtualBox. 1.1 Modularity: the building blocks Visual Basic or C#), then you can use the COM/XPCOM API directly. VirtualBox comes with all necessary files and documentation to build fully functional COM applications. For an introduction, please see chapter VirtualBox also comes with WSDL files that describe the services provided by the web ser- vice. You can find these files in the sdk/bindings/webservice/ directory. These files are understood by the web service
    0 码力 | 421 页 | 2.43 MB | 6 月前
    3
共 233 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 24
前往
页
相关搜索词
Curve文件系统文件系统数据Proto接口定义接口定义CommonPackageSpecificationGettingBuildToolstoTalkEachOtherPeeringForwardC++NextDecadeComprehensiveRustEnglish202412UsingModernXOffsetDatastructureMakeSuccessorSystemsWorldTourofOracleVMVirtualBox4.336ProgrammingGuideandReference125.240
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩