2015年8月6日

JAVA对象的值传递clone

摘要: public class Student implements Cloneable{ private int age; public int getAge() { return age; } public void setAge(int age) { this.age = age; } @Ove... 阅读全文

posted @ 2015-08-06 14:52 涤生-三省吾身 阅读(194) 评论(0) 推荐(0) 编辑

ExecutorService +FutureTask 方法体超时

摘要: import java.lang.reflect.Method;import java.util.Map;import java.util.concurrent.Callable;import com.piccapp.dto.entity.UFaceInfo;import com.sinosoft.... 阅读全文

posted @ 2015-08-06 10:55 涤生-三省吾身 阅读(900) 评论(0) 推荐(0) 编辑

导航