linux:md5sumWindows:certutil -hashfile
2021年08月27日
2021年08月21日
WSL -- Windows Subsystem for Linux (windows下的Linux子系统)
2021年08月07日
2021年08月07日
在项目开发中使用git进行代码的管理,每次完成更改上传代码后,还需要登录服务器将代码拉取下来.现在git服务器(gitee/gitlab/github)都会有Webhooks功能,以实现在向git仓库推送/合并等时机让服务器自动拉取新代码.