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

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

    2129 2024-06-05 《Ramda 0.7.0》
    countBy difference differenceWith unionWith union gt gte intersection lt lte max min propEq sortBy pathEq countBy (a → String) → [a] → {*} Parameters fnThe fu...
  • About the Authors

    2127 2024-05-09 《R Markdown Cookbook》
    Yihui typed out most of the words in this book, which is the only justification for him being the “first” author. Christophe has made substantial contribution to this book by help...
  • Flink Writes

    2123 2025-03-11 《Apache Iceberg 1.8.1》
    Flink Writes Iceberg support batch and streaming writes With Apache Flink ‘s DataStream API and Table API. Writing with SQL Iceberg support both INSERT INTO and INSERT OVERWRIT...
  • 变量管理

    背景介绍 创建变量 在Flink SQL中引用变量 在Flink JAR作业的args中引用变量 背景介绍 在实际生产环境中,Flink作业一般很复杂,会依赖多个外部组件,例如,从Kafka中消费数据时要从HBase或Redis中去获取相关数据,然后将关联好的数据写入到外部组件,这样的情况下会导致如下问题: Flink作业想要关联这些组件,需...
  • Yarn 队列管理

    背景介绍 如何创建Yarn队列 如何使用可用队列 该功能的相关条目 背景介绍 在实际的生产环境中,针对 Yarn 部署模式 , 用户通常需要输入 queue 或 queue &labels 来指定 yarn-application 模式下的 Flink 应用程序 或 yarn-session 模式下的 Flink 集群的配置。 在此过程中...
  • orm DTD/XSD

    2090 2024-05-25 《Apache JDO 3.2.1》
    JDO defines XML MetaData in jdo files as well as orm files. As always with XML, the metadata must match the defined DTD/XSD for that file type. This section describes the conten...
  • Hive Metastore

    Syncing to Hive Metastore This document walks through the steps to register an Apache XTable™ (Incubating) synced table on Hive Metastore (HMS). Pre-requisites Source table(s) ...
  • Tailwind CSS 移动端适配实践

    本节将详细介绍如何使用 Tailwind CSS 进行移动端适配,包括响应式设计、触摸交互优化、性能优化等方面。 基础配置 视口配置 <!-- public/index.html --> <meta name = "viewport" content = "width=device-width, initial-scale=1.0, max...
  • 10 Tables

    2078 2024-05-07 《R Markdown Cookbook》
    References Tables are one of the primary ways in which we can communicate results in a report. You may often desire to tweak their appearance to suit your particular needs. In th...