Devlive 开源社区 本次搜索耗时 0.498 秒,为您找到 571 个相关结果.
  • Code Style Guide

    2416 2024-07-05 《Apache Kyuubi 1.9.1》
    Scala Coding Style Guide Java Coding Style Guide Documentation Style Guide Code is written once by its author, but read and modified multiple times by lots of other engineers. ...
  • Database

    2406 2024-05-20 《Apache Answer 1.3.0》
    activity answer collection collection_group comment config meta notification power question report revision role role_power_rel site_info tag tag_rel uniqid user ...
  • Trino

    Trino just like Presto allows you to query table formats like Hudi, Delta and Iceberg tables using connectors. Users do not need additional configurations to work with OneTable syn...
  • Properties

    2356 2024-05-25 《Lodash 2.4.2》
    _.VERSION _.support _.support.argsClass _.support.argsObject _.support.enumErrorProps _.support.enumPrototypes _.support.funcDecomp _.support.funcNames _.support.nonEnumArg...
  • Kinit Auxiliary Service

    2352 2024-07-05 《Apache Kyuubi 1.9.1》
    Installing and Configuring the Kerberos Clients Kerberos Ticket Configurations Further Readings Kinit auxiliary service is a critical service both for authentication between K...
  • 第二节:开发环境搭建 - 工具链与配置

    学习目标 为什么需要完整的开发环境? 开发环境概览 安装Node.js和npm 创建项目并初始化 安装Vite作为构建工具 安装Tailwind CSS及其依赖 初始化Tailwind CSS配置 配置项目结构 创建基础HTML文件 创建主JavaScript文件 自定义Tailwind配置 配置npm脚本 配置Vite 加入常用...
  • 5.4 Control the size of plots/images

    2332 2024-05-24 《R Markdown Cookbook》
    The size of plots made in R can be controlled by the chunk option fig.width and fig.height (in inches). Equivalently, you can use the fig.dim option to specify the width and he...
  • Flink Getting Started

    2325 2025-03-12 《Apache Iceberg 1.8.1》
    Flink Apache Iceberg supports both Apache Flink ‘s DataStream API and Table API. See the Multi-Engine Support page for the integration of Apache Flink. Feature support Flink...
  • Kafka Connect

    2320 2025-03-14 《Apache Iceberg 1.8.1》
    Kafka Connect Kafka Connect is a popular framework for moving data in and out of Kafka via connectors. There are many different connectors available, such as the S3 sink for writ...
  • 关于 Markdown

    2312 2024-05-25 《Markdown 中文版》
    Markdown 是什么 ? 谁创造了它? 为什么要使用它? Markdown 是什么 ? Markdown 是一种轻量级标记语言 ,它以纯文本形式(易读、易写、易更改)编写文档,并最终以HTML格式发布。 Markdown 也可以理解为将以MARKDOWN语法编写的语言转换成HTML内容的工具。 谁创造了它? 它由Aaron Swartz ...