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

    1138 2024-05-25 《Lodash 1.3.1》
    _.at(collection [, index1, index2, …]) Arguments Returns Example _.contains(collection, target [, fromIndex=0]) Aliases Arguments Returns Example _.countBy(collection [, c...
  • Upgrade - Self-hosted

    1083 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 ...
  • 软件要求

    在每台主机上: yum 和 rpm (RHEL/CentOS/Oracle/Amazon Linux) zypper 和 php_curl (SLES) apt (Debian/Ubuntu) scp 、curl 、unzip 、tar 、wget 和 gcc* OpenSSL(v1.01,版本 16 或更高版本) Python 2.7.12...
  • 3.1 Code chunks and inline R code

    997 2024-05-09 《R Markdown Cookbook》
    An R Markdown document consists of intermingled prose (narratives) and code. There are two types of code in an Rmd document: code chunks\index{code chunk} and inline R code. Below...
  • Tailwind CSS 部署环境配置

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

    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...
  • Building Gobblin

    Overview Information Recorded Job Execution Information Task Execution Information Default Implementation Rest Query API Example Queries Job Execution History Server Over...
  • Job Execution History Store

    Overview Information Recorded Job Execution Information Task Execution Information Default Implementation Rest Query API Example Queries Job Execution History Server Over...
  • Publishing Data to S3

    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...
  • Code Style Guide

    Overview Guideline Code Style Template File Overview The code formatting standard in this project is based on the Oracle/Sun Code Convention and Google Java Style . Guide...