使用JDK生成自证书,cas报错"No subject alternative names present"
@wj2699 你好,想跟你请教个问题: 使用JDK生成自证书,使用https访问项目,cas报错"No subject alternative names present",请问怎么处理?非常感激…
java 写了一个桌面小应用,启动直接生产hs_err_oidxxxx.log文件
# # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x000007fee3565c01…
Gradle插件开发 如何配置成Java1.7版本
开发Gradle插件时报下面的错误 Cause: Dex cannot parse version 52 byte code. This is caused by library dependencies that have been compiled us…
ThreadLocal内存泄漏的问题
最近看了些ThreadLocal内存泄漏的文章,发现ThreadLocal内存泄漏的原因是因为他里面有个ThreadLocalMap中的Entry的Key 是使用WeakReference进行的弱引…
SQL查询如何合并记录表和历史表的数据
    在数据库存储的时候 , 将数据分成了 记录表和历史记录表两张表,然而在统计的时候 又需要统计这两张标的数据。    …
ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] ExecutionException The forked VM terminated…