04 2018 档案

摘要:<tr id="nr"> <th style="width:10%"><span class="a_hong">*</span> 荣誉说明:</th> <td colspan="3" style="text-align:left;"> <textarea id="content" name="con 阅读全文
posted @ 2018-04-19 10:50 黎波波 阅读(4437) 评论(0) 推荐(0)
摘要:<%@page contentType="text/html" pageEncoding="UTF-8" %><%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %><%@taglib prefix="s" 阅读全文
posted @ 2018-04-17 14:32 黎波波 阅读(139) 评论(0) 推荐(0)
摘要:@RequestMapping( value = "/download.shtml", method = { RequestMethod.GET, RequestMethod.POST } )public void downloadFile( HttpServletResponse response 阅读全文
posted @ 2018-04-17 11:08 黎波波 阅读(97) 评论(0) 推荐(0)
摘要:以下为建立路径所使用的几个特殊符号,及其所代表的意义。 "./":代表目前所在的目录。 "../":代表上一层目录。 以"/"开头:代表根目录 阅读全文
posted @ 2018-04-13 17:18 黎波波 阅读(289) 评论(0) 推荐(0)
摘要:1.使用httpclient执行get请求 @Test public void doGet()throws Exception { //创建一个httpclient对象 CloseableHttpClient httpClient = HttpClients.createDefault(); //创 阅读全文
posted @ 2018-04-11 20:47 黎波波 阅读(423) 评论(0) 推荐(0)