博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2024年1月12日

摘要: public class AttributeFs { /** * William * 循环实体list属性统一判断操作返回异常问题 * @param errorList * @param object * @return */ public static List getAttribute(List 阅读全文

posted @ 2024-01-12 11:12 何一徐一 阅读(8) 评论(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 何一徐一 阅读(289) 评论(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 何一徐一 阅读(224) 评论(0) 推荐(0) 编辑

2023年3月16日

摘要: 查看表空间使用情况 SELECT A.TABLESPACE_NAME "表空间名", TOTAL / 1024 / 1024 "表空间大小单位M", FREE / 1024 / 1024 "表空间剩余大小单位M", (TOTAL - FREE) / 1024 / 1024 "表空间使用大小单位M", 阅读全文

posted @ 2023-03-16 16:06 何一徐一 阅读(33) 评论(0) 推荐(0) 编辑

2023年2月14日

摘要: @JsonInclude(JsonInclude.Include.NON_NULL) 阅读全文

posted @ 2023-02-14 11:56 何一徐一 阅读(1) 评论(0) 推荐(0) 编辑