摘要:
pyminifier2.1,2.2不支持python3.6的 f-string >>> name = "Fred" >>> f"He said his name is {name}." 'He said his name is Fred.' >>> width = 10 >>> precision 阅读全文
摘要:
在连续执行存储过程,并且存储过程有返回查询结果时,报错2014 Commands out of sync; you can't run this command now; 参考https://blog.csdn.net/ice4026/article/details/37592715 需要使用cur 阅读全文