Devlive 开源社区 本次搜索耗时 0.251 秒,为您找到 1013 个相关结果.
  • 4.10 Numbered figure captions

    583 2024-05-23 《R Markdown Cookbook》
    References We can use bookdown (Xie 2023a ) output formats to add figure numbers to their captions. Below is an example: --- output : bookdown :: html_document2 --- ``...
  • Reliability

    Concurrent write operations Cost of retries Retry validation Compatibility Iceberg was designed to solve correctness problems that affect Hive tables running in S3. Hive tabl...
  • Product Interoperability

    Ambari 2.7.4 supports only HDP-3.1.4 and HDF-3.2.0 The Support Matrix tool provides information about: Operating Systems Databases Browsers JDK Use the following URL to det...
  • DataHub

    581 2024-06-30 《Apache Hudi 0.15.0》
    Configurations Example DataHub is a rich metadata platform that supports features like data discovery, data obeservability, federated governance, etc. Since Hudi 0.11.0, you c...
  • 任务定义

    批量任务定义 实时任务定义 批量任务定义 批量任务定义允许您在基于任务级别而不是在工作流中操作修改任务。再此之前,我们已经有了工作流级别的任务编辑器,你可以在工作流定义 单击特定的工作流,然后编辑任务的定义。当您想编辑特定的任务定义但不记得它属于哪个工作流时,这是令人沮丧的。所以我们决定在 任务 菜单下添加 任务定义 视图。 在该视图中,...
  • 4.12 Preserve a large number of line breaks

    580 2024-05-23 《R Markdown Cookbook》
    References Markdown users may be surprised to realize that whitespaces (including line breaks) are usually meaningless unless they are used in a verbatim environment (code blocks...
  • 4.13 Convert models to equations

    579 2024-05-23 《R Markdown Cookbook》
    References The equatiomatic package (Anderson, Heiss, and Sumners 2024 ) (https://github.com/datalorax/equatiomatic ) developed by Daniel Anderson et al. provides a convenient a...
  • Array

    579 2024-06-14 《Lodash 3.10.1》
    .chunk(array, [size=1]) Arguments Returns Example .compact(array) Arguments Returns Example .difference(array, [values]) Arguments Returns Example .drop(array, [n=1]) A...
  • Redshift

    Amazon Redshift 数据源参数 验证: Password 验证: IAM-accessKey 是否原生支持 Amazon Redshift 数据源参数 使用数据库服务器的用户名和密码验证。 数据源:选择 AZURE Redshift 数据源名称:输入数据源的名称 描述:输入数据源的描述 IP 主机名:输入连接 Redshift...
  • JVM 监控

    进程级监控 埋点方式 本讲介绍JVM监控相关知识。 进程级监控 Java类的程序,如果只是监控端口存活性,可以直接使用 Categraf 的 net_response 插件,如果只是监控进程存活性,以及进程的CPU、内存等使用率,这个和C的程序、Go的程序没有本质区别,使用 Categraf 的 procstat 插件。 procstat 插...