logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

docker “exec: \“-v\“: executable file not found in $PATH“.

挂载参数位置问题如修改挂载参数顺序即可docker run -it -v /hostpath:/work/conf --name test8 test

#docker
git 撤销

git commit修改 :git commit --amendgit add之后取消add:git reset HEAD 文件名git 撤销文件的修改git checkout -- 文件名

swagger 语法

导入项目的文档位置import _ "git.zzpxx.com/backend/xxx/docs" // docs is generated by Swag CLI, you have to import it.// @title Swagger Example API// @version 1.0// @description This is a sample server Petstore

到底了