Devlive 开源社区 本次搜索耗时 0.194 秒,为您找到 1985 个相关结果.
  • 电话短信告警

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

    Description Key features Options url [string] region [string] accessKeyId [string] secretAccessKey [string] table [string] schema [Config] fields [config] common options ...
  • Cloud Storage

    2709 2024-07-01 《Apache Hudi 0.15.0》
    Talking to Cloud Storage Talking to Cloud Storage Immaterial of whether RDD/WriteClient APIs or Datasource is used, the following information helps configure access to cloud sto...
  • Relation

    2709 2024-06-05 《Ramda 0.30.0》
    countBy difference differenceWith unionWith union gt gte intersection lt lte max min propEq sortBy pathEq maxBy minBy equals identical eqBy clamp sortWith inn...
  • 安装选项

    步骤 下一步 更多信息 为了构建集群,集群安装向导会提示您提供有关如何设置集群的一般信息。您需要提供每台主机的 FQDN。该向导还需要访问您在设置无密码 SSH 时创建的私钥文件。使用主机名和密钥文件信息,向导可以定位、访问集群中的所有主机并与其安全地交互。 步骤 在 Target Hosts 中,输入主机名列表,每行一个。 您可以使用...
  • DSIP

    DSIP 怎样的修改应该被认定为 DSIP 当前的 DSIPs 完结的 DSIPs DSIP 的步骤 创建 GitHub Issue 发送讨论邮件 开始开发或者为他创建子任务 关闭 DSIP DSIP的例子 DSIP DolphinScheduler Improvement Proposal (DSIP) 是对 Apache Dolp...
  • 为 HDF 服务安装数据库

    安装和配置MySQL 安装和配置 Postgres 使用 Oracle 数据库 安装 Schema Registry、SAM、Druid 和 Superset 时,您需要一个关系数据存储来存储元数据。您可以使用 MySQL、Postgres、Oracle 或 MariaDB。这些主题描述如何安装 MySQL、Postgres 和 Oracle 以及如...
  • 9.3 Embed a web page

    2701 2024-05-24 《R Markdown Cookbook》
    References If you have the webshot package (Chang 2023 ) and PhantomJS installed (see Section 9.2 ), you can embed any web page in the output document through knitr::include_url...
  • Object States

    2699 2024-05-25 《Apache JDO 3.2.1》
    Detecting Object State Persisting an object Updating an object Deleting an object Possible state transitions JDO manages the lifecycle of an object, from creation (Transient ...
  • LDAP 使用

    LDAP简介 为什么使用LDAP? 配置LDAP 1.官网下载二进制安装包 2.增加LDAP配置 LDAP简介 LDAP(Light Directory Access Portocol),它是基于X.500标准的轻量级目录访问协议。 目录是一个为查询、浏览和搜索而优化的数据库,它成树状结构组织数据,类似文件目录一样。 LDAP目录服务是由目...