摘要:
JsonSerializerSettings jss = new JsonSerializerSettings(); jss.NullValueHandling = NullValueHandling.Ignore; var data = JsonConvert.SerializeObject(lp 阅读全文
摘要:
node 连接数据库时报的错误。 mysql8.0以上加密方式,Node还不支持。 mysql> alter user 'root'@'localhost' identified with mysql_native_password by '1234';mysql> flush privileges 阅读全文