摘要: 阅读全文
posted @ 2021-11-27 22:31 yydssc 阅读(33) 评论(0) 推荐(0)
摘要: package com.study.cas;import sun.misc.Unsafe;import java.lang.reflect.Field;public class CounterUnsafe { volatile int i = 0; private static Unsafe uns 阅读全文
posted @ 2021-11-27 18:58 yydssc 阅读(31) 评论(0) 推荐(0)