01 2015 档案
摘要:package com.bailin.framework.util.excel;import java.util.ArrayList;import java.util.List;/** * 行 * * @author cj * */ public class Row {private List co...
阅读全文
摘要:1获取本机的IP地址Java代码 private static String getIpAddress() throws UnknownHostException { InetAddress address = InetAddress.getLocalHost(); return addres...
阅读全文

浙公网安备 33010602011771号