Devlive 开源社区 本次搜索耗时 0.670 秒,为您找到 537 个相关结果.
  • GitHub 趋势日报 (2025年05月12日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 C++ PHP TypeScript C Dart Vim Script Go Java Lua MDX C Markdown HTML Swift Kotlin Dockerfile Ruby Python PowerShell Rust CMake J...
  • Distributed objects

    750 2025-03-14 《Redisson 3.45.0》
    Object holder Java implementation of Redis or Valkey based RBucket object is a holder for any type of object. Size is limited to 512Mb. Code example: RBucket < AnyObject > buc...
  • Writes

    Spark Writes To use Iceberg in Spark, first configure Spark catalogs . Some plans are only available when using Iceberg SQL extensions in Spark 3. Iceberg uses Apache Spark’s D...
  • Config Management

    Introduction Dataset Config Management Requirement Data Model Versioning Client library Config Store Current Dataset Config Management Implementation Data model Client appli...
  • Java Quickstart

    Java API Quickstart Create a table Tables are created using either a Catalog or an implementation of the Tables interface. Using a Hive catalog The Hive catalog connects to...
  • FAQs

    Gobblin General Questions What is Gobblin? What programming languages does Gobblin support? Does Gobblin require any external software to be installed? What Hadoop versions can ...
  • Job Configuration Files

    Job Configuration Basics Hierarchical Structure of Job Configuration Files Password Encryption Adding or Changing Job Configuration Files Scheduled Jobs One Time Jobs Disable...
  • GitHub 趋势日报 (2025年05月11日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 C++ Rust PHP Lua C MDX C Python Go PowerShell HTML TypeScript Swift Jupyter Notebook JavaScript Kotlin Dart Ruby Markdown Batchfil...
  • User Guide

    715 2024-07-05 《Apache Kyuubi 1.9.1》
    JDBC Drivers Command Line Interface(CLI)s Business Intelligence Tools and SQL IDEs ODBC Drivers Thrift APIs RESTful APIs and Clients Web UI Python Client Commons
  • Tailwind CSS 插件开发和扩展

    插件系统是 Tailwind CSS 的核心特性之一,它允许我们扩展和定制框架的功能。通过开发插件,我们可以添加新的工具类、组件和功能,使 Tailwind CSS 更好地满足项目需求。 插件开发基础 插件结构 const plugin = require ( 'tailwindcss/plugin' ) module . exports...