11 2021 档案

摘要:curl xxx.txt, 报错 Illegal characters found in URL 使用:%s/\r//g, 将 \r 去除 使用:set fileformat=unix 指定文件格式 参考 https://www.cnblogs.com/xiaodi-js/p/6823054.htm 阅读全文
posted @ 2021-11-19 18:10 wanglai 阅读(87) 评论(0) 推荐(0)
摘要:更换yum源 cd /etc/yum.repos.d/ cp /CentOS-Base.repo /CentOS-Base-repo.bak # 备份原来的yum wget http://mirrors.aliyun.com/repo/Centos-7.repo # 下载阿里yum yum clea 阅读全文
posted @ 2021-11-19 13:42 wanglai 阅读(139) 评论(0) 推荐(0)
摘要:查看磁盘情况 fdisk -l mount报错 ` mount /dev/vdb /opt/qfusion mount: /dev/vdb is write-protected, mounting read-only mount: unknown filesystem type '(null)' ` 阅读全文
posted @ 2021-11-19 13:31 wanglai 阅读(309) 评论(0) 推荐(0)
摘要:语言结构 package main import "fmt" func main() { //这是一个简单的程序 fmt.Println("ccc") } 1.初始化go项目 go mod init 文件夹 执行go代码 go run xxx.go 生成可执行二进制文件 go build xxx.g 阅读全文
posted @ 2021-11-05 16:33 wanglai 阅读(154) 评论(0) 推荐(0)

点击右上角即可分享
微信分享提示