Devlive 开源社区 本次搜索耗时 0.475 秒,为您找到 625 个相关结果.
  • Publishing Data to S3

    1585 2025-03-25 《Apache Gobblin 0.17.0》
    Introduction Hadoop and S3 The s3a File System The s3 File System Getting Gobblin to Publish to S3 Signing Up For AWS Setting Up EC2 Launching an EC2 Instance EC2 Package I...
  • Specifications

    1583 2024-05-25 《Apache JDO 3.2.1》
    JDO Final Specifications JDO Draft Specifications JDO Final Specifications The following specifications for JDO are available The JDO 3.2.1 Specification The JDO 3.2 Specifi...
  • Maxcompute

    Description Key features Options accessId [string] accesskey [string] endpoint [string] project [string] table_name [string] partition_spec [string] overwrite [boolean] co...
  • Tailwind CSS 部署环境配置

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

    1571 2025-03-18 《Apache Gobblin 0.17.0》
    Getting Started Standalone MapReduce Job Constructs Source and Extractor Writer and Publisher Job Config Properties Metrics and Events Task Level Metrics Task Level Events ...
  • 第三章:线程的基本操作

    学习目标 1. 线程启动(start)、休眠(sleep)、中断(interrupt) 1.1 线程启动(start) 1.2 线程休眠(sleep) 1.3 线程中断(interrupt) 2. 线程Join操作及其应用场景 2.1 Join操作的典型应用场景 3. 线程优先级的设置与影响 4. 守护线程(Daemon Thread)的应用...
  • 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...
  • 使用 GitHub CLI 扩展

    1441 2024-05-08 《GitHub Cli 中文版》
    关于 GitHub CLI 扩展 寻找扩展 安装扩展 运行扩展 查看已安装的扩展 更新扩展 卸载扩展 关于 GitHub CLI 扩展 GitHub 和 GitHub CLI 之外的扩展未经 GitHub 认证,并受单独的服务条款、隐私政策和支持文档的约束。为了降低使用第三方扩展时的风险,请在安装或更新扩展之前审核扩展的源代码。 ...
  • Fork Operator

    1417 2025-03-18 《Apache Gobblin 0.17.0》
    Overview of the ForkOperator Using the ForkOperator Basics of Usage Per-Fork Configuration Failure Semantics Performance Tuning Comparison with PartitionedDataWriter Writing...
  • Tailwind CSS 组件库开发实战

    开发一个基于 Tailwind CSS 的组件库不仅能提高团队开发效率,还能确保产品的设计一致性。本节将详细介绍如何从零开始构建一个专业的组件库。 !!! note 我们使用 React 来做项目相关的演示。 !!! 项目初始化 基础配置 # 创建项目 mkdir my - component - library cd my - co...