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

    1382 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...
  • 4.3 Access the document metadata in R code

    1377 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

    1369 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...
  • Specifying an Oracle Database to Use with SAM and Schema Registry

    About This Task Prerequisites Steps About This Task You may use an Oracle database with SAM and Schema Registry. Oracle databases 12c and 11g Release 2 are supported Prerequ...
  • Math

    1362 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...
  • Object

    1362 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...
  • Object

    1360 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...
  • 6 LaTeX Output

    1359 2024-05-07 《R Markdown Cookbook》
    For many authors, the main output of their work will be the PDF report, in which case they can utilize the powerful styling of LaTeX. In this chapter, we discuss approaches that c...
  • Configure Druid and Superset Metadata Stores in Postgres

    About This Task Steps About This Task Druid and Superset require a relational data store to store metadata. To use Postgres for this, install Postgres and create a database fo...
  • Logic

    1344 2024-06-05 《Ramda 0.24.0》
    and isEmpty not or cond ifElse allPass anyPass defaultTo both complement either propSatisfies unless when pathSatisfies until and a → b → a | b Added in v0.1....