用户创建用户1234567891011121314-- 创建用户,并允许其在任何IP登陆create user 'username'@'%' identifie...
阅读全文 →1234567➜ ~ git clone git@github.com:pkg6/go-requests.gitCloning into 'go-requests'...ssh:...
阅读全文 →protoc123456https://github.com/protocolbuffers/protobuf/releases/tag/v3.19.4➜ ~ wget https://github...
阅读全文 →客户端sdk: https://firebase.google.com/docs/auth/?hl=zh-cn golang sdk: GitHub - firebase/firebase-...
阅读全文 →需要安装的包1234python-docx==1.1.0fastapi==0.110.0uvicorn==0.22.0python-multipart==0.0.9 读取docx文件12345fro...
阅读全文 →方式1: 通过公钥和私钥进行ssh拉去代码生成公钥和私钥命令 1ssh-keygen 拉去代码 1git clone git@github.com:username/repository.git ...
阅读全文 →master/main分支master/main分支是主分支,包含了已经发布到生产环境的稳定,可靠版本的代码。一般情况下,master/main分支应该只用于发布新版本,...
阅读全文 →获取github组织下仓库12345curl --silent \ -H "Accept: application/vnd.github+json" \ ...
阅读全文 →加载mybatis依赖123456789101112131415161718<dependency> <!-- 数据库操作 https://github.com...
阅读全文 →JDK1234brew install openjdk@8export PATH="/usr/local/opt/openjdk@8/bin:$PATH"export JAVA_H...
阅读全文 →