Devlive 开源社区 本次搜索耗时 0.136 秒,为您找到 1878 个相关结果.
  • 9.3 Embed a web page

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

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

    2787 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 ...
  • DSIP

    DSIP 怎样的修改应该被认定为 DSIP 当前的 DSIPs 完结的 DSIPs DSIP 的步骤 创建 GitHub Issue 发送讨论邮件 开始开发或者为他创建子任务 关闭 DSIP DSIP的例子 DSIP DolphinScheduler Improvement Proposal (DSIP) 是对 Apache Dolp...
  • 7.9 Use a custom HTML template (*)

    2786 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> ...
  • 特性

    简单易用 丰富的使用场景 High Reliability High Scalability 简单易用 可视化 DAG : 用户友好的,通过拖拽定义工作流的,运行时控制工具 模块化操作 : 模块化有助于轻松定制和维护。 丰富的使用场景 支持多种任务类型 : 支持Shell、MR、Spark、SQL等10余种任务类型,支持跨语言,易于扩展 ...
  • SubProcess

    子流程节点 综述 创建任务 任务参数 任务样例 创建 shell 任务 创建 sub_process 任务 注意事项 子流程节点 综述 子流程节点,就是把外部的某个工作流定义当做一个节点去执行。 创建任务 点击项目管理 -> 项目名称 -> 工作流定义,点击”创建工作流”按钮,进入 DAG 编辑页面: 拖动工具栏的 任务节点...
  • GitHub 趋势日报 (2025年04月08日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 C++ Ruby C Go PHP TypeScript Java Kotlin Lua HTML 本日报由 TrendForge 系统生成 https://trendforge.devlive.org/ 📈 今日整体趋势 Top 10 排名 项目名称 ...
  • UDF 管理

    UDF 管理 函数管理 任务样例 编写 UDF 函数 配置 UDF 函数 使用 UDF 函数 UDF 管理 资源管理和文件管理功能类似,不同之处是资源管理是上传的 UDF 函数,文件管理上传的是用户程序,脚本及配置文件。 主要包括以下操作:重命名、下载、删除等。 上传 UDF 资源 和上传文件相同。 函数管理 创建 UDF...
  • 6.3 Add logo to title page

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