Devlive 开源社区 本次搜索耗时 1.148 秒,为您找到 303 个相关结果.
  • Deployment

    1124 2025-03-12 《Apache Gobblin 0.17.0》
    Gobblin Execution Modes Overview One important feature of Gobblin is that it can be run on different platforms. Currently, Gobblin can run in standalone mode (which runs on a sing...
  • Tailwind CSS 响应式官网开发

    本节将介绍如何使用 Tailwind CSS 开发一个现代化的响应式企业官网,包括页面布局、组件开发、响应式设计等方面。 页面布局 导航栏组件 // components/Navbar.tsx import { useState } from 'react' ; const Navbar = () => ...
  • Tailwind CSS 按需加载策略

    在大型应用中,合理的按需加载策略可以显著提升应用性能。本节将详细介绍如何在使用 Tailwind CSS 的项目中实现高效的按需加载。 样式按需加载 基础配置 // tailwind.config.js module . exports = { // 配置 JIT 模式 mode : 'jit' , // ...
  • Daft

    1060 2025-03-13 《Apache Iceberg 1.8.1》
    Daft Daft is a distributed query engine written in Python and Rust, two fast-growing ecosystems in the data engineering and machine learning industry. It exposes its flavor of t...
  • gRPC Protocol

    gRPC Protocol gRPC Consumer Stream Consumer Webhook Consumer gRPC Producer Asynchronous Producer Synchronous Producer Batch Producer gRPC Protocol EventMesh SDK for Java ...
  • Tailwind CSS 电商网站开发

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

    TCP Protocol TCP Consumer TCP Producer Asynchronous Producer Synchronous Producer TCP Protocol EventMesh SDK for Java implements the TCP producer and consumer of synchronous...
  • Flink Actions

    Rewrite files action Iceberg provides API to rewrite small files into large files by submitting Flink batch jobs. The behavior of this Flink action is the same as Spark’s rewriteD...
  • Methods

    698 2024-05-25 《Lodash 1.3.1》
    _.templateSettings.imports._ _.templateSettings.imports._ A reference to the lodash function.
  • IDE setup

    Introduction IntelliJ Integration Eclipse Integration Lombok Introduction This document is for users who want to import the Gobblin code base into an IDE and directly modify...