1、切换到root用户 2、获取安装包 wget https://gz.antdb.net/zip/antdb-ce-7.2.24.generic.x86_64.tar.gz 3、解压 tar -zxvf antdb-ce-7.2.24.generic.x86_64.tar.gz 4、安装 cd
滚动组件:defaultSeamlessScroll.vue <script setup> import {ref, onMounted, toRef, defineProps, toRaw} from "vue" import {unref} from "vue-demi"; const pro
/public/config.js,全局配置 const globalConfig = { indexComp1: function() { return this.comp1; } indexComp2: function() { return :this.comp2; } co
驱动版本:所有 涉及方法:PreparedStatement.setObject(int parameterIndex, Object x) 驱动包中源码位置:org.postgresql.jdbc.PgPreparedStatement.setObject(int parameterIndex,
zookeeper安装部署(linux) 准备 版本包 下载地址:https://archive.apache.org/dist/zookeeper/ 安装 下载版本 wget https://archive.apache.org/dist/zookeeper/zookeeper-3.6.4/apa
centos7安装docker 更新yum包(根据实际情况更新) yum -y update 卸载旧版本 yum remove docker docker-common docker-selinux docker-engine 安装所需软件包 # yum-util 提供yum-config-ma