键盘平天下 2019-06-08 16:18 来自 百谷博客 idea 没有导入maven依赖 这个原因,要检查一下几点1.pom中配置了jdk版本 <properties> <maven.compiler.source>1.8</maven.compiler.source> <maven...
键盘平天下 2019-06-07 15:16 来自 百谷博客 maven 报错:was cached in the local repository, resolution will not be reattempted until the upda maven报错:was cached in the local repository, resolution will not be reattempted until the upda解决办法两种1.删除相关的本地jar包2.mvn clean package -U
键盘平天下 2019-06-06 18:12 来自 百谷博客 lnmp + typecho + 阿里云SSL开启 本站用的typecho 和阿里云,这个帖子主要记录怎么搭建ssl环境1.申请ssl证书https://common-buy.aliyun.com/?spm=5176.7968328.1266638..7b811232vsUK6S&commodityCode=cas#/buy...
键盘平天下 2019-06-05 15:49 来自 百谷博客 inttilj idea Error:java: javacTask: source release 8 requires target release 1.8 java 报错: Error:java: javacTask: source release 8 requires target release 1.8这个项目是编译器的设置不对File > Settings > Build, Execution, Deploy...
键盘平天下 2019-06-05 13:06 来自 百谷博客 java 调用翻译api将环境变量GOOGLE_APPLICATION_CREDENTIALS设置为包含服务帐户密钥的JSON文件的文件路径。此变量仅适用于当前的shell会话,因此如果打开新会话,请再次设置该变量。 java调用谷歌api报错:将环境变量GOOGLE_APPLICATION_CREDENTIALS设置为包含服务帐户密钥的JSON文件的文件路径。此变量仅适用于当前的shell会话,因此如果打开新会话,请再次设置该变量。这个是因为没有正确的设置凭证。java读取凭证的方法,...