mvn clean install -X -Dmaven.test.skip=true -P dev 打包报错:No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JD ...
分类:
其他好文 时间:
2019-10-22 14:50:55
阅读次数:
104
使用本博客前请查看自己系统系统和PHP版本以免出错 ...
分类:
Web程序 时间:
2019-10-21 20:47:50
阅读次数:
344
今天在编写一个简单spi 应用demo的时候,在编译时总有一个其他的错误,如下: ERROR Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) o ...
分类:
编程语言 时间:
2019-10-20 18:16:50
阅读次数:
128
创建springboot项目,且不采用<parent>引入springboot时,pom.xml如下: 执行 控制台报错: 原因:当设置为war时,web.xml必须存在。 解决:可通过插件配置属性将其忽略。 首先,spring-boot-dependencies 这个pom文件,找到 找到版本号是 ...
分类:
Web程序 时间:
2019-10-19 14:58:43
阅读次数:
99
如下图所示,从逻辑上来看,Hive包含了3大部分。HiveClientsHiveServicesHiveStorageandComputing用户操作Hive的接口主要有三个:CLI,Client和WUI。其中最常用的是CLI,Cli启动的时候,会同时启动一个Hive副本。Client是Hive的客户端,用户连接至HiveServer。在启动Client模式的时候,需要指出HiveServer所在
分类:
其他好文 时间:
2019-10-18 15:30:57
阅读次数:
91
tomcat远程调试 1.Linxu系统: apach/bin/startup.sh开始处中增加如下内容: declare -x CATALINA_OPTS="-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_ ...
分类:
其他好文 时间:
2019-10-17 14:12:03
阅读次数:
74
g++: internal compiler error: Killed (program cc1plus)Please submit a full bug report, 主要原因大体上是因为内存不足,有点坑 临时使用交换分区来解决吧 sudo dd if=/dev/zero of=/swapfi ...
分类:
其他好文 时间:
2019-10-15 10:22:10
阅读次数:
85
一般为 out of memory 找对应时间点是否有 out of memory 错误 建立临时缓冲去来解决 删除缓冲区 ...
分类:
其他好文 时间:
2019-10-14 12:32:36
阅读次数:
79
springboot 热启动 热启动依赖 idea 默认不会进行自动编译,还需要设置 idea 自动编译 Settings Compiler 勾选 Build project automatically shift+ctrl+alt+/ 打开 Registry 。勾选 compiler.automa ...
分类:
编程语言 时间:
2019-10-13 20:44:06
阅读次数:
117
为maven的编译、运行指定不同的jdk,有两种方式 参考: "Compiling Sources Using A Different JDK" 1. 最好的就是用Toolchainstool 插件,这个插件可以为包括compiler在内的其他诸多插件制定jdk版本,以及其他工具的版本(如果这些插件 ...
分类:
其他好文 时间:
2019-10-13 01:06:09
阅读次数:
122