- 博客(4)
- 收藏
- 关注
原创 centos 虚机常用命令
1. 查看版本cat /etc/redhat-release2.-bash: ll: 未找到命令 "ll"命令不是linux的基本命令,它是"ls -l"的别名,部分版本并不直接支持“ll”命令输出。按照以下方法增加"ls -l"的别名。 vi ~/.bashrc(增加:alias ll='ls -l') source ~/.bashrc (生效)...
2020-09-03 21:20:41 165
原创 centos 安装Python3.7
1.创建安装目录 mkdir -p /usr/local/pyhton32. 下载tar包并解压 wget https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tgz tar -xvzf Python-3.7.0.tgz 若无wget命令:yum install -y wget3. 安装依赖项(我的虚机啥都没有所以下面前两条是依赖项,第三条是安装的gcc等) yum -y install zlib zlib-dev...
2020-09-03 21:16:31 145
转载 VUE.JS时间转换代码
Date.prototype.format = function(format){var o = {"M+" : this.getMonth()+1, //month"d+" : this.getDate(), //day"h+" : this.getHours(), //hour"m+" : this.getMinutes(), //minute"s+" : this.getSeco...
2018-10-16 11:37:01 256
原创 解决yum报错:Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify
Centos6.9版本,更换国内163yum源报错解决办法:1、报错信息2、解决办法 1、进入 yum.repos.d文件夹下 2、修改CentOS6-Base-163.repo 3、配置文件如下 # CentOS-Base.repo # # The mirror system uses the connecting IP address of the ...
2018-05-07 11:16:15 2362
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人