摘要: 省流:构造方法在主线程里跑的 先贴代码 public class Test { @SneakyThrows public static void main(String[] args) { ExecutorService execute = Executors.newSingleThreadExec 阅读全文
posted @ 2023-01-19 15:15 chiangkkk 阅读(44) 评论(2) 推荐(0)
摘要: 入博客园第一天,记录个java动态绑定一个小知识,先铺代码场景1 public static void main(String[] args) throws IllegalAccessException, InstantiationException, NoSuchFieldException { 阅读全文
posted @ 2022-05-24 22:56 chiangkkk 阅读(27) 评论(0) 推荐(0)