摘要:
Mac 终端在使用 tab 补全命令时默认大小写敏感,通过以下设置方法可以忽略大小写,方法同样适用于 iTerm2。 打开终端输入以下命令: nano .inputrc 将以下命令复制进去: set completion-ignore-case on set show-all-if-ambiguou 阅读全文
摘要:
issue 1、Java compiler level does not match the version of the installed Java project facet. 或者 One or more constraints have not been satisfied. 或者 Dyn 阅读全文
摘要:
可以用unrar命令解压rar后缀的文件 unrar e test.rar 解压文件到当前目录 unrar x test.rar /path/to/extract unrar l test.rar 查看rar中的文件 unrar v test.rar 更详细 unrar t test.rar 测试是 阅读全文