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

    3154 2024-06-29 《Apache Iceberg 1.5.2》
    Scan planning Metadata filtering Data filtering Iceberg is designed for huge tables and is used in production where a single table can contain tens of petabytes of data. Even ...
  • 7.9 Use a custom HTML template (*)

    3154 2024-05-24 《R Markdown Cookbook》
    We mentioned LaTeX templates in Section 6.10 . You can also specify a custom HTML template for Pandoc to convert Markdown to HTML. Below is a brief example template: <html> ...
  • 报警配置

    新增报警配置 E-mail(邮件) DingTalk(钉钉) Wechat(企微) Lark(飞书) 测试报警配置 修改报警配置 使用报警配置 删除报警配置 目前 StreamPark 中支持配置多种报警方式,主要有以下几种: E-mail :邮件通知 DingTalk :钉钉自定义群机器人 Wechat :企业微信自定义群机器人 ...
  • Enabling Search

    3148 2024-06-03 《Docusaurus 1.14.7》
    Enabling the Search Bar Extra Search Options Controlling the Location of the Search Bar Customizing the placeholder Disabling the Search Bar Docusaurus supports search using ...
  • 任务组管理

    任务组管理 任务组配置 新建任务组 查看任务组队列 任务组的使用 任务组的实现逻辑 获取任务组资源: 释放与唤醒: 任务组流程图 任务组管理 任务组主要用于控制任务实例并发,旨在控制其他资源的压力(也可以控制 Hadoop 集群压力,不过集群会有队列管控)。您可在新建任务定义时,可配置对应的任务组,并配置任务在任务组内运行的优先级。用户...
  • 6.3 Add logo to title page

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

    3144 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...
  • Object States

    3134 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 ...
  • Relation

    3132 2024-06-05 《Ramda 0.29.0》
    countBy difference differenceWith unionWith union gt gte intersection lt lte max min propEq sortBy pathEq maxBy minBy equals identical eqBy clamp sortWith inn...
  • 4.10 Numbered figure captions

    3127 2024-05-23 《R Markdown Cookbook》
    References We can use bookdown (Xie 2023a ) output formats to add figure numbers to their captions. Below is an example: --- output : bookdown :: html_document2 --- ``...