03 2021 档案
摘要:Alibaba Cloud Linux 2 与CentOS 7兼容 支持yum命令 1.删除自带的 mariadb (可做可不做) 1.查看是否存在mariadb [root@iZ8vb5ujtcvii1eaf1mffuZ home]# rpm -qa | grep mariadb mariadb-
阅读全文
摘要:Alibaba Cloud Linux 2 支持yum命令 所以我们去Git官网进入Download for Linux and Unix页面 找到Red等安装选项 Red Hat Enterprise Linux, Oracle Linux, CentOS, Scientific Linux, e
阅读全文
摘要:final V putVal(int hash, K key, V value, boolean onlyIfAbsent, boolean evict) { Node<K,V>[] tab; //当前数组 Node<K,V> p; // 当前i位置上的元素 int n; //tab总长度 int
阅读全文