Devlive 开源社区 本次搜索耗时 0.554 秒,为您找到 1139 个相关结果.
  • Upgrade - Self-hosted

    1151 2024-06-16 《Coolify》
    A guide on how to upgrade the self-hosted version of Coolify. There are several ways to upgrade your Coolify instance. New versions are checked every 10 minutes. Automatic ...
  • Configuring SAM and Schema Registry Metadata Stores in MySQL

    Steps Steps Launch the MySQL monitor: mysql - u root - p Create the database for Schema Registry and SAM metastore: create database registry ; create database str...
  • 4.3 Access the document metadata in R code

    1139 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...
  • Debugging Kyuubi

    1138 2024-07-05 《Apache Kyuubi 1.9.1》
    Debugging Server Debugging Engine Flink Engine Trino Engine Hive Engine Debugging Apps Spark Engine Flink Engine You can use the Java Debug Wire Protocol to debug Kyuubi ...
  • Logic

    1136 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...
  • Prepared Statements

    1136 2024-06-24 《Apache AGE 0.6.0》
    Cypher Parameter Format Prepared Statements Preparation Prepared Statements Execution Cypher can run a read query within a Prepared Statement. When using parameters with stored...
  • Logic

    1128 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....
  • Mixed-Hive

    1128 2024-06-26 《Apache Amoro 0.6.1》
    Mixed-Hive format is a format that has better compatibility with Hive than Mixed-Iceberg format. Mixed-Hive format uses a Hive table as the BaseStore and an Iceberg table as the C...
  • 2. Monitoring Kyuubi - Server Metrics

    1124 2024-07-05 《Apache Kyuubi 1.9.1》
    Configurations Metrics Kyuubi has a configurable metrics system based on the Dropwizard Metrics Library . This allows users to report Kyuubi metrics to a variety of kyuubi.metri...
  • Chaining

    1123 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...