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

    1798 2024-06-24 《Apache AGE 0.6.0》
    Apache AGE is a PostgreSQL extension that provides graph database functionality. AGE is an acronym for A Graph Extension, and is inspired by Bitnine’s fork of PostgreSQL 10, Agens...
  • Configuring a Database Instance for Ranger

    A MySQL, Oracle, PostgreSQL, or Amazon RDS database instance must be running and available to be used by Ranger. The Ranger installation will create two new users (default names: ...
  • PostgreSQL

    POSTGRESQL 数据源 是否原生支持 POSTGRESQL 数据源 数据源:选择 POSTGRESQL 数据源名称:输入数据源的名称 描述:输入数据源的描述 IP 主机名:输入连接 POSTGRESQL 的 IP 端口:输入连接 POSTGRESQL 的端口 用户名:设置连接 POSTGRESQL 的用户名 密码:设置连接 POSTGRE...
  • Install Postgres

    Before You Begin Steps Before You Begin If you have already installed a MySQL database, you may skip these steps. You must install Postgres 9.5 or later for SAM and Schema Re...
  • GitHub 趋势日报 (2025年04月11日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 Go Jupyter Notebook C Rust Java PHP C Kotlin Lua TypeScript Ruby MDX C++ JavaScript Shell Markdown HTML Vim Script Python Batchfil...
  • Configure Postgres to Allow Remote Connections

    About This Task Steps About This Task It is critical that you configure Postgres to allow remote connections before you deploy a cluster. If you do not perform these steps in ...
  • PL/pgSQL Functions

    1654 2024-06-24 《Apache AGE 0.6.0》
    Dynamic Cypher Cypher commands can be run in PL/pgSQL functions without restriction. Data Setup SELECT * FROM cypher ( 'imdb' , $$ CREATE ( toby : actor { name : ...
  • 为 Ranger 配置数据库实例

    MySQL、Oracle、PostgreSQL 或 Amazon RDS 数据库实例必须正在运行并且可供 Ranger 使用。 Ranger 安装将创建两个新用户(默认名称:rangeradmin 和 rangerlogger )和两个新数据库(默认名称:ranger 和 ranger_audit )。 从以下选项中选择: 为 Ranger 配置 ...
  • 使用HTML

    1641 2024-05-26 《Markdown 中文版》
    在 Markdown 语法中添加静态的视频资源 主要想试试 使用 Markdown 加载视频的效果怎样 使用 阿里云 OSS 存放视频,看视频应该不会卡吧 Markdown 的配置如下,这是 HTML5 的标记 <video src = "/assets/videos/next-computer.mp4" poster = "/asse...
  • Operators

    1623 2024-06-24 《Apache AGE 0.6.0》
    String Specific Comparison Operators Data Setup Starts With Contains Ends With Regular Expressions Basic String Matching Case insensitive search The . Wildcard The * Wildcar...