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

    736 2024-05-25 《Lodash 2.4.2》
    _.assign(object, [source], [callback], [thisArg]) Aliases Arguments Returns Example _.clone(value, [isDeep=false], [callback], [thisArg]) Arguments Returns Example _.clone...
  • 4.9 Multiple authors in a document

    736 2024-05-23 《R Markdown Cookbook》
    References We can add multiple authors to an R Markdown document within the YAML frontmatter in a number of ways. If we simply want to list them on the same line, we can provide ...
  • List

    736 2024-06-05 《Ramda 0.20.0》
    all any append concat drop zipWith zip xprod uniq filter find flatten head indexOf join lastIndexOf map nth pluck prepend range reduce reduceRight reject re...
  • 7.3 Style code blocks and text output

    735 2024-05-10 《R Markdown Cookbook》
    References We can customize the style of code chunks and their text output using the chunk options class.source and class.output , respectively. These options take character vec...
  • Writes

    Writing with SQL INSERT INTO MERGE INTO MERGE INTO syntax INSERT OVERWRITE Overwrite behavior Dynamic overwrite Static overwrite DELETE FROM UPDATE Writing to Branc...
  • Vertica

    Description Support Those Engines Using Dependency For Spark/Flink Engine For SeaTunnel Zeta Engine Key Features Supported DataSource Info Data Type Mapping Source Options ...
  • Doris

    Support Doris Version Support Those Engines Key Features Description Sink Options schema_save_mode[Enum] data_save_mode[Enum] save_mode_create_template Data Type Mapping Su...
  • Partitioning

    What is partitioning? What does Iceberg do differently? Partitioning in Hive Problems with Hive partitioning Iceberg’s hidden partitioning What is partitioning? Partitioning...
  • SSO Integration

    Background SSO login workflow How to enable SSO login Note Background As an enterpise practice, it’s common to apply Single sign-on (SSO) across all applications, so that use...
  • 电话短信告警

    自定义脚本 Webhook方式 因为电话、短信的发送是需要采购通道的,而市面上的通道五花八门,规范不一,所以夜莺没法把这个能力内置到Go代码里。那如何扩展支持呢?有两个方式,一个是通过自定义脚本,一个是通过Webhook。 自定义脚本 夜莺支持在告警的时候自动调用脚本,把告警事件的内容encode成json传给脚本的stdin,剩下的事情,就由脚本...