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

    activity answer collection collection_group comment config meta notification power question report revision role role_power_rel site_info tag tag_rel uniqid user ...
  • Encryption

    3727 2024-07-01 《Apache Hudi 0.15.0》
    Encrypt Copy-on-Write tables Note Since Hudi 0.11.0, Spark 3.2 support has been added and accompanying that, Parquet 1.12 has been included, which brings encryption feature to H...
  • Security Overview

    3725 2024-06-22 《Apache Accumulo 2.x》
    Security Overview Implementation Security Overview Accumulo has the following security features: Only authenticated users can access Accumulo. Kerberos can be enabled to re...
  • 7.1 Apply custom CSS

    3723 2024-05-10 《R Markdown Cookbook》
    References We strongly recommend that you learn some CSS and JavaScript if you wish to customize the appearance of HTML documents. Appendix B of the blogdown book (Xie, Hill, a...
  • Telegram

    Telegram Telegram 如果您需要使用 Telegram 进行告警,请在告警实例管理模块创建告警实例,选择 Telegram 插件。 Telegram 的配置样例如下: 参数配置: WebHook: 使用 Telegram 的机器人,发送消息的 WebHook。 botToken 创建 Telegram 的机器人,...
  • 4.14 Create an animation from multiple R plots

    3707 2024-05-23 《R Markdown Cookbook》
    References When you generate a series of plots in a code chunk, you can combine them into an animation. It is easy to do so if the output format is HTML—you only need to install ...
  • Creating your first interoperable table

    Creating your first interoperable table Using Apache XTable™ (Incubating) to sync your source tables in different target format involves running sync on your current dataset usi...
  • Architecture

    3693 2025-03-13 《Apache Gobblin 0.17.0》
    Gobblin Architecture Overview Gobblin Job Flow Gobblin Constructs Source and Extractor Converter Quality Checker Fork Operator Data Writer Data Publisher Gobblin Task Flow...
  • References

    3693 2024-05-25 《Apache JDO 3.2.1》
    Articles Books Articles There have been several articles about JDO on various websites. Some are listed below SUN : Oracle JDO Web Site http://www.oracle.com/technetwork/java...
  • Tailwind CSS 部署环境配置

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