01 2021 档案

摘要:去掉这个STRICT_TRANS_TABLES就可以了 别忘记重启 阅读全文
posted @ 2021-01-25 17:47 super久违 阅读(227) 评论(0) 推荐(0)
摘要:git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done 首先同步所有远程分支,如上: 将本地所有分支与远程保持同步 git fetch - 阅读全文
posted @ 2021-01-20 16:01 super久违 阅读(5456) 评论(0) 推荐(1)
摘要:[mysql] default-character-set=utf8 [mysqld] sql_mode='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_ 阅读全文
posted @ 2021-01-19 10:54 super久违 阅读(353) 评论(0) 推荐(0)