摘要: SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd"); List<String> strDateList = dateList.stream().map(simpleDateFormat::format).col 阅读全文
posted @ 2019-05-14 16:22 低调的小白 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 一 concat()函数 1、功能:将多个字符串连接成一个字符串。 2、语法:concat(str1, str2,...) 返回结果为连接参数产生的字符串,如果有任何一个参数为null,则返回值为null。 3、语法:concat(str1, seperator,str2,seperator,... 阅读全文
posted @ 2019-05-14 15:49 低调的小白 阅读(15318) 评论(0) 推荐(1) 编辑
摘要: 推荐免费的ChatGpt,微信注册即可使用 扫描图片上的二维码即可使用 方案一 application.properties配置: logging.level.com,后面的路径指的是mybatis对应的方法接口所在的包。并不是mapper.xml所在的包。 1. logging.level.com 阅读全文
posted @ 2019-05-14 13:57 低调的小白 阅读(12237) 评论(0) 推荐(1) 编辑