摘要: public class ThreadFactoryDemo { public static class MyThreadFactory implements ThreadFactory { @Override public Thread newThread(Runnable r) { return 阅读全文
posted @ 2021-03-17 22:52 静静地挖坑 阅读(66) 评论(0) 推荐(0)