摘要: 查询表的SQLselect table_name tableName, engine, table_comment tableComment, create_time createTime from information_schema.tables where table_schema IN( ' 阅读全文
posted @ 2022-07-13 16:35 WPMA 阅读(84) 评论(0) 推荐(0) 编辑
摘要: package com.huawei.hmnewexperience.util; import org.springframework.util.CollectionUtils; import java.lang.reflect.Field; import java.lang.reflect.Inv 阅读全文
posted @ 2022-07-13 16:23 WPMA 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 整数对最小和 /* * 整数对最小和 * 给定两个整数数组array1、array2,数组元素按升序排列。假设从array1、array2中分别取出一个元素可构成一对元素,现在需要取出k对元素, * 并对取出的所有元素求和,计算和的最小值 * 注意:两对元素如果对应于array1、array2中的两 阅读全文
posted @ 2022-07-13 16:13 WPMA 阅读(311) 评论(0) 推荐(0) 编辑