摘要:
登陆时报错,运行 mysql -uroot -p 输入密码后报错 ERROR 1130 (HY000): Host '::1' is not allowed to connect to this MariaDB server 不允许连接 原因:::1 是 IPv6 下的本地主机地址,类似于 IPv4 阅读全文
摘要:
vbs创建 set WshShell=WScript.CreateObject("WScript.Shell") strDesktop=WshShell.SpecialFolders("Desktop") '获取桌面路径 set oShellLink=WshShell.CreateShortcut( 阅读全文