Devlive 开源社区 本次搜索耗时 0.363 秒,为您找到 814 个相关结果.
  • Tailwind CSS 移动端适配实践

    本节将详细介绍如何使用 Tailwind CSS 进行移动端适配,包括响应式设计、触摸交互优化、性能优化等方面。 基础配置 视口配置 <!-- public/index.html --> <meta name = "viewport" content = "width=device-width, initial-scale=1.0, max...
  • Tailwind CSS 部署环境配置

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

    2054 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...
  • JVM 监控

    进程级监控 埋点方式 本讲介绍JVM监控相关知识。 进程级监控 Java类的程序,如果只是监控端口存活性,可以直接使用 Categraf 的 net_response 插件,如果只是监控进程存活性,以及进程的CPU、内存等使用率,这个和C的程序、Go的程序没有本质区别,使用 Categraf 的 procstat 插件。 procstat 插...
  • Registry SPI

    DolphinScheduler Registry SPI 扩展 如何使用? 如何扩展 FAQ DolphinScheduler Registry SPI 扩展 如何使用? 进行以下配置(以 zookeeper 为例) 注册中心插件配置, 以Zookeeper 为例 (registry.properties) dolphinschedule...
  • 2. Monitoring Kyuubi - Server Metrics

    2029 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...
  • 4.19 Put together all code in the appendix (*)

    2029 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...
  • Kafka-HDFS Ingestion

    2022 2025-03-18 《Apache Gobblin 0.17.0》
    Getting Started Standalone MapReduce Job Constructs Source and Extractor Writer and Publisher Job Config Properties Metrics and Events Task Level Metrics Task Level Events ...
  • Accumulo Shell

    2008 2024-06-21 《Apache Accumulo 2.x》
    Basic Administration Table Maintenance User Administration Accumulo provides a simple shell that can be used to examine the contents and configuration settings of tables, inser...
  • Gobblin Metrics Architecture

    1996 2025-03-26 《Apache Gobblin 0.17.0》
    Metric Context Metrics Events Event Submitter Reporters RecursiveScheduleMetricReporter EventReporter Metric Context Metric contexts are organized hierarchically in a tr...