摘要: 目录 synchronized对象锁脏读锁重入ps:异常会导致锁释放 synchronized对象锁 package com.... 阅读全文
posted @ 2021-02-05 22:38 layman~ 阅读(35) 评论(0) 推荐(0)
摘要: 守护线程 package com.hanyxx.thread;import lombok.SneakyThrows;/** * ... 阅读全文
posted @ 2021-02-05 17:35 layman~ 阅读(31) 评论(0) 推荐(0)
摘要: 线程状态 验证线程状态 import lombok.SneakyThrows;/** * @author layman */pu... 阅读全文
posted @ 2021-02-05 13:21 layman~ 阅读(88) 评论(0) 推荐(0)