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

    3166 2024-06-05 《Ramda 0.30.0》
    countBy difference differenceWith unionWith union gt gte intersection lt lte max min propEq sortBy pathEq maxBy minBy equals identical eqBy clamp sortWith inn...
  • Apache Linkis

    Apache Linkis 综述 创建任务 任务参数 任务样例 在 DolphinScheduler 中配置 Linkis 环境 配置 Linkis 任务节点 Config 样例 注意事项 Apache Linkis 综述 Linkis 任务类型,用于创建并执行 Linkis 类型任务。worker 执行该任务的时候,会通过 li...
  • 7.9 Use a custom HTML template (*)

    3159 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> ...
  • Performance

    3158 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 ...
  • 6.3 Add logo to title page

    3151 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

    3148 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

    3140 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

    3137 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

    3133 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 --- ``...
  • 6.9 Add custom headers and footers (*)

    3129 2024-05-24 《R Markdown Cookbook》
    The LaTeX package fancyhdr has provided several commands to customize the header and footer lines of your document. For a more complete guide, please refer to the full documentat...