随笔分类 - 教程
摘要:<project> [...] <properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> </properties> [...]
阅读全文
摘要:File → Project Structure → Language Level:设置 JDK8 即可
阅读全文
摘要:生成ssh-key1 ssh-keygen -t rsa -C 'xxxxx@company.com' -f ~/.ssh/gitee_id_rsa ~/.ssh/gitee_id_rsa.pub 即为公钥,添加进 gitee or github 即可 生成ssh-key2 ssh-keygen -
阅读全文