Devlive 开源社区 本次搜索耗时 0.759 秒,为您找到 151 个相关结果.
  • Kafka-HDFS Ingestion

    1067 2025-03-18 《Apache Gobblin 0.17.0》
    Getting Started Standalone MapReduce Job Constructs Source and Extractor Writer and Publisher Job Config Properties Metrics and Events Task Level Metrics Task Level Events ...
  • Tailwind CSS 组件库开发实战

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

    1019 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...
  • Config Management

    Introduction Dataset Config Management Requirement Data Model Versioning Client library Config Store Current Dataset Config Management Implementation Data model Client appli...
  • Java Quickstart

    Java API Quickstart Create a table Tables are created using either a Catalog or an implementation of the Tables interface. Using a Hive catalog The Hive catalog connects to...
  • FAQs

    Gobblin General Questions What is Gobblin? What programming languages does Gobblin support? Does Gobblin require any external software to be installed? What Hadoop versions can ...
  • Retention

    Introduction Design Overview of Gobblin Config Management Library Retention Constructs DatasetCleaner DatasetFinder ManagedCleanableDatasetFinder ConfigurableCleanableDataset ...
  • Branching and Tagging

    Branching and Tagging Overview Iceberg table metadata maintains a snapshot log, which represents the changes applied to a table. Snapshots are fundamental in Iceberg as they are ...
  • Tailwind CSS 团队协作规范

    在团队开发中使用 Tailwind CSS,需要建立统一的开发规范和工作流程,以确保代码质量和开发效率。本节将详细介绍团队协作中的各项规范和最佳实践。 开发规范 命名规范 // 组件命名规范 const Button : React . FC = () => { return ( < button ...
  • 第四节: 搜索结果页 - 过滤器与搜索条

    学习目标 页面分析 分步实现过程 第一步:创建基础HTML结构 第二步:实现导航栏 第三步:实现搜索头部区域 第四步:创建主内容区域布局 第五步:实现左侧过滤器面板 第六步:实现结果控制和排序选项 第七步:添加页脚 关键样式技术点解析 1. 响应式设计实现 2. 精确间距控制 3. 悬停状态处理 4. 自定义颜色配置 5. 组状态...