摘要:
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2017-08-03 17:05
tonggc1668
阅读(517)
评论(0)
推荐(0)
摘要:
import java.util.concurrent.Callable; public class MyCallable implements Callable { private String name; public MyCallable(String name){ this.name=name; } @Override pub... 阅读全文
posted @ 2017-08-03 16:28
tonggc1668
阅读(550)
评论(0)
推荐(0)