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

    1689 2024-06-13 《SpotBugs 4.8.5》
    Annotations edu.umd.cs.findbugs.annotations.CheckForNull edu.umd.cs.findbugs.annotations.CheckReturnValue edu.umd.cs.findbugs.annotations.CleanupObligation edu.umd.cs.findbugs.a...
  • 4.11 Combine words into a comma-separated phrase

    1686 2024-05-10 《R Markdown Cookbook》
    When you want to output a character vector for humans to read (e.g., x <- c("apple", "banana", "cherry") ), you probably do not want something like [1] "apple" "banana" "cherry" ,...
  • Maintenance

    1684 2025-03-10 《Apache Iceberg 1.8.1》
    Maintenance Maintenance operations require the Table instance. Please refer Java API quickstart page to refer how to load an existing table. Recommended Maintenance Expire...
  • Logic

    1669 2024-06-05 《Ramda 0.30.0》
    and isEmpty not or cond ifElse allPass anyPass defaultTo both complement either propSatisfies unless when pathSatisfies until xor isNotEmpty and a → b → a | b...
  • Fork Operator

    1661 2025-03-18 《Apache Gobblin 0.17.0》
    Overview of the ForkOperator Using the ForkOperator Basics of Usage Per-Fork Configuration Failure Semantics Performance Tuning Comparison with PartitionedDataWriter Writing...
  • Logic

    1638 2024-06-05 《Ramda 0.27.1》
    and isEmpty not or cond ifElse allPass anyPass defaultTo both complement either propSatisfies unless when pathSatisfies until xor and a → b → a | b Added in ...
  • Java API

    1636 2025-03-12 《Apache Iceberg 1.8.1》
    Iceberg Java API Tables The main purpose of the Iceberg API is to manage table metadata, like schema, partition spec, metadata, and data files that store table data. Table metad...
  • Distributed objects

    1625 2025-03-14 《Redisson 3.45.0》
    Object holder Java implementation of Redis or Valkey based RBucket object is a holder for any type of object. Size is limited to 512Mb. Code example: RBucket < AnyObject > buc...
  • Logic

    1610 2024-06-05 《Ramda 0.14.0》
    and isEmpty not or cond ifElse allPass anyPass defaultTo both complement either and a → b → a | b Added in v0.1.0 Returns the first argument if it is falsy, other...
  • 6.6 LaTeX sub-figures

    1608 2024-05-24 《R Markdown Cookbook》
    Sometimes you may want to include multiple images in a single figure environment. Sub-figures allow us to achieve this by arranging multiple images within a single environment and...