摘要:
public static void main(String[] args) throws IOException { List list = readXls(); for (ProProduct product : list){ ProProductClient.updateByProduct(product); } } private static List readXls() throws IOException { InputStream is = new FileInputStream("/Us... 阅读全文
posted @ 2013-11-07 10:41
blogs_zixin
阅读(196)
评论(0)
推荐(0)
2013年11月7日