Devlive 开源社区 本次搜索耗时 0.761 秒,为您找到 571 个相关结果.
  • Flink Queries

    1451 2025-03-11 《Apache Iceberg 1.8.1》
    Flink Queries Iceberg support streaming and batch read With Apache Flink ‘s DataStream API and Table API. Reading with SQL Iceberg support both streaming and batch read in Flink...
  • Java Quickstart

    1447 2025-03-11 《Apache Iceberg 1.8.1》
    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...
  • Structured Streaming

    1397 2025-03-11 《Apache Iceberg 1.8.1》
    Spark Structured Streaming Iceberg uses Apache Spark’s DataSourceV2 API for data source and catalog implementations. Spark DSv2 is an evolving API with different levels of support...
  • Tailwind CSS 大型项目最佳实践

    在大型项目中使用 Tailwind CSS 需要考虑更多的架构设计、性能优化和团队协作等方面的问题。本节将分享在大型项目中使用 Tailwind CSS 的最佳实践和解决方案。 项目架构设计 目录结构 src / ├── components / │ ├── common / │ │ ├── Button /...
  • State Management and Watermarks

    1388 2025-03-18 《Apache Gobblin 0.17.0》
    Managing Watermarks in a Job Basics Task Failures Multi-Dataset Jobs Gobblin State Deep Dive State class hierarchy How States are Used in a Gobblin Job This page has two p...
  • Schedulers

    1379 2025-03-19 《Apache Gobblin 0.17.0》
    Introduction Quartz Azkaban Oozie Launching Gobblin in Local Mode Example Config Files Uploading Files to HDFS Adding Gobblin jar Dependencies Launching the Job Launching ...
  • Microservices integration

    1375 2025-03-15 《Redisson 3.45.0》
    Spring Boot For Spring Boot usage please refer to Spring Boot article. Micronaut Redisson integrates with Micronaut framework. Supports Micronaut 2.0.x - 4.x.x Usage 1. A...
  • API Javadoc

    1372 2024-05-25 《Apache JDO 3.2.1》
    JDO 3.2.1 javadoc JDO 3.2 javadoc JDO 3.1 javadoc JDO 3.0 javadoc JDO 2.2 javadoc JDO 2.1 javadoc JDO 2.0 javadoc JDO 1.1 javadoc JDO Javadoc is available in two formats. ...
  • Using Cypher in a CTE Expression

    1369 2024-06-24 《Apache AGE 0.6.0》
    There are no restrictions to using Cypher with CTEs (Common Table Expressions ). Query: WITH graph_query as ( SELECT * FROM cypher ( 'graph_name' , $$ ...
  • Tailwind CSS 响应式设计系统

    响应式设计基础 1. 断点系统 Tailwind CSS 默认提供五个断点: // tailwind.config.js 默认断点配置 module . exports = { theme : { screens : { 'sm' : '640px' , //...