Devlive 开源社区 本次搜索耗时 0.281 秒,为您找到 1316 个相关结果.
  • Java API

    2625 2025-03-12 《Apache Iceberg 1.8.1》
    Iceberg Java API Tables The main purpose of the Iceberg API is to manage table metadata, like schema, partition spec, metadata, and data files that store table data. Table metad...
  • Relation

    2621 2024-06-05 《Ramda 0.14.0》
    countBy difference differenceWith unionWith union gt gte intersection lt lte max min propEq sortBy pathEq maxBy minBy countBy (a → String) → [a] → {*} Paramet...
  • Team & member Management

    User Management Team Management Role Management Member Management User Management ADMIN can select the user type when creating or modifying a user. There are two user types: ...
  • Tailwind CSS 浏览器兼容性处理

    在开发现代 Web 应用时,处理好浏览器兼容性问题至关重要。本节将详细介绍如何在使用 Tailwind CSS 时处理各种浏览器兼容性问题。 基础配置 PostCSS 配置 // postcss.config.js module . exports = { plugins : [ 'tailwindcss' , ...
  • Observability

    2616 2025-03-15 《Redisson 3.45.0》
    Metrics This feature is available only in Redisson PRO Monitoring systems integration Redisson provides integration the most popular monitoring systems through Micrometer fram...
  • Configuration

    2615 2025-03-11 《Apache Iceberg 1.8.1》
    Spark Configuration Catalogs Spark adds an API to plug in table catalogs that are used to load, create, and manage Iceberg tables. Spark catalogs are configured by setting Spark ...
  • Oracle Prerequisite

    Due to limitations in Amazon RDS , the Ranger database user and tablespace must be created manually and the required privileges must be manually granted to the Ranger database use...
  • 安装后切换到 Oracle 数据库

    关于此任务 条件 步骤 关于此任务 如果在执行初始 HDF 安装或升级后想要将 Oracle 数据库与 SAM 或架构注册表一起使用,则可以切换到 Oracle 数据库。支持 Oracle 数据库 12c 和 11g 第 2 版 条件 您已安装并配置了 Oracle 数据库。 步骤 登录 Ambari Server 并关闭 SAM ...
  • Tailwind CSS 开发环境搭建和工具链配置

    1. 必备环境准备 Node.js (v14.0.0 或更高版本) npm 或 yarn 包管理器 代码编辑器(推荐 VS Code) 2. 项目初始化方式 方式一:在新项目中使用 # 创建项目目录 mkdir my - tailwind - project cd my - tailwind - project # 初始化 pack...
  • Operators

    2582 2024-06-24 《Apache AGE 0.6.0》
    String Specific Comparison Operators Data Setup Starts With Contains Ends With Regular Expressions Basic String Matching Case insensitive search The . Wildcard The * Wildcar...