10 2018 档案

摘要:import com.bootdo.common.domain.LogDO;import com.bootdo.common.domain.PageDO;import com.bootdo.common.service.LogService;import com.bootdo.common.util 阅读全文
posted @ 2018-10-27 15:26 albert_think 阅读(270) 评论(0) 推荐(0)
摘要:public static ResponseBean getByPostData(String url,Map<String,Object> params) throws ClientProtocolException, URISyntaxException, IOException { RestT 阅读全文
posted @ 2018-10-25 11:46 albert_think 阅读(345) 评论(0) 推荐(0)
摘要:import java.util.List;import javax.servlet.http.HttpServletRequest;import javax.servlet.http.HttpServletResponse;import org.apache.log4j.Logger;import 阅读全文
posted @ 2018-10-17 16:13 albert_think 阅读(180) 评论(0) 推荐(0)
摘要:一、 import java.io.IOException;import java.io.InputStream;import java.io.InputStreamReader;import java.net.URISyntaxException;import java.nio.charset.C 阅读全文
posted @ 2018-10-17 15:11 albert_think 阅读(247) 评论(0) 推荐(0)
摘要://1.得取文件 String contexPath= request.getSession().getServletContext().getRealPath("/"); String filePath=contexPath+"spring"+File.separator+"xx.html"; F 阅读全文
posted @ 2018-10-11 08:58 albert_think 阅读(137) 评论(0) 推荐(0)