Devlive 开源社区 本次搜索耗时 0.188 秒,为您找到 1550 个相关结果.
  • Get Started

    1547 2024-07-05 《Apache Kyuubi 1.9.1》
    Trivial Fixes Major Fixes Fork The Repository Clone The Forked Repository Create A New Branch Editing And Testing Create A Pull Request Report Only Trivial Fixes For t...
  • Configuring iptables

    RHEL/CentOS/Oracle/Amazon Linux SLES Ubuntu Debian For Ambari to communicate during setup with the hosts it deploys to and manages, certain ports must be open and available. T...
  • 6.1 Add LaTeX code to the preamble

    1544 2024-05-24 《R Markdown Cookbook》
    The general structure of a LaTeX document is like this: \documentclass { article } % preamble \begin { document } % body \end { document } That is, you declare the d...
  • 4.13 Convert models to equations

    1542 2024-05-23 《R Markdown Cookbook》
    References The equatiomatic package (Anderson, Heiss, and Sumners 2024 ) (https://github.com/datalorax/equatiomatic ) developed by Daniel Anderson et al. provides a convenient a...
  • Relation

    1539 2024-06-05 《Ramda 0.12.0》
    countBy difference differenceWith unionWith union gt gte intersection lt lte max min propEq sortBy pathEq maxBy minBy countBy (a → String) → [a] → {*} Paramet...
  • Collections

    1537 2024-05-25 《Lodash 2.4.2》
    _.at(collection, [index]) Arguments Returns Example _.contains(collection, target, [fromIndex=0]) Aliases Arguments Returns Example _.countBy(collection, [callback=identit...
  • Building From Source

    1536 2024-07-05 《Apache Kyuubi 1.9.1》
    Building With Maven Building A Submodule Individually Building Submodules Individually Skipping Some Modules Building Kyuubi Against Different Apache Spark Versions Building K...
  • Relation

    1532 2024-06-05 《Ramda 0.11.0》
    countBy difference differenceWith unionWith union gt gte intersection lt lte max min propEq sortBy pathEq maxBy minBy countBy (a → String) → [a] → {*} Paramet...
  • 3. Building Kyuubi Documentation

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

    1530 2024-05-26 《Markdown 中文版》
    Markdown 标题 使用 # 号标记 使用 = 和 - 标记一级和二级标题 (备用语法) 3.2. 最佳实践 Markdown 标题 Markdown 标题有两种格式。 分别是使用 # 数量表示多级标题方法和 =/- 表示一级和二级标题方法, 使用 # 号标记 使用 # 号可表示 1-6 级标题,一级标题对应一个 # 号,二级标题...