Devlive 开源社区 本次搜索耗时 0.484 秒,为您找到 485 个相关结果.
  • 第二节:代码查看页 - 语法高亮与行号实现

    学习目标 页面分析 实现步骤 第1步:准备HTML骨架与Tailwind配置 第2步:实现文件路径导航 第3步:实现文件操作栏 第4步:实现代码查看区 第5步:添加更多代码行和文件底部信息 第6步:实现文件底部信息 关键样式技术点解析 1. 代码行与行号的实现 2. 行高亮实现 3. 语法高亮集成 4. 响应式导航与操作按钮 5. ...
  • Flink Configuration

    1380 2025-03-12 《Apache Iceberg 1.8.1》
    Flink Configuration Catalog Configuration A catalog is created and named by executing the following query (replace <catalog_name> with your catalog name and <config_key> =<confi...
  • Camus to Gobblin Migration

    1349 2025-03-26 《Apache Gobblin 0.17.0》
    Advantages of Migrating to Gobblin Kafka Ingestion Related Job Config Properties Config properties for pulling Kafka topics Config properties for compaction Deployment and Chec...
  • Metrics Reporting

    1331 2025-03-10 《Apache Iceberg 1.8.1》
    Metrics Reporting As of 1.1.0 Iceberg supports the MetricsReporter and the MetricsReport APIs. These two APIs allow expressing different metrics reports while supporting a plu...
  • OOP Style

    1327 2024-06-07 《Underscore.js 1.13.6》
    You can use Underscore in either an object-oriented or a functional style, depending on your preference. The following two lines of code are identical ways to double a list of num...
  • Source schema and Converters

    1296 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...
  • CloudEvents Integration

    CloudEvents Integration Introduction Requirements Functional Requirements Performance Requirements Design Details Pluggable Protocols Process of CloudEvents under EventMesh Fo...
  • Web Session Management

    1281 2025-03-15 《Redisson 3.45.0》
    Tomcat Session Redisson implements Redis or Valkey based Tomcat Session Manager. It stores session of Apache Tomcat in Redis or Valkey and allows to distribute requests across a ...
  • Partitioning

    1270 2025-03-10 《Apache Iceberg 1.8.1》
    Partitioning What is partitioning? Partitioning is a way to make queries faster by grouping similar rows together when writing. For example, queries for log entries from a logs ...
  • Evolution

    1258 2025-03-10 《Apache Iceberg 1.8.1》
    Evolution Iceberg supports in-place table evolution . You can evolve a table schema just like SQL — even in nested structures — or change partition layout when data volume chang...