Devlive 开源社区 本次搜索耗时 0.473 秒,为您找到 633 个相关结果.
  • API Document

    API文档在哪里? 快速查看 查看自己的API文档 生成API文档 Answer 使用swagger自动生成API文档。 Swagger可以以友好的方式展示API文档,也可以提供一种便捷的方式来测试API。 API文档在哪里? 快速查看 如果您想快速查看API文档,可以访问以下链接: https://meta.answer.dev/swagg...
  • GitHub 趋势日报 (2025年05月27日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 PHP Rust Vim Script HTML C++ Jupyter Notebook Dart Python Swift C Java Ruby PowerShell JavaScript Lua Nextflow Dockerfile Tree-sitte...
  • Gobblin Metrics Architecture

    1762 2025-03-26 《Apache Gobblin 0.17.0》
    Metric Context Metrics Events Event Submitter Reporters RecursiveScheduleMetricReporter EventReporter Metric Context Metric contexts are organized hierarchically in a tr...
  • Getting Started

    1760 2025-03-12 《Apache Gobblin 0.17.0》
    Introduction Getting a Gobblin Release Building a Distribution Run Your First Job Steps Running Gobblin as a Daemon Preliminary Steps Other Example Jobs Introduction Thi...
  • Hive Metastore

    Syncing to Hive Metastore This document walks through the steps to register an Apache XTable™ (Incubating) synced table on Hive Metastore (HMS). Pre-requisites Source table(s) ...
  • Procedures

    1733 2025-03-11 《Apache Iceberg 1.8.1》
    Spark Procedures To use Iceberg in Spark, first configure Spark catalogs . Stored procedures are only available when using Iceberg SQL extensions in Spark 3. Usage Procedures c...
  • Tailwind CSS 部署环境配置

    在将 Tailwind CSS 项目部署到生产环境时,需要做好各项配置和优化工作。本节将详细介绍如何配置和优化部署环境。 环境配置 Docker 配置 # Dockerfile # 构建阶段 FROM node : 16 - alpine as builder WORKDIR / app COPY package *. ...
  • 2. Using a Local Repository

    If your enterprise clusters have limited outbound Internet access, you should consider using a local repository, which enables you to benefit from more governance and better insta...
  • Spark Writes

    1721 2024-06-26 《Apache Amoro 0.6.1》
    Writing with SQL INSERT OVERWRITE INSERT INTO Upsert to table with primary keys. DELETE FROM UPDATE MERGE INTO Writing with DataFrames Appending data Overwriting data Crea...
  • Tailwind CSS 移动端适配实践

    本节将详细介绍如何使用 Tailwind CSS 进行移动端适配,包括响应式设计、触摸交互优化、性能优化等方面。 基础配置 视口配置 <!-- public/index.html --> <meta name = "viewport" content = "width=device-width, initial-scale=1.0, max...