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

    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...
  • Flink Connector

    Flink Connector Apache Flink supports creating Iceberg table directly without creating the explicit Flink catalog in Flink SQL. That means we can just create an iceberg table by s...
  • 第一节:登录与注册页面 - 表单与身份验证UI

    学习目标 GitHub登录与注册页面分析 登录页面实现 页面结构拆解 步骤1:创建基本HTML结构 步骤2:添加GitHub Logo和登录选项 步骤3:构建登录表单 步骤4:添加记住我选项和新账户链接 步骤5:添加页脚区域 完整的登录页面代码 表单验证状态 错误状态样式 成功状态样式 注册页面实现 注册页面结构拆解 完整的注册页...
  • Configuration

    View behavior properties Iceberg views support properties to configure view behavior. Below is an overview of currently available view properties. Property Default Descript...
  • 第四节:议题(Issues)列表页 - 状态标记与过滤

    学习目标 页面分析 实现步骤 第1步:准备HTML骨架与Tailwind配置 第2步:实现议题操作栏 第3步:实现议题过滤栏 第4步:实现议题列表表头 第5步:实现议题列表 第6步:实现分页控制器 关键样式技术点解析 1. 议题状态图标与颜色编码 2. 标签样式实现 3. 议题列表的响应式设计 4. 开启/关闭状态切换 5. 指派者...
  • Overview

    789 2024-06-24 《Apache AGE 0.6.0》
    All queries so far have followed the same pattern: a SELECT clause followed by a single Cypher call in the FROM clause. However, a Cypher query can be used in many other ways. T...
  • Overview

    789 2024-07-01 《Apache Hudi 0.15.0》
    The FAQs are split into following pages. Please refer to the specific pages for more info. General Design & Concepts Writing Tables Reading Tables Table Services Storage I...
  • EventMesh Runtime with Docker

    EventMesh Runtime with Docker 1. Prerequisites 2. Pull the EventMesh Runtime Image 3. Mount Configuration Files 3.1 EventMesh Runtime Configuration 3.2 Event Store Configuration...
  • Documentation Architecture

    Documentation Overview GitHub Wiki Limitations MkDocs ReadTheDocs Additional Information Documentation Overview The documentation for Gobblin is based on ReadTheDocs and Mk...
  • Tailwind CSS 响应式官网开发

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