摘要:
这是一个比较容易混淆的概念,为了弄清楚这个问题,最好的方法当然是写程序来验证,开门见山,上代码! public class TestNull { public static void main(String[] args) { String a = new String(); String b = 阅读全文
摘要:
mysql8.0无法给用户授权或提示You are not allowed to create a user with GRANT的问题 转载于:https://www.cnblogs.com/B1ackWall/p/11643136.html 提示意思是不能用grant创建用户,mysql8.0以 阅读全文