Devlive 开源社区 本次搜索耗时 0.361 秒,为您找到 1011 个相关结果.
  • 6.1 Add LaTeX code to the preamble

    1383 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...
  • Hudi

    1380 2024-07-05 《Apache Kyuubi 1.9.1》
    Hudi Integration Dependencies Hudi Operations Apache Hudi (pronounced “hoodie”) is the next generation streaming data lake platform. Apache Hudi brings core warehouse and datab...
  • 阿里云-语音告警

    阿里云-语音告警 参数配置 阿里云-语音告警示例 阿里云-语音告警 如果您需要使用到语音 (阿里云)进行告警,请在告警实例管理里创建告警实例,选择语音 插件。 参数配置 被叫电话号码 被叫显示号 呼叫显示号码 接收语音通知的号码 语音模板 语音通知文件的语音ID accessKeyId 您的 Acces...
  • Collect Information

    Before deploying a cluster, you should collect the following information: The fully qualified domain name (FQDN) of each host in your system. The Ambari Cluster Install wizard s...
  • About the Authors

    1376 2024-05-09 《R Markdown Cookbook》
    Yihui typed out most of the words in this book, which is the only justification for him being the “first” author. Christophe has made substantial contribution to this book by help...
  • Object

    1363 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 {*...
  • Exceptions

    1361 2024-05-25 《Apache JDO 3.2.1》
    JDOException Can Retry Exceptions Fatal Exceptions All exceptions raised by a JDO implementation are runtime exceptions which means that you can choose to catch the exceptions ...
  • Object

    1361 2024-06-05 《Ramda 0.15.0》
    clone values eqProps keys omit pick pickAll project prop props keysIn path valuesIn toPairs toPairsIn propOr has hasIn assoc assocPath lens pickBy evolve inv...
  • Relation

    1361 2024-06-05 《Ramda 0.7.0》
    countBy difference differenceWith unionWith union gt gte intersection lt lte max min propEq sortBy pathEq countBy (a → String) → [a] → {*} Parameters fnThe fu...
  • Chaining

    1356 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...