# leetcode-java **Repository Path**: shaoboy1984/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**: 0 - **Forks**: 3 - **Created**: 2021-05-04 - **Last Updated**: 2021-05-04 ## 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