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

无数据

分类

全部后端开发(140)Julia(87)Python(32)Rust(12)Conda(12)其它语言(4)Go(2)Java(1)C++(1)Pascal(1)

语言

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

格式

全部PDF文档 PDF(139)PPT文档 PPT(1)
 
本次搜索耗时 0.114 秒,为您找到相关结果约 140 个.
  • 全部
  • 后端开发
  • Julia
  • Python
  • Rust
  • Conda
  • 其它语言
  • Go
  • Java
  • C++
  • Pascal
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 韩语
  • 西班牙语
  • 日语
  • 葡萄牙语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Linux Docker Mess

    息。在 Linux 中,元数据中的 inode 号(inode 是文件元数据的一部分但其并不包含文件名,inode 号即索引节点号)才是文件的唯一标识而非文件名。文件名仅是为了方便人们的记忆和 使用,系统或程序通过 inode 号寻找正确的文件数据块。 Architecture File System 硬链接和软链接 在 Linux 系统中查看 inode 号可使用命令 stat 或 ls –i –i 使用命令 mv 移动并重命名文件,其结果不影响文件的用户数据及 inode 号 Architecture File System 硬链接和软链接 为解决文件的共享,Linux引入2种链接:硬链接和软链接。 n 若一个inode号对应多个文件名,则称这些文件为硬链接,使用ln创建; n 软链接与硬链接不同,若文件用户数据块中存放的内容是另一文件的路径名 的指向,则该文件就是软连接,使用ln 的指向,则该文件就是软连接,使用ln –s创建; n 软链接就是一个普通文件,只是数据块内容有点特殊,软链接有着自己的 inode 号以及用户数据块。 Architecture Applications 标准的Linux系统(Linux发行版)一般都有一套称为应用程序集,它包括文本 编辑器、编程语言、X Window、办公套件、Internet工具和数据库等。 知乎:Vim 和 Emacs 到底哪个更牛逼一点?
    0 码力 | 77 页 | 7.40 MB | 1 年前
    3
  • pdf文档 Reference guide for RTL units. Document version 3.2.2

    UnixType.dev_t Device descriptor type. gid_t = UnixType.gid_t Group ID type. ino_t = UnixType.ino_t Inode type. kernel_gid_t = cuint kernel_gid_t may differ from the libc type used to describe group IDs kernel_uid_t may differ from the libc type used to describe user IDs. mode_t = UnixType.mode_t Inode mode type. nlink_t = UnixType.nlink_t Number of links type. off_t = UnixType.off_t Offset type writeln ; writeln ( ' Result of f s t a t on f i l e ' ' t e s t . f i l ' ' . ' ) ; writeln ( ' Inode : ' , i n f o . st_ino ) ; writeln ( 'Mode : ' , i n f o . st_mode ) ; writeln ( ' n l i n k : '
    0 码力 | 2191 页 | 4.93 MB | 1 年前
    3
  • pdf文档 NSQ - 陈冶

    Length Data Length Data Length DiskQueue 磁盘多个数据⽂件的作⽤ • 过期磁盘⽂件清理的最⼩单位 • 错误异常忽略的最⼩单位 • ⽂件过⼤会造成inode读取效率差 DiskQueue ioLoop select DataRead ReadChan WriteChan DataWrite readOne() writeOne(DataWrite)
    0 码力 | 37 页 | 2.49 MB | 1 年前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - Zeno 中的现代 C++ 最佳实践

    eno2 • Zeno 1.0 所在的分支: https://github.com/zenustech/zeno/ Zeno 中的基本类型 • IObject 一切对象的公共基类。 • INode 一切节点的公共基类。 多态的经典案例 • IObject 具有一个 eatFood 纯虚函数,而 CatObject 和 DogObject 继承自 IObject ,他 们实现了 eatFood
    0 码力 | 54 页 | 3.94 MB | 1 年前
    3
  • pdf文档 Comprehensive Rust(Ukrainian) 202412

    // Дивіться https://github.com/rust-lang/libc/issues/414 та розділ про // _DARWIN_FEATURE_64_BIT_INODE у man-сторінці macOS про stat(2). // // "Платформи, які існували до виходу цих оновлень" відносяться // Дивіться https://github.com/rust-lang/libc/issues/414 та розділ про // _DARWIN_FEATURE_64_BIT_INODE у man-сторінці macOS про stat(2). // // "Платформи, які існували до виходу цих оновлень" відносяться
    0 码力 | 396 页 | 1.08 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust(Persian ) 202412

    See https://github.com/rust-lang/libc/issues/414 and the section on / / _ DARWIN_FEATURE_64_BIT_INODE in the macOS man page for stat(2 ( . / / / / " Platforms that existed before these updates were See https://github.com/rust-lang/libc/issues/414 and the section on / / _ DARWIN_FEATURE_64_BIT_INODE in the macOS man page for stat(2 ( . / / / / " Platforms that existed before these updates were
    0 码力 | 393 页 | 987.97 KB | 10 月前
    3
  • pdf文档 Comprehensive Rust(English) 202412

    // See https://github.com/rust-lang/libc/issues/414 and the section on // _DARWIN_FEATURE_64_BIT_INODE in the macOS man page for stat(2). // // "Platforms that existed before these updates were available" // See https://github.com/rust-lang/libc/issues/414 and the section on // _DARWIN_FEATURE_64_BIT_INODE in the macOS man page for stat(2). // // "Platforms that existed before these updates were available"
    0 码力 | 382 页 | 1.00 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust ?

    // See https://github.com/rust-lang/libc/issues/414 and the section on // _DARWIN_FEATURE_64_BIT_INODE in the macOS man page for stat(2). // // "Platforms that existed before these updates were available" // See https://github.com/rust-lang/libc/issues/414 and the section on // _DARWIN_FEATURE_64_BIT_INODE in the macOS man page for stat(2). // // "Platforms that existed before these updates were available"
    0 码力 | 378 页 | 1009.46 KB | 1 年前
    3
  • pdf文档 Comprehensive Rust(简体中文) 202412

    // See https://github.com/rust-lang/libc/issues/414 and the section on // _DARWIN_FEATURE_64_BIT_INODE in the macOS man page for stat(2). // // "Platforms that existed before these updates were available" // See https://github.com/rust-lang/libc/issues/414 and the section on // _DARWIN_FEATURE_64_BIT_INODE in the macOS man page for stat(2). // // "Platforms that existed before these updates were available"
    0 码力 | 359 页 | 1.33 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust(Español) 202412

    Consulta https://github.com/rust-lang/libc/issues/414 y la sección sobre // _DARWIN_FEATURE_64_BIT_INODE en la página del manual de macOS de stat(2). // // " Las plataformas que existían antes de que estas Consulta https://github.com/rust-lang/libc/issues/414 y la sección sobre // _DARWIN_FEATURE_64_BIT_INODE en la página del manual de macOS de stat(2). // // " Las plataformas que existían antes de que estas
    0 码力 | 389 页 | 1.04 MB | 10 月前
    3
共 140 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 14
前往
页
相关搜索词
LinuxDockerMesspdfReferenceguideforRTLunitsDocumentversion3.2NSQ陈冶C++高性性能高性能并行编程优化课件ComprehensiveRustUkrainian202412PersianEnglish简体中文简体中文Espaol
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩