12 2021 档案

摘要:1、项目clone 到本地(克隆指定分支) git clone <-b 分支名> 地址 2、git仓库添加新的分支,本地查看不到新分支 git fetch origin --prune git remote update origin --prune git remote update origin 阅读全文
posted @ 2021-12-30 13:26 唏嘘- 阅读(196) 评论(0) 推荐(1) 编辑
摘要:1、Windows 下 启动服务: net start mysql 关闭服务: net stop mysql 2、Linux下 启动服务: service mysql start 关闭服务: service mysql stop 阅读全文
posted @ 2021-12-19 11:23 唏嘘- 阅读(75) 评论(0) 推荐(0) 编辑
摘要:1、使用postman 进行post接口测试 { "timestamp": "2021-12-18T17:04:42.820+0000", "status": 415, "error": "Unsupported Media Type", "message": "Content type 'text 阅读全文
posted @ 2021-12-19 01:07 唏嘘- 阅读(1103) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示