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

    Databend 数据源参数 是否原生支持 Databend 数据源参数 数据源 描述 数据源 选择 DATABEND。 数据源名称 输入数据源的名称。 描述 输入数据源的描述。 IP/主机名 输入 DATABEND 服务的 IP 地址。 端口 输入 DATABEND 服务的端口。 ...
  • WebexTeams

    WebexTeams 参数配置 创建一个机器人 创建一个房间 邀请机器人到房间 发送私聊消息 私聊告警样例 发送群聊消息 群聊告警消息样例 WebexTeams 如果您需要使用到Webex Teams进行告警,请在告警实例管理里创建告警实例,选择 WebexTeams 插件。 你可以选择机器人私聊通知或聊天室通知。 WebexTeams...
  • Install Options

    Steps Next Step More Information In order to build up the cluster, the Cluster Install wizard prompts you for general information about how you want to set it up. You need to s...
  • 5.2 Indent text

    2330 2024-05-24 《R Markdown Cookbook》
    As mentioned in Section 4.12 , whitespaces are often meaningless in Markdown. Markdown will also ignore spaces used for indentation by default. However, we may want to keep the in...
  • 3. Building Kyuubi Documentation

    Building Kyuubi Documentation Install & Activate virtualenv Install all dependencies Create Documentation View Locally Building Kyuubi Documentation Follow the steps...
  • Spark Configuration

    2324 2024-06-26 《Apache Amoro 0.6.1》
    Catalogs configuration Using Mixed-Format in a standalone catalog Using Mixed-Format in session catalog The high availability configuration Catalogs configuration Using Mixe...
  • 关于 Markdown

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

    2318 2024-06-07 《Underscore.js 1.13.6》
    chain value Calling chain will cause all future method calls to return wrapped objects. When you’ve finished the computation, call value to retrieve the final value. Here’s an...
  • Collection

    2315 2024-06-27 《Lodash 4.17.15》
    _.countBy(collection, [iteratee=_.identity]) Since Arguments Returns Example _.every(collection, [predicate=_.identity]) Since Arguments Returns Example _.filter(collec...
  • Object

    2315 2024-06-05 《Ramda 0.8.0》
    clone values eqProps keys omit pick pickAll project prop props keysIn path valuesIn toPairs toPairsIn propOr has hasIn assoc assocPath lens pickBy clone {*...