Devlive 开源社区 本次搜索耗时 0.123 秒,为您找到 1878 个相关结果.
  • JDO Helper

    4481 2024-05-25 《Apache JDO 3.2.1》
    PersistenceManagerFactory methods Persistence methods Lifecycle methods JDO provides a standard utility that gives access to useful parts of the JDO persistence process. This i...
  • 告警组件向导

    如何创建告警插件以及告警组 如何创建告警插件以及告警组 在 2.0.0 版本中,用户需要创建告警实例,在创建告警实例时,需要选择告警策略,有三个选项,成功发、失败发,以及成功和失败都发。在执行完工作流或任务时,如果触发告警,调用告警实例发送方法会进行逻辑判断,将告警实例与任务状态进行匹配,匹配则执行该告警实例发送逻辑,不匹配则过滤。创建完告警实例后,需...
  • Structure of the book

    4480 2024-05-06 《R Markdown Cookbook》
    The book is broken down into small “recipes” that aim to demonstrate a single concept at a time. Chapter installation provides instructions on how to install the necessary softwa...
  • Site Preparation

    4479 2024-06-03 《Docusaurus 1.14.7》
    Directory Structure Directory Descriptions Key Files Preparation Notes After installing Docusaurus , you now have a skeleton to work from for your specific website. The follow...
  • Getting Started with Hive JDBC

    4478 2024-07-05 《Apache Kyuubi 1.9.1》
    How to get the Kyuubi JDBC driver Connect to non-kerberized Kyuubi Server Connect to Kerberized Kyuubi Server How to get the Kyuubi JDBC driver Kyuubi Thrift API is fully comp...
  • List

    4477 2024-06-05 《Ramda 0.10.0》
    all any append concat drop zipWith zip xprod uniq filter find flatten head indexOf join lastIndexOf map nth pluck prepend range reduce reduceRight reject re...
  • Kubernetes

    Kubernetes 综述 创建任务 任务参数 任务样例 在 DolphinScheduler 中配置 kubernetes 集群环境 配置 kubernetes 任务节点 注意事项 Kubernetes 综述 kubernetes任务类型,用于在kubernetes上执行一个短时和批处理的任务。worker最终会通过使用kuberne...
  • List

    4471 2024-06-05 《Ramda 0.2.2》
    all any append concat drop zipWith zip xprod uniq filter find flatten head indexOf join lastIndexOf map nth pluck prepend range reduce reduceRight reject re...
  • Object

    4469 2024-06-05 《Ramda 0.30.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...
  • Functions

    4457 2024-05-25 《Lodash 2.4.2》
    _.after(n, func) Arguments Returns Example _.bind(func, [thisArg], [arg]) Arguments Returns Example _.bindAll(object, [methodName]) Arguments Returns Example _.bindKey(...