Devlive 开源社区 本次搜索耗时 3.790 秒,为您找到 151 个相关结果.
  • 4.3 Access the document metadata in R code

    1782 2024-05-23 《R Markdown Cookbook》
    When an Rmd document is compiled, all of its metadata in the YAML section will be stored in the list object rmarkdown::metadata . For example, rmarkdown::metadata$title gives you...
  • Tailwind CSS 组件库开发实战

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

    1643 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

    1583 2025-03-19 《Apache Gobblin 0.17.0》
    Introduction Dataset Config Management Requirement Data Model Versioning Client library Config Store Current Dataset Config Management Implementation Data model Client appli...
  • FAQs

    1555 2025-03-19 《Apache Gobblin 0.17.0》
    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 ...
  • Java Quickstart

    1536 2025-03-11 《Apache Iceberg 1.8.1》
    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...
  • Branching and Tagging

    1525 2025-03-10 《Apache Iceberg 1.8.1》
    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 ...
  • Retention

    1447 2025-03-25 《Apache Gobblin 0.17.0》
    Introduction Design Overview of Gobblin Config Management Library Retention Constructs DatasetCleaner DatasetFinder ManagedCleanableDatasetFinder ConfigurableCleanableDataset ...
  • 第四节: 搜索结果页 - 过滤器与搜索条

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

    1242 2025-03-19 《Apache Gobblin 0.17.0》
    Source schema Converters Converters available in Gobblin Schema specification Supported data types by different converters Primitive types Complex types Array Map Record En...