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

    6436 2024-06-02 《Ramda 0.30.1》
    always comparator compose construct curry useWith flip groupBy identity invoker nAry once pipe tap binary unary ap empty of constructN converge curryN __ bin...
  • Self-Optimizing

    6434 2024-06-26 《Apache Amoro 0.6.1》
    Introduction Self-optimizing mechanism Self-optimizing scheduling policy Quota Balanced Introduction Lakehouse is characterized by its openness and loose coupling, with data...
  • config

    Intro to config file Example Config file structure hocon multi-line support json env source transform sink Other Config variable substitution What’s More Intro to co...
  • GitHub 趋势日报 (2025年05月26日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 Rust TypeScript C Dart C++ C Vim Script Python PHP Lua PowerShell JavaScript Swift Java Shell MDX Ruby HTML Kotlin Batchfile CMak...
  • GitHub 趋势日报 (2025年05月22日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 Go C Swift C++ JavaScript Lua C PHP Ruby TypeScript Vim Script Java Rust Dart Markdown Kotlin MDX Python Shell Jupyter Notebook B...
  • 2.2 R Markdown anatomy

    6377 2024-05-09 《R Markdown Cookbook》
    YAML metadata Narrative Code chunks Document body References We can dig one level deeper by considering the different components of an R Markdown. Specifically, let’s look at...
  • GitHub 趋势日报 (2025年05月16日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 C Ruby TypeScript Go C Dart PHP C++ Java Swift Jupyter Notebook Rust HTML Kotlin Markdown Vim Script Dockerfile CMake PowerShell L...
  • 4.20 Manipulate Markdown via Pandoc Lua filters (*)

    6338 2024-05-10 《R Markdown Cookbook》
    References Technically, this section may be a little advanced, but once you learn how your Markdown content is translated into the Pandoc abstract syntax tree (AST), you will hav...
  • DataGrip

    6317 2024-07-05 《Apache Kyuubi 1.9.1》
    What is DataGrip Preparation Get DataGrip And Install Get Kyuubi Started Configurations Start DataGrip Select Database Datasource Driver Generic JDBC Connection Settings I...
  • Mtail 日志监控

    前言 更新 mtail简介 mtail样例 mtail更多样例 关于时间戳 前言 说到日志监控,大家第一反应的可能是ELK的方案,或者Loki的方案,这两个方案都是把日志采集了发到中心,在中心存储、查看、分析,不过这个方案相对比较重量级一些,如果我们的需求只是从日志中提取一些metrics数据,比如统计一些日志中出现的Error次数之类的,则...