Devlive 开源社区 本次搜索耗时 1.396 秒,为您找到 923 个相关结果.
  • Tailwind CSS 移动端适配实践

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

    Table of Contents Properties File Format Creating a Basic Properties File Job Launcher Properties Common Job Launcher Properties SchedulerDaemon Properties CliMRJobLauncher Pr...
  • 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 可以与各种现代前端框架完美配合。本节将详细介绍如何将 Tailwind CSS 集成到 React、Vue 和 Angular 等主流框架中,并介绍相关的最佳实践。 React 集成 基础配置 # 创建 React 项目 npx create - react - app my - app -- template type...
  • 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 ...
  • 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...
  • Introduction

    Documentation Apache Iceberg is an open table format for huge analytic datasets. Iceberg adds tables to compute engines including Spark, Trino, PrestoDB, Flink, Hive and Impala u...
  • Configuration

    Configuration Table properties Iceberg tables support table properties to configure table behavior, like the default split size for readers. Read properties Property Defaul...
  • Maintenance

    Maintenance Maintenance operations require the Table instance. Please refer Java API quickstart page to refer how to load an existing table. Recommended Maintenance Expire...