07 2021 档案

摘要:MySQL 级联查询所有父级 表结构: id name code parent_code 1 老板 A 2 总经理 B A 3 项目总监 C B 4 开发工程师 D C 查询D开发工程师的所有上级: SELECT `name`, @`code` AS c_ids, ( SELECT @`code` 阅读全文
posted @ 2021-07-30 15:34 一文搞懂 阅读(5265) 评论(0) 推荐(1) 编辑
摘要:ERROR 1129 (HY000): Host 'x.x.x.x' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' mysql修改最大错误连接数。 阅读全文
posted @ 2021-07-14 10:04 一文搞懂 阅读(3931) 评论(0) 推荐(1) 编辑
摘要://回退到指定版本git reset --hard 406d469f937e7baa62991512//强制回退git push -u origin master -f 阅读全文
posted @ 2021-07-06 11:51 一文搞懂 阅读(67) 评论(0) 推荐(0) 编辑

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