摘要:
public class AttributeFs { /** * William * 循环实体list属性统一判断操作返回异常问题 * @param errorList * @param object * @return */ public static List getAttribute(List 阅读全文
posted @ 2024-01-12 11:12 何一徐一 阅读(12) 评论(0) 推荐(0)
摘要:
public class AttributeFs { /** * William * 循环实体list属性统一判断操作返回异常问题 * @param errorList * @param object * @return */ public static List getAttribute(List 阅读全文
posted @ 2024-01-12 11:12 何一徐一 阅读(12) 评论(0) 推荐(0)
摘要:
LambdaQueryWrapper<DnfProcessDnfInfo> wrapper = Wrappers.lambdaQuery(); wrapper.and(i -> { if (pnlList.size() > 1) { for (int j = 0; j < pnlList.size( 阅读全文
posted @ 2024-01-12 11:05 何一徐一 阅读(413) 评论(0) 推荐(0)
摘要:
public class MybatisParameterUtils { public static <T, F> void cutInParameter(LambdaQueryWrapper<T> wrapper, SFunction<T, ?> column, List<F> coll) thr 阅读全文
posted @ 2024-01-12 11:00 何一徐一 阅读(306) 评论(0) 推荐(0)
摘要:
查看表空间使用情况 SELECT A.TABLESPACE_NAME "表空间名", TOTAL / 1024 / 1024 "表空间大小单位M", FREE / 1024 / 1024 "表空间剩余大小单位M", (TOTAL - FREE) / 1024 / 1024 "表空间使用大小单位M", 阅读全文
posted @ 2023-03-16 16:06 何一徐一 阅读(37) 评论(0) 推荐(0)
摘要:
@JsonInclude(JsonInclude.Include.NON_NULL) 阅读全文
posted @ 2023-02-14 11:56 何一徐一 阅读(2) 评论(0) 推荐(0) |
||