摘要:
最近一段时间,项目组的后端和APP端进行联调的时候,会发现测试服务器的后端服务器会经常莫名其妙地崩溃,最后会生成一份崩溃日志(hs_err_pid.log)。日志的大概信息如下: # # A fatal error has been detected by the Java Runtime Envi 阅读全文
摘要:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.s 阅读全文
摘要:
Disruptor核心使用与导航 Disruptor快速开始 建立一个工厂Event类,用于创建Event类实例对象 我们先建立一个OrderEvent.java import javafx.event.Event; public class OrderEvent{ private long val 阅读全文