摘要: 1.更换yum源 备份(官方停止维护,无所谓了),更改配置文件,清除缓存,建立缓存 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup CentOS-Base.repo # CentOS-Base 阅读全文
posted @ 2024-12-23 15:35 基础狗 阅读(87) 评论(0) 推荐(0)
摘要: 1.内容 python<<pythonoff print("123") pythonoff 2.构建过程 2.1 创建文件 touch test.sh 2.2 添加内容 echo "python<<pythonoff" > test.sh echo "print("123")" >> test.sh 阅读全文
posted @ 2024-12-23 14:07 基础狗 阅读(22) 评论(0) 推荐(0)
摘要: C:\Users\Administrator>scala Welcome to Scala 2.11.12 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_421). Type in expressions for evaluation. Or try 阅读全文
posted @ 2024-12-23 13:38 基础狗 阅读(10) 评论(0) 推荐(0)