上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 111 下一页
摘要: package com.mayikt; import java.util.ArrayList; import java.util.function.Consumer; /** * @ClassName Test06 * @Author 蚂蚁课堂余胜军 QQ644064779 www.mayikt.c 阅读全文
posted @ 2021-11-22 23:56 AngDH 阅读(81) 评论(0) 推荐(0) 编辑
摘要: package com.mayikt; import com.mayikt.service.AcanthopanaxInterface; import com.mayikt.service.YouShenInterface; /** * @ClassName Test05 * @Author 蚂蚁课 阅读全文
posted @ 2021-11-22 23:51 AngDH 阅读(31) 评论(0) 推荐(0) 编辑
摘要: package com.mayikt.service; /** * @ClassName YouShenInterface * @Author 蚂蚁课堂余胜军 QQ644064779 www.mayikt.com * @Version V1.0 **/ @FunctionalInterface pu 阅读全文
posted @ 2021-11-22 23:46 AngDH 阅读(140) 评论(0) 推荐(0) 编辑
摘要: package com.mayikt.service; /** * @ClassName AcanthopanaxInterface * @Author 蚂蚁课堂余胜军 QQ644064779 www.mayikt.com * @Version V1.0 **/ @FunctionalInterfa 阅读全文
posted @ 2021-11-22 23:42 AngDH 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-11-22 23:36 AngDH 阅读(22) 评论(0) 推荐(0) 编辑
摘要: package com.mayikt.service; /** * @ClassName OrderService * @Author 蚂蚁课堂余胜军 QQ644064779 www.mayikt.com * @Version V1.0 **/ public interface OrderServi 阅读全文
posted @ 2021-11-22 23:28 AngDH 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-11-22 23:12 AngDH 阅读(22) 评论(0) 推荐(0) 编辑
摘要: public class Demo4ABA { private static AtomicInteger ai = new AtomicInteger(100); private static AtomicStampedReference air = new AtomicStampedReferen 阅读全文
posted @ 2021-11-21 12:09 AngDH 阅读(29) 评论(0) 推荐(0) 编辑
摘要: public class Demo3Volatile { public static void main(String[] args) throws InterruptedException { VolatileDemo demo = new VolatileDemo(); List<Thread> 阅读全文
posted @ 2021-11-20 20:20 AngDH 阅读(26) 评论(0) 推荐(0) 编辑
摘要: public class Demo1Jmm { public static void main(String[] args) throws InterruptedException { JmmDemo demo = new JmmDemo(); Thread t = new Thread(demo) 阅读全文
posted @ 2021-11-20 20:11 AngDH 阅读(18) 评论(0) 推荐(0) 编辑
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 111 下一页