2023年9月25日

mybatis中使用in

摘要: <if test="areaCode != null and areaCode !=''"> and AREACODE in (${areaCode}) </if> 如果直接传入拼接好的where in 条件, 比如('111','222','333'),则需要使用${areaCode}传参,即绝对 阅读全文

posted @ 2023-09-25 14:15 五官一体即忢 阅读(32) 评论(0) 推荐(0) 编辑

SimpleDateFormat高并发下的线程安全问题

摘要: package io.binghe.concurrent.lab06; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util. 阅读全文

posted @ 2023-09-25 08:19 五官一体即忢 阅读(7) 评论(0) 推荐(0) 编辑

导航