摘要:
7:public static void main(String[] args) throws InterruptedException { Account acc = new Account(); acc.setBalance(1000); int corePoolSize = 15; int m 阅读全文
posted @ 2021-11-27 11:23
Beyrl.pan
阅读(326)
评论(0)
推荐(0)
摘要:
@Override public boolean equals(Object o) { if(this == o) { return true; } if(!(o instanceof Emp)) { return false; } Emp emp = (Emp)o; return this.id 阅读全文
posted @ 2021-11-27 11:20
Beyrl.pan
阅读(95)
评论(0)
推荐(0)