查看CentOS-Base.repo部分内容,文件路径 /etc/yum.repos.d/CentOS-Base.repo [base] baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ mirrorlist=http ...
分类:
其他好文 时间:
2021-02-05 10:29:54
阅读次数:
0
日常不搞清楚题意乱写 WA。 看值域这么小,考虑枚举最大高度 \(maxh\): \(h_i>maxh\) 且 \(w_i>maxh\),不合法。 \(h_i>maxh\) 且 \(w_i\leq maxh\),必须换。 \(h_i\leq maxh\) 且 \(w_i>maxh\),不能换。 \( ...
分类:
其他好文 时间:
2021-02-04 12:24:22
阅读次数:
0
gitlab环境搭建,卸载,汉化 --卸载篇 完全卸载 停止gitlab gitlab-ctl stop 卸载gitlab rpm -e gitlab-ce 查看gitlab进程 ps aux | grep gitlab 杀掉第一个进程(就是带有好多…的进程) kill -9 pid // 杀掉后, ...
分类:
其他好文 时间:
2021-02-03 10:39:57
阅读次数:
0
故障报错:error: db5 error(11) from dbenv->open: Resource temporarily unavailable error: cannot open Packages index using db5 - Resource temporarily unavai ...
分类:
数据库 时间:
2021-02-03 10:32:44
阅读次数:
0
<repositories> <repository> <id>alimaven</id> <name>Maven Aliyun Mirror</name> <url>http://maven.aliyun.com/nexus/content/repositories/central/</url> ...
分类:
其他好文 时间:
2021-02-02 11:34:23
阅读次数:
0
1、下载R安装包 [root@centos7 home]# wget https://mirror.bjtu.edu.cn/cran/src/base/R-3/R-3.6.3.tar.gz --2021-01-31 23:52:23-- https://mirror.bjtu.edu.cn/cran ...
分类:
系统相关 时间:
2021-02-02 10:42:34
阅读次数:
0
@font-face{ font-family:"Times New Roman"; } @font-face{ font-family:"宋体"; } @font-face{ font-family:"Wingdings"; } @font-face{ font-family:"Calibri"; ...
分类:
系统相关 时间:
2021-02-01 12:27:07
阅读次数:
0
一、下载 地址:https://downloads.mysql.com/archives/community/ 选择如下: 二、安装 将下载后的rpm包上传到虚拟机/服务器上,我这里是放在了/usr/local/mysql/下,如果没有mysql文件夹新建一个即可。 1. 解压.tar文件 tar ...
分类:
数据库 时间:
2021-02-01 11:59:07
阅读次数:
0
yum是一个shell前端软件包管理器,也是基于rpm包管理,能够从指定的服务器自动下载rpm包并安装,可以自动处理依赖关系,并且一次性安装所以依赖的安装包。 yum的基本指令 1)查询yum服务器是否有需要安装的软件yum list | grep xxx 2)安装特定的yum包yum instal ...
分类:
其他好文 时间:
2021-01-27 13:51:50
阅读次数:
0
sharding-proxy安装 #下载 下载地址: https://mirror.bit.edu.cn/apache/shardingsphere/5.0.0-alpha/apache-shardingsphere-5.0.0-alpha-shardingsphere-proxy-bin.tar. ...
分类:
其他好文 时间:
2021-01-27 13:26:34
阅读次数:
0