Devlive 开源社区 本次搜索耗时 0.092 秒,为您找到 1985 个相关结果.
  • Using the SpotBugs Gradle Plugin

    2145 2024-06-13 《SpotBugs 4.8.5》
    Use SpotBugs Gradle Plugin Tasks introduced by this Gradle Plugin Configure Gradle Plugin Introduce SpotBugs Plugin Other usage This chapter describes how to integrate SpotBu...
  • 5.3 Control the width of text output

    2141 2024-05-24 《R Markdown Cookbook》
    Sometimes the text output printed from R code may be too wide. If the output document has a fixed page width (e.g., PDF documents), the text output may exceed the page margins. Se...
  • SQL UDF

    Description UDF API UDF Implements Example Example Changelog new version UDF of SQL transform plugin Description Use UDF SPI to extends the SQL transform functions lib....
  • Features and Limitations

    Features Limitations and Compatibility Notes General Hudi Delta Features OneTable provides users with the ability to translate metadata from one table format to another. On...
  • Arrays

    2128 2024-05-25 《Lodash 1.3.1》
    _.compact(array) Arguments Returns Example _.difference(array [, array1, array2, …]) Arguments Returns Example _.findIndex(array [, callback=identity, thisArg]) Arguments ...
  • Kyuubi Migration Guide

    2128 2024-07-05 《Apache Kyuubi 1.9.1》
    Upgrading from Kyuubi 1.8 to 1.9 Upgrading from Kyuubi 1.8.0 to 1.8.1 Upgrading from Kyuubi 1.7 to 1.8 Upgrading from Kyuubi 1.7.1 to 1.7.2 Upgrading from Kyuubi 1.7.0 to 1.7.1...
  • Object

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

    Steps Next Step More Information On a server host that has Internet access, use a command line editor to perform the following: Steps Log in to your host as root . Download...
  • 电话短信告警

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

    各种环境的选型建议: 快速体验测试,使用 Docker compose 方式 公司大规模使用了 Kubernetes,可以选中 Helm 方式 最稳定的部署方式,还是二进制 小规模使用,比如 1000 台机器以下,用 Prometheus 做存储即可,超过 1000 台机器,选择 VictoriaMetrics 可能更合适 后面章节会讲解各种方式如何...