Devlive 开源社区 本次搜索耗时 0.135 秒,为您找到 1726 个相关结果.
  • List

    4182 2024-06-05 《Ramda 0.29.2》
    all any append concat drop zipWith zip xprod uniq filter find flatten head indexOf join lastIndexOf map nth pluck prepend range reduce reduceRight reject re...
  • SNMP

    switch_legacy snmp 监控网络设备,主要是通过 SNMP 协议,Categraf、Telegraf、Datadog-Agent、snmp_exporter 都提供了这个能力。 switch_legacy Categraf 提供了一个网络设备的采集插件:switch_legacy,在 conf/input.switch_legacy ...
  • 4.7 Cross-referencing within documents

    4178 2024-05-10 《R Markdown Cookbook》
    References Cross-referencing is a useful way of directing your readers through your document, and can be automatically done within R Markdown. While this has been explained in Ch...
  • Dell

    4178 2024-06-29 《Apache Iceberg 1.5.2》
    Dell ECS Integration Parameters Spark Flink Limitations Dell ECS Integration Iceberg can be used with Dell’s Enterprise Object Storage (ECS) by using the ECS catalog since 0...
  • GitHub 趋势日报 (2025年05月04日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 C++ C Rust Go Java Lua TypeScript PHP Vim Script Swift Dart Ruby MDX PowerShell Kotlin Python HTML Markdown JavaScript Jupyter Not...
  • Configure Kyuubi to use Kerberos Authentication

    4175 2024-07-05 《Apache Kyuubi 1.9.1》
    Kerberos Overview Enable Kerberos Authentication Create a Kerberos principal and keytab Enable Hadoop Impersonation # Configure the authentication properties Refresh all th...
  • Objects

    4172 2024-05-25 《Lodash 2.4.2》
    _.assign(object, [source], [callback], [thisArg]) Aliases Arguments Returns Example _.clone(value, [isDeep=false], [callback], [thisArg]) Arguments Returns Example _.clone...
  • Function

    4169 2024-06-02 《Ramda 0.18.0》
    always comparator compose construct curry useWith flip groupBy identity invoker nAry once pipe tap binary unary ap empty of constructN converge curryN __ bin...
  • 表格

    4168 2024-05-26 《Markdown 中文版》
    Markdown 表格 语法格式如下: 对齐方式 其他技巧 Markdown 表格 Markdown 制作表格使用 | 来分隔不同的单元格,使用 - 来分隔表头和其他行。 语法格式如下: | 表头 | 表头 | | ---- | ---- | | 单元格 | 单元格 ...
  • 文件参数传递

    文件参数 使用方式 配置文件参数 输出文件给下游任务 获取上游任务的文件 其他 备注 样例 文件参数 通过配置文件参数,在同一工作流实例中,可以将上游任务工作目录下的文件(或文件夹,下统一以文件 代替)传递给下游任务。 如以下场景可能使用到 在ETL任务中,将多个上游任务处理好的数据文件一起传递给特定的下游任务。 在机器学习场景中,将...