Devlive 开源社区 本次搜索耗时 1.615 秒,为您找到 1011 个相关结果.
  • Gobblin on Yarn

    Introduction Architecture Overview The Role of Apache Helix Gobblin Yarn Application Launcher YarnAppSecurityManager LogCopier Gobblin ApplicationMaster YarnService GobblinH...
  • Tailwind CSS 与前端框架的集成

    Tailwind CSS 可以与各种现代前端框架完美配合。本节将详细介绍如何将 Tailwind CSS 集成到 React、Vue 和 Angular 等主流框架中,并介绍相关的最佳实践。 React 集成 基础配置 # 创建 React 项目 npx create - react - app my - app -- template type...
  • Java API

    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...
  • Tailwind CSS 组件库开发实战

    开发一个基于 Tailwind CSS 的组件库不仅能提高团队开发效率,还能确保产品的设计一致性。本节将详细介绍如何从零开始构建一个专业的组件库。 !!! note 我们使用 React 来做项目相关的演示。 !!! 项目初始化 基础配置 # 创建项目 mkdir my - component - library cd my - co...
  • Configuration Glossary

    Table of Contents Properties File Format Creating a Basic Properties File Job Launcher Properties Common Job Launcher Properties SchedulerDaemon Properties CliMRJobLauncher Pr...
  • Tailwind CSS 开发环境搭建和工具链配置

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

    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 ...
  • Tailwind CSS 浏览器兼容性处理

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

    本节将为您提供丰富的 Tailwind CSS 学习资源,帮助您进一步提升技能和知识。 官方资源 官方文档阅读指南 // 文档学习路径 const learningPath = { beginner : [ { title : '安装配置' , topics : [ ...
  • Writes

    Spark Writes To use Iceberg in Spark, first configure Spark catalogs . Some plans are only available when using Iceberg SQL extensions in Spark 3. Iceberg uses Apache Spark’s D...