https://avatars.githubusercontent.com/u/6274534

Git工作示例

Git 如何贡献 Pull Request: Fork 代码:git clone <repo.git> 创建自己的分支: git checkout -b feat/xxxx 提交你的修改: git commit -am 'feat(function): add xxxxx' 推送您的分支: git push origin feat/xxxx 提交: pull request 多人协作 贡献提交规范 参考 规

HTTP状态码

Refer: https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Status 400 400 请求出错 由于语法格式有误,服务器无法理解此请求。不作修改,客户程序就无法重复此请求。 401 401.1 未授权:登录失败 此错误表明传输给服务器的证书

Posgresql 使用笔记

启动服务 1 pg_ctlcluster 11 main start 设置用户密码 1 alteruserpostgreswithpassword'mypwd'; 扩展管理 Refer: https://blog.csdn.net/pg_hgdb/article/details/79490509 1 2 3 4 5 CREATEEXTENSION<extension_name>:此命令将