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

无数据

分类

全部综合其他(4)KiCad(3)后端开发(1)数据库(1)系统运维(1)TiDB(1)Rust(1)Krita(1)存储(1)

语言

全部日语(7)

格式

全部PDF文档 PDF(6)其他文档 其他(1)
 
本次搜索耗时 0.065 秒,为您找到相关结果约 7 个.
  • 全部
  • 综合其他
  • KiCad
  • 后端开发
  • 数据库
  • 系统运维
  • TiDB
  • Rust
  • Krita
  • 存储
  • 全部
  • 日语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 CurveBS IO Processing Flow

    architecture, data organization and topology structure of CURVE. CurveBS uses the central node Metadata Server (MDS) to manage virtual disk mapping and data replicas distribution. Decentralization strong in most cases. The CurveBS core consists of three parts: 1. Metadata Server (MDS) l Manages and stores metadata information and persists the data in ETCD l Collect cluster status and interfaces for upper-layer applications l Interacts with MDS to add, delete, modify, and query metadata l Interacts with the chunkServer to read and write data 4. Snapshotcloneserver l Independent
    0 码力 | 13 页 | 2.03 MB | 6 月前
    3
  • pdf文档 RDBMSとNoSQLのメリットを併せ持つクラウドネイティブなNewSQLデータベース 「TiDB」をKubernetesで動かしてみよう!

    2022 Online/Spring 39 TidbCluster の定義の仕方 apiVersion: pingcap.com/v1alpha1 kind: TidbCluster metadata: name: tidb-test spec: version: v5.2.2 pd: baseImage: pingcap/pd replicas: 3 2022 Online/Spring 40 TidbCluster の定義の仕方 apiVersion: pingcap.com/v1alpha1 kind: TidbCluster metadata: name: tidb-test spec: version: v5.2.2 pd: baseImage: pingcap/pd replicas: 3 schedulerName を設定してあげることで一括 で設定することができます apiVersion: pingcap.com/v1alpha1 kind: TidbCluster metadata: name: sample spec: version: v5.2.2 schedulerName: tidb-scheduler pd: ... TidbCluster
    0 码力 | 71 页 | 6.65 MB | 1 年前
    3
  • epub文档 Krita 5.2 マニュアル

    better compression, but these also take more resources while encoding. Metadata Store document metadata. Whether to store any metadata at all. You can individually toggle Exif, IPTC and XMP. Anonymizer Organize and quickly access their pages. Export to multiple formats with proper metadata. Random suggestions for metadata to avoid spending time on finding the perfect title before starting the project Mode should now enable. Toggle it. click HDR Metadata to configure the HDR metadata (options described below). finally, when done, click 'OK'. HDR Metadata This is in the render animation screen. It
    0 码力 | 1591 页 | 79.16 MB | 1 年前
    3
  • pdf文档 KiCad 8.0 PCB Editor

    3D models are external files that footprints can link to; they are not embedded in footprints. Metadata associated with the footprint. Footprints in KiCad are organized into footprint libraries, which on a set of parameters. Editing footprint properties Footprints have a number of properties and metadata items that can be defined. These include text fields, attributes that can be set or not (such as files as well as other exports, such as STEP files. Additionally, the footprint type is included as metadata in IPC-2581 exports. Footprint 3D models can be shown and hidden in the 3D viewer based on their
    0 码力 | 204 页 | 6.90 MB | 1 年前
    3
  • pdf文档 Comprehensive Rust(日语) 202412

    は、必須のメソッド eq と指定されたメソッド ne を持つ部分的な等価関係です。== 演 算子と != 演算子は、これらのメソッドを呼び出します。 struct Key { id: u32, metadata: Option, } impl PartialEq for Key { fn eq(&self, other: &Self) -> bool { self.id == other は全順序を示し、cmp は Ordering を返します。 PartialEq は異なる型の間で実装できますが、Eq は反射的であるため、実装できません。 struct Key { id: u32, metadata: Option, } impl PartialEq for Key { fn eq(&self, other: &u32) -> bool { self.id parts: &mut MultiBuf) -> u64; fn tag(self: Pin<&mut BlobstoreClient>, blobid: u64, tag: &str); fn metadata(&self, blobid: u64) -> BlobMetadata; } } • ブリッジは通常、クレート内の ffi モジュールで宣言します。 • ブリッジ モジュールで行われた宣言から、CXX
    0 码力 | 381 页 | 1.36 MB | 10 月前
    3
  • pdf文档 KiCad 8.0 イントロダクション

    template is simply a directory containing the template project files, as well as some required metadata for the template in a subdirectory named meta . The name of the directory containing the template
    0 码力 | 25 页 | 705.63 KB | 1 年前
    3
  • pdf文档 KiCad 8.0 ことはじめ

    Generate Bill of Materials… . 19 KiCad 8.0 has a GUI for BOM export. You can configure which symbol metadata will be exported, and how the symbols are grouped, in the Edit tab, and configure the output format
    0 码力 | 53 页 | 2.34 MB | 1 年前
    3
共 7 条
  • 1
前往
页
相关搜索词
CurveBSIOProcessingFlowRDBMSNoSQLNewSQLTiDBKubernetesKrita5.2KiCad8.0PCBEditorComprehensiveRust日语202412
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩