摘要:
# K3S + MySQL 先更新apt-get sudo apt-get update 下载curl sudo apt install curl 安装docker curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 阅读全文
摘要:
# Git上传阿里云Codeup步骤 1.配置Git的基本信息 初始化Git配置命令 git config --global user.name 用户名 设置用户签名 git config --global user.email 邮箱 设置用户邮箱 配置Git连接阿里CodeUp信息语句 首先先查 阅读全文
摘要:
Go基础学习 Go的下载源GOPROXY=https://goproxy.cn,direct Go的学习文档 最好的学Go的网站 1.文件操作 文件操作有三个库,os,bufio,ioutil 注意点就是prem参数 r读权限 w 写权限 x 执行权限 - 不具有该权限 rwx ==> 111 rw 阅读全文