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

    1066 2025-03-19 《Apache Gobblin 0.17.0》
    Introduction Quartz Azkaban Oozie Launching Gobblin in Local Mode Example Config Files Uploading Files to HDFS Adding Gobblin jar Dependencies Launching the Job Launching ...
  • Math

    1063 2024-06-14 《Lodash 3.10.1》
    _.add(augend, addend) Arguments Returns Example _.ceil(n, [precision=0]) Arguments Returns Example _.floor(n, [precision=0]) Arguments Returns Example _.max(collection,...
  • Math

    1059 2024-06-04 《Ramda 0.12.0》
    add divide multiply product subtract sum modulo mathMod de inc negate add Number → Number → Number Added in v0.1.0 Adds two values. See also subtract . R . add (...
  • State Management and Watermarks

    1057 2025-03-18 《Apache Gobblin 0.17.0》
    Managing Watermarks in a Job Basics Task Failures Multi-Dataset Jobs Gobblin State Deep Dive State class hierarchy How States are Used in a Gobblin Job This page has two p...
  • 第四章:线程安全问题

    学习目标 1. 什么是线程安全 1.1 线程安全的定义 1.2 线程安全的重要性 2. 共享资源访问的竞态条件 2.1 什么是竞态条件 2.2 竞态条件示例 2.3 竞态条件的类型 读-改-写竞态条件 检查再执行竞态条件 3. 线程安全问题的表现形式 3.1 原子性问题 3.2 可见性问题 3.3 有序性问题 4. 实战案例:商品...
  • Properties

    1050 2024-06-27 《Lodash 4.17.15》
    _.VERSION _.templateSettings _.templateSettings.escape _.templateSettings.evaluate _.templateSettings.imports _.templateSettings.interpolate _.templateSettings.variable...
  • Logic

    1048 2024-06-05 《Ramda 0.11.0》
    and isEmpty not or cond ifElse allPass anyPass defaultTo and a → b → a | b Added in v0.1.0 Returns the first argument if it is falsy, otherwise the second argument. ...
  • Source Common Options

    result_table_name [string] parallelism [int] Example Common parameters of source connectors name type required default value result_table_name string no - ...
  • Math

    1044 2024-06-04 《Ramda 0.29.0》
    add divide multiply product subtract sum modulo mathMod de inc negate mean median add Number → Number → Number Added in v0.1.0 Adds two values. See also subtrac...
  • Math

    1041 2024-06-04 《Ramda 0.1.1》
    add divide multiply product subtract sum modulo add Number → Number → Number Added in v0.1.0 Adds two values. See also subtract . R . add ( 2 , 3 ); //=> ...