Devlive 开源社区 本次搜索耗时 1.207 秒,为您找到 1058 个相关结果.
  • Docker Integration

    1134 2025-03-19 《Apache Gobblin 0.17.0》
    Introduction Docker Docker Repositories Run the docker image with simple wikipedia jobs Use Gobblin Standalone on Docker for Kafka and HDFS Ingestion Run Gobblin as a Service ...
  • Tailwind CSS 社区生态建设

    本节将介绍如何参与 Tailwind CSS 社区生态建设,包括插件开发、组件贡献、文档建设等方面。 插件开发 插件基础结构 // plugins/myPlugin.js const plugin = require ( 'tailwindcss/plugin' ) module . exports = plugin ( func...
  • Logic

    1126 2024-06-05 《Ramda 0.10.0》
    and isEmpty not or cond ifElse allPass anyPass defaultTo and a → b → a | b Added in v0.1.0 Returns the first argument if it is falsy, otherwise the second argument. ...
  • Flink Connector

    1122 2025-03-12 《Apache Iceberg 1.8.1》
    Flink Connector Apache Flink supports creating Iceberg table directly without creating the explicit Flink catalog in Flink SQL. That means we can just create an iceberg table by s...
  • Features and Limitations

    Features and Limitations Features Apache XTable™ (Incubating) provides users with the ability to translate metadata from one table format to another. Apache XTable™ (Incubatin...
  • 7.2 Center section headings

    1117 2024-05-24 《R Markdown Cookbook》
    As an application of the methods mentioned in Section 7.1 , we can use CSS to adjust the alignment of headings. For example, you may center section headings of level 1, 2, and 3 w...
  • Metrics for Gobblin ETL

    1114 2025-03-26 《Apache Gobblin 0.17.0》
    Configuring Metrics and Event emission Operational Metrics Extractor Metrics Converter Metrics Fork Operator Metrics Row Level Policy Metrics Data Writer Metrics Runtime Eve...
  • Tailwind CSS 性能监控和优化

    性能监控和优化是确保 Tailwind CSS 项目高效运行的关键。本节将详细介绍如何实施性能监控和进行相应的优化。 性能指标监控 Web Vitals 监控 // utils/vitals.ts import { getCLS , getFID , getLCP , getTTFB , getFCP } from 'web...
  • Deployment

    1110 2025-03-12 《Apache Gobblin 0.17.0》
    Gobblin Execution Modes Overview One important feature of Gobblin is that it can be run on different platforms. Currently, Gobblin can run in standalone mode (which runs on a sing...
  • Tailwind CSS 新特性解析

    本节将详细介绍 Tailwind CSS 的最新特性及其实际应用,帮助开发者更好地利用这些新功能。 容器查询(Container Queries) 基础配置 // tailwind.config.js module . exports = { theme : { extend : { contain...