Devlive 开源社区 本次搜索耗时 0.109 秒,为您找到 1878 个相关结果.
  • Security Overview

    2749 2024-06-22 《Apache Accumulo 2.x》
    Security Overview Implementation Security Overview Accumulo has the following security features: Only authenticated users can access Accumulo. Kerberos can be enabled to re...
  • Object States

    2748 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 ...
  • 9.3 Embed a web page

    2748 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...
  • DSIP

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

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

    UDF 管理 函数管理 任务样例 编写 UDF 函数 配置 UDF 函数 使用 UDF 函数 UDF 管理 资源管理和文件管理功能类似,不同之处是资源管理是上传的 UDF 函数,文件管理上传的是用户程序,脚本及配置文件。 主要包括以下操作:重命名、下载、删除等。 上传 UDF 资源 和上传文件相同。 函数管理 创建 UDF...
  • 安装选项

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

    DORIS 数据源 是否原生支持 DORIS 数据源 数据源:选择 DORIS 数据源名称:输入数据源的名称 描述:输入数据源的描述 IP 主机名:输入连接 DORIS 的 IP(如有多个IP,请用, 分隔) 端口:输入连接 DORIS 的端口 用户名:设置连接 DORIS 的用户名 密码:设置连接 DORIS 的密码 数据库名:输入连接 DO...
  • 6.3 Add logo to title page

    2735 2024-05-24 《R Markdown Cookbook》
    We can use the titling LaTeX package to alter our title block to include an image. Below is a full example that shows how to add the R logo (logo.jpg ) to the title page. The ima...
  • 电话短信告警

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