# leetcode-java **Repository Path**: potatobeancox/leetcode-java ## Basic Information - **Project Name**: leetcode-java - **Description**: java leetcode 解体代码与思路 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2017-12-09 - **Last Updated**: 2026-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # leetcode-java java leetcode 解体代码与思路 #Cannot start compilation: the output path is not specified for module解决 https://blog.csdn.net/zZ_life/article/details/51318306 # idea运行提示Error:java:无效的源发行版:1.9 https://blog.csdn.net/qq_26079137/article/details/79650546 #项目升级到maven工程 https://www.cnblogs.com/AryaZ/archive/2018/03/23/8631666.html # -source 1.5 中不支持 diamond 运算符 https://www.cnblogs.com/carlo/p/5009968.html # Error:java: Compilation failed: internal java compiler error https://blog.csdn.net/jdjdndhj/article/details/70256989 # git push web 一次push到两个仓库设置 https://blog.csdn.net/w_yunlong/article/details/52313387 修改本地代码中 .git/config 文件,新增或修改节点如下: [remote "web"] url = https://git.oschina.net/xxx/xx.git url = https://github.com/xxx/xx.git # github ssh 配置 https://blog.csdn.net/weixin_43212679/article/details/125087999 + 注意修改 config 为ssh 链接 # REMOTE HOST IDENTIFICATION HAS CHANGED问题解决 https://blog.csdn.net/qq_33589510/article/details/107448083 # Warning: the ECDSA host key for 'github.com' differs from the key for the IP address https://www.jianshu.com/p/b255f743eb8b?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation