12 2020 档案

摘要:@ApiModel("***定时任务") @Component @Configuration @EnableScheduling//@PropertySource("classpath:/***") // 可指定配置文件public class MatchOpenCheckScheduledTask 阅读全文
posted @ 2020-12-19 23:47 丿小师傅灬 阅读(1084) 评论(0) 推荐(0) 编辑
摘要:// ', ' 分隔, ' 开始 ' 结束String ids = ""; List<String> list = new ArrayList(); list.add("12345"); list.add("12345"); list.add("12345"); ids = list.stream( 阅读全文
posted @ 2020-12-13 21:08 丿小师傅灬 阅读(2503) 评论(0) 推荐(0) 编辑
摘要:@Test public void test() throws UnsupportedEncodingException { String url = "%3E%3C"; // URL解码 String str = URLDecoder.decode(url, "UTF-8"); // URL编码 阅读全文
posted @ 2020-12-10 14:39 丿小师傅灬 阅读(61) 评论(0) 推荐(0) 编辑
摘要:第一次访问服务器的时候,会在响应头里面看到Set-Cookie信息(只有在首次访问服务器的时候才会在响应头中出现该信息) 。 上面的图JSESSIONID=ghco9xdnaco31gmafukxchph;Path=/acr, 浏览器会根据响应头的set-cookie信息设置浏览器的cookie并保 阅读全文
posted @ 2020-12-07 19:34 丿小师傅灬 阅读(672) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示