Devlive 开源社区 本次搜索耗时 0.431 秒,为您找到 872 个相关结果.
  • Cache API implementations

    1405 2025-03-15 《Redisson 3.45.0》
    Spring Cache Redisson provides various Spring Cache implementations. Each Cache instance has two important parameters: ttl and maxIdleTime . Data is stored infinitely if these se...
  • Metrics

    1398 2024-06-26 《Apache Amoro 0.6.1》
    Table metrics Self-optimizing metrics Amoro provides both table-level and platform-level metrics to help users understand the runtime status of the current table. Table metric...
  • Chaining

    1395 2024-05-25 《Lodash 1.3.1》
    _(value) Aliases Arguments Returns Example _.tap(value, interceptor) Arguments Returns Example _.prototype.toString() Returns Example _.prototype.valueOf() Aliases Ret...
  • 4.3 Access the document metadata in R code

    1379 2024-05-23 《R Markdown Cookbook》
    When an Rmd document is compiled, all of its metadata in the YAML section will be stored in the list object rmarkdown::metadata . For example, rmarkdown::metadata$title gives you...
  • Logic

    1377 2024-06-05 《Ramda 0.30.1》
    and isEmpty not or cond ifElse allPass anyPass defaultTo both complement either propSatisfies unless when pathSatisfies until xor isNotEmpty and a → b → a | b...
  • Using a local RedHat Satellite or Spacewalk repository

    Next Step Many Ambari users use RedHat Satellite or Spacewalk to manage Operating System repositories in their cluster. The general process to configure Ambari to work with your ...
  • Object

    1375 2024-06-05 《Ramda 0.1.1》
    clone values eqProps keys omit pick pickAll project prop props where clone {*} → {*} Parameters valueThe object or array to clone Returns * A deeply cloned copy...
  • Math

    1366 2024-06-04 《Ramda 0.4.0》
    clone values eqProps keys omit pick pickAll project prop props keysIn path valuesIn toPairs toPairsIn clone {*} → {*} Parameters valueThe object or array to c...
  • Relation

    1365 2024-06-05 《Ramda 0.1.1》
    countBy difference differenceWith unionWith union gt gte intersection lt lte max min propEq sortBy countBy (a → String) → [a] → {*} Parameters fnThe function u...
  • Object

    1363 2024-06-27 《Lodash 4.17.15》
    _.assign(object, [sources]) Since Arguments Returns Example _.assignIn(object, [sources]) Since Aliases Arguments Returns Example _.assignInWith(object, sources, [cust...