摘要:
在使用docker容器时,有时候里边没有安装vim,敲vim命令时提示说:vim: command not found,这个时候就需要安装vim。 若提示: Reading package lists... Done Building dependency tree Reading state in 阅读全文
摘要:
查看用户当前权限 show grants; 查看其他 MySQL 用户权限: show grants for '<username>'@'<host>'; 授权 grant <privileges> on <databasename.tablename> to '<username>'@'<host 阅读全文
摘要:
In Eclipse, click the ant file -- Run As -- External Tools Configuration and click on the JRE tab. Select "Run in the same JRE as the workspace" 阅读全文