Devlive 开源社区 本次搜索耗时 0.955 秒,为您找到 1178 个相关结果.
  • Tailwind CSS 部署环境配置

    在将 Tailwind CSS 项目部署到生产环境时,需要做好各项配置和优化工作。本节将详细介绍如何配置和优化部署环境。 环境配置 Docker 配置 # Dockerfile # 构建阶段 FROM node : 16 - alpine as builder WORKDIR / app COPY package *. ...
  • Getting Started

    2021 2025-03-12 《Apache Gobblin 0.17.0》
    Introduction Getting a Gobblin Release Building a Distribution Run Your First Job Steps Running Gobblin as a Daemon Preliminary Steps Other Example Jobs Introduction Thi...
  • Upgrade - Self-hosted

    2019 2024-06-16 《Coolify》
    A guide on how to upgrade the self-hosted version of Coolify. There are several ways to upgrade your Coolify instance. New versions are checked every 10 minutes. Automatic ...
  • 4.19 Put together all code in the appendix (*)

    2014 2024-05-23 《R Markdown Cookbook》
    Unless the target readers are highly interested in the computational details while they read a report, you may not want to show the source code blocks in the report. For this purp...
  • 2. Monitoring Kyuubi - Server Metrics

    2011 2024-07-05 《Apache Kyuubi 1.9.1》
    Configurations Metrics Kyuubi has a configurable metrics system based on the Dropwizard Metrics Library . This allows users to report Kyuubi metrics to a variety of kyuubi.metri...
  • String

    2011 2024-06-05 《Ramda 0.15.0》
    match split trim replace toLower toUpper test toString match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against...
  • MySQL/MariaDB Prerequisite

    You must change the variable log_bin_trust_function_creators to 1 during Ranger installation. From RDS Dashboard>Parameter group (on the left side of the page): Set the MySQL...
  • 3.2 Write Markdown in the RStudio visual editor

    2006 2024-05-09 《R Markdown Cookbook》
    If you are not familiar with Markdown yet, or do not prefer writing Markdown code, RStudio v1.4 has included an experimental visual editor for Markdown documents, which feels simi...
  • 数据读取

    夜莺把接收到的监控数据都直接写入了后端时序数据库,所以,读取监控数据,无需经由夜莺的接口,直接读取后端的时序库的接口就可以了。即:如果使用了 Prometheus,就通过 Prometheus 的接口读取监控数据,如果用了 VictoriaMetrics,就通过 VictoriaMetrics 的接口读取监控数据。 比如 Prometheus,就是那些/...
  • Publishing Data to S3

    2002 2025-03-25 《Apache Gobblin 0.17.0》
    Introduction Hadoop and S3 The s3a File System The s3 File System Getting Gobblin to Publish to S3 Signing Up For AWS Setting Up EC2 Launching an EC2 Instance EC2 Package I...