Devlive 开源社区 本次搜索耗时 0.494 秒,为您找到 633 个相关结果.
  • Writing ORC Data

    1181 2025-03-25 《Apache Gobblin 0.17.0》
    Introduction Hive SerDe Integration Writing to an ORC File Data Flow Extending Gobblin’s SerDe Integration Introduction Gobblin is capable of writing data to ORC files by le...
  • 第三节:Commit历史页 - 时间线与变更记录

    学习目标 页面分析 实现步骤 第1步:准备HTML骨架与Tailwind配置 第2步:实现提交历史过滤器 第3步:实现提交时间线 第4步:实现分页控制器 关键样式技术点解析 1. 时间线样式实现 2. 提交类型视觉区分 3. 变更统计数据的视觉表示 4. 分支标签实现 5. 响应式布局实现 常见问题与解决方案 扩展与练习建议 练习...
  • Trigonometric Functions

    1174 2024-06-24 《Apache AGE 0.6.0》
    degrees radians pi sin cos tan Cot asin acos atan atan2 degrees degrees() converts radians to degrees. Syntax: degrees(expression) Returns: An agtype float . ...
  • EventMesh Schema Registry (OpenSchema)

    EventMesh Schema Registry (OpenSchema) Overview of Schema and Schema Registry Schema Schema Registry Comparison of Schema Registry in Different Projects Overview of OpenSchema ...
  • Tailwind CSS 响应式导航栏实现

    导航栏是几乎所有网站都必备的组件,一个好的响应式导航栏需要在不同设备上都能提供出色的用户体验。本节将介绍如何使用 Tailwind CSS 实现功能完善的响应式导航栏。 基础导航栏结构 桌面端导航 <nav class = "bg-white shadow" > <div class = "max-w-7xl mx-auto px-4...
  • Tailwind CSS 电商网站开发

    本节将介绍如何使用 Tailwind CSS 开发一个现代化的电商网站,包括商品展示、购物车、结算流程等核心功能的实现。 商品列表 商品卡片组件 // components/ProductCard.tsx interface ProductCardProps { product : { id : string ;...
  • Google BigQuery

    Querying from Google BigQuery Iceberg tables To read an Apache XTable™ (Incubating) synced Iceberg table from BigQuery , you have two options: Using Iceberg JSON metadata file ...
  • Gobblin Metrics Performance

    1088 2025-03-26 《Apache Gobblin 0.17.0》
    Generalities How to interpret these numbers What if I need larger QPS? Update Metrics Performance Multiple metric updates per iteration Multi-threading Running Performance Tes...
  • Template

    1048 2025-03-19 《Apache Gobblin 0.17.0》
    Overview How to Use Templates Available Templates How to Create Your Own Template How does Template Work in Gobblin Overview The job configuration template is implemented fo...
  • Pipelining

    1042 2025-03-15 《Redisson 3.45.0》
    Multiple commands can be sent in a batch using RBatch object in a single network call. Command batches allows to reduce the overall execution time of a group of commands. In Redis...