摘要:
现象:postman发送请求失败,报: Error: Client network socket disconnected before secure TLS connection was established 解决: 关闭代理开关:去掉设置中 Use the system proxy 前面的勾选 阅读全文
摘要:
MySQL报错:1055 - Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'xxx' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by 阅读全文