Devlive 开源社区 本次搜索耗时 1.395 秒,为您找到 770 个相关结果.
  • Tailwind CSS 间距和布局控制

    间距系统基础 1. 间距刻度 Tailwind CSS 提供了一个基于 0.25rem(4px)递增的间距系统: // tailwind.config.js 默认间距配置 module . exports = { theme : { spacing : { '0' : ...
  • Glue Data Catalog

    Syncing to Glue Data Catalog This document walks through the steps to register an Apache XTable™ (Incubating) synced table in Glue Data Catalog on AWS. Pre-requisites Source ta...
  • Tailwind CSS 颜色系统和主题定制

    颜色系统基础 1. 默认调色板 Tailwind CSS 提供了一套精心设计的默认颜色系统: // tailwind.config.js 默认颜色示例 module . exports = { theme : { colors : { // 灰度 ...
  • Metrics for Gobblin ETL

    1483 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...
  • Math

    1480 2024-06-04 《Ramda 0.8.0》
    add divide multiply product subtract sum modulo mathMod add Number → Number → Number Added in v0.1.0 Adds two values. See also subtract . R . add ( 2 , 3 ); ...
  • Query based

    1470 2025-03-24 《Apache Gobblin 0.17.0》
    Introduction Constructs QueryBasedSource QueryBasedExtractor build readRecord Configuration Introduction QueryBasedSource represents a category of sources whose data...
  • Math

    1467 2024-06-04 《Ramda 0.3.0》
    add divide multiply product subtract sum modulo mathMod add Number → Number → Number Added in v0.1.0 Adds two values. See also subtract . R . add ( 2 , 3 ); ...
  • Math

    1463 2024-06-04 《Ramda 0.12.0》
    add divide multiply product subtract sum modulo mathMod de inc negate add Number → Number → Number Added in v0.1.0 Adds two values. See also subtract . R . add (...
  • Development Roadmap

    Development Roadmap List of Features and Milestones Connector Implementation Status Event Store Implementation Status Development Roadmap The development roadmap of Apache Ev...
  • String

    1455 2024-06-05 《Ramda 0.2.3》
    match split match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array The list of matches or empty arr...