摘要:
用法: 有两个用户:user1和user2,都是在库TEST上,分别有表user1.table1,user2.table2 但是用user1登录的时候,user2上表就不能用,此时就可以使用grant命令了: GRANT privilege [, ...] ON object [, ...] TO 阅读全文
摘要:
在有@Override方法上面会报错如下: The method oncreate(Bundle) of type HelloWorld must override or implement a supertype method Override是指子类继承父类里面的方法的描述,说明。 Overri 阅读全文