摘要: package com; import sun.misc.Unsafe; import java.lang.reflect.Field; /** * Created by yangyu on 16/11/24. */ public class TestUnsafe { public static void main(String[] args) { Node ... 阅读全文
posted @ 2016-11-24 17:56 11楼的日记 阅读(9185) 评论(2) 推荐(1)
摘要: public class Test { public static void main(String[] args) { int t = 0; int p = 0; int q = 0; int tail = 1; int head = 2; /** * 这个(t != ... 阅读全文
posted @ 2016-11-24 17:33 11楼的日记 阅读(446) 评论(0) 推荐(0)