摘要: package com.gaopeng.multithread; /** * 简单实现一个死锁例子 * * @author gaopeng * */ public class DeadLockTest { // 创建资源 private static Object resourceA = new O 阅读全文
posted @ 2020-01-18 11:15 gaopengpy 阅读(637) 评论(0) 推荐(0) 编辑