${}基本功能 一般情况下$var与${var}是没有区别的,但是用${ }会比较精确的界定变量名称的范围 [root@localhost ~]# A=Linux [root@localhost ~]# echo $AB #表示变量AB [root@localhost ~]# echo ${A}B Read More
posted @ 2020-09-17 16:59 云翼1213 Views(6299) Comments(0) Diggs(1)
Linux 中yum 安装google-chrome-stable时,报错如下,提示公钥安装失败,原因是 GPG公钥获取失败,无法连接获取到 https://dl-ssl.google.com/linux/linux_signing_key.pub 对于这个问题,网络解决方案基本都是如下3种 1. Read More
posted @ 2020-04-17 22:46 云翼1213 Views(1432) Comments(0) Diggs(0)