摘要:
这两个词组大致意思相当,但强调的侧重有所不同.even if与even though的区别:even if一般引导的是把握不大或假设的事情,even though引出的是事实.如:Even if we achieve great success in our work,we should not b 阅读全文
摘要:
通过Navicat for MySQL连接到虚拟机中的MySQL,但是报了图的错误 要进行两步: 1)授权 mysql>grant all privileges on *.* to 'root'@'%' identified by 'youpassword' with grant option; m 阅读全文