摘要: String tel = "18304072984"; // 括号表示组,被替换的部分$n表示第n组的内容 tel = tel.replaceAll("(\\d{3})\\d{4}(\\d{4})", "$1****$2"); System.out.print(tel); // output: 18 阅读全文
posted @ 2019-01-16 17:49 liw66 阅读(2264) 评论(0) 推荐(0) 编辑
摘要: springboot 1.5.9文件上传大小限制spring:http:multipart:maxFileSize:50MbmaxRequestSize:50Mb springboot 2.0文件上传大小限制spring:servlet:multipart:maxFileSize:50MbmaxRe 阅读全文
posted @ 2019-01-16 17:46 liw66 阅读(546) 评论(0) 推荐(0) 编辑
摘要: onclick="laydate({istime: true, format: 'YYYY-MM-DD',choose:checkDate});" //回调函数内容 function checkDate() { } 阅读全文
posted @ 2019-01-16 17:40 liw66 阅读(3316) 评论(0) 推荐(0) 编辑