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

    3647 2024-06-22 《Apache Accumulo 2.x》
    Configuration Accumulo tablet servers have block caches that buffer data in memory to limit reads from disk. This caching has the following benefits: reduces latency when rea...
  • 产品互操作性

    Ambari 2.7.5 仅支持 HDP-3.1.5 和 HDF-3.2.0 支持矩阵工具提供以下信息: 操作系统 数据库 浏览器 JDK 使用以下 URL 确定对每个产品版本的支持。 https://supportmatrix.hortonworks.com
  • Function

    3639 2024-06-02 《Ramda 0.1.0》
    always comparator compose construct curry useWith flip groupBy identity invoker nAry once pipe tap always a → (* → a) Parameters valThe value to wrap in a func...
  • Ubuntu 18

    Steps Next Step More Information On a server host that has Internet access, use a command line editor to perform the following: Steps Log in to your host as root . Download...
  • Oracle Cloud Infrastructure

    3637 2024-07-01 《Apache Hudi 0.15.0》
    OCI Configs Configuring the HDFS Connector Libraries Construct an OCI HDFS URI The Oracle Object Storage system provides strongly-consistent operations on all buckets in all ...
  • 5. Debugging Kyuubi

    Debugging Kyuubi Debugging Server Debugging Apps Debugging Kyuubi You can use the Java Debug Wire Protocol to debug Kyuubi with your favorite IDE tool, e.g. Intellij I...
  • Apache XTable (incubating)

    3633 2024-06-30 《Apache Hudi 0.15.0》
    Interoperating with XTable Installation Syncing to XTable Hudi Streamer Extensions Hudi (tables created from 0.14.0 onwards) supports syncing to Iceberg and/or Delta Lake with...
  • 自监控

    夜莺 5.x 版本有 n9e-webapi 和 n9e-server 两个模块,这俩模块都暴露了 /metrics 接口,所以,夜莺自身组件的监控,就有两个做法,做法一: 搞一个单独的 Prometheus,抓取 n9e-webapi 和 n9e-server 的 /metrics 的数据 在这个单独的 Prometheus 里配置 up 指标的告...
  • 1.3 Install missing LaTeX packages

    3629 2024-05-07 《R Markdown Cookbook》
    When you compile a document to PDF through LaTeX, you may run into errors like these: !LaTeXError:File‘ocgbase.sty′notfound.!pdfTeXerror:pdflatex(file8r.enc):cannotopenencodingfi...
  • 第二节:开发环境搭建 - 工具链与配置

    学习目标 为什么需要完整的开发环境? 开发环境概览 安装Node.js和npm 创建项目并初始化 安装Vite作为构建工具 安装Tailwind CSS及其依赖 初始化Tailwind CSS配置 配置项目结构 创建基础HTML文件 创建主JavaScript文件 自定义Tailwind配置 配置npm脚本 配置Vite 加入常用...