Devlive 开源社区 本次搜索耗时 0.250 秒,为您找到 903 个相关结果.
  • 2 Conceptual Overview

    2160 2024-05-06 《R Markdown Cookbook》
    The goal of this text is to showcase many tips and tricks for getting the most value from R Markdown. The following chapters demonstrate techniques to write more efficient and suc...
  • Getting Started

    2148 2025-03-14 《Redisson 3.45.0》
    1. Add dependency Maven <dependency> <groupId> org.redisson </groupId> <artifactId> redisson </artifactId> <version> xVERSIONx </version> </dependency> ...
  • DingTalk

    Description Key features Options url [string] secret [string] common options Example Changelog 2.2.0-beta 2022-09-26 DinkTalk sink connector Description A sink plugi...
  • Baidu Cloud

    2113 2024-07-01 《Apache Hudi 0.15.0》
    Baidu BOS configs Baidu BOS Credentials Baidu bos Libs In this page, we explain how to get your Hudi job to store into Baidu BOS. Baidu BOS configs There are two configuratio...
  • DataHub

    Description Key features Options endpoint [string] accessId [string] accessKey[string] project [string] topic [string] timeout [int] retryTimes [int] common options Exam...
  • Split

    Description Options separator [string] split_field[string] output_fields[array] common options [string] Example Changelog new version Split transform plugin Descript...
  • FieldMapper

    Description Options field_mapper [config] common options [config] Example Changelog new version FieldMapper transform plugin Description Add input schema and output sc...
  • 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...
  • REMOVE

    2023 2024-06-24 《Apache AGE 0.6.0》
    Terminal REMOVE clauses Remove a property The REMOVE clause is used to remove properties from vertex and edges. Terminal REMOVE clauses A REMOVE clause that is not followed ...
  • Math

    2023 2024-06-04 《Ramda 0.2.0》
    add divide multiply product subtract sum modulo add Number → Number → Number Added in v0.1.0 Adds two values. See also subtract . R . add ( 2 , 3 ); //=> ...