摘要:
Field提供如下几种方法: :1:Class.getDeclaredField(String name);返回一个 Field 对象,该对象反映此 Class 对象所表示的类或接口的指定已声明字段(包括私有成员)。 2:Class.getDeclaredFields(); 返回 Field 对象的 阅读全文
摘要:
private ThreadFactory threadFactory = new ThreadFactoryBuilder().setNameFormat("billService-pool-%d").build(); private final ExecutorService pool = ne 阅读全文