03 2021 档案

java姓名脱敏,String类型中间字符使用*替换
摘要:/** * 姓名长度 */Integer RESULT_NAME_LENGTH =2; public String protectedName(String userName){ userName = userName.trim(); char[] r = userName.toCharArray( 阅读全文

posted @ 2021-03-31 10:34 贾广祥 阅读(4084) 评论(0) 推荐(0)

java获取项目路径
摘要:获取resources下路径ClassPathResource classPathResource = new ClassPathResource("imageTemplate/decoration_permit.jpg"); 阅读全文

posted @ 2021-03-30 18:11 贾广祥 阅读(75) 评论(0) 推荐(0)

导航