一、所有表中name同步comment的方法:
操作步骤:工具>execute commands>Edit/Run script Option Explicit ; 将下面脚本复制进去并执行
ValidationMode True
InteractiveMode im_Batch
Dim mdl the current modelget the current …
List<Map<String,Object>>集合按照map中的某个值进行排序
举例:
public void test5(){List<Map<String, Object>> list new ArrayList<Map<String, Object>>();Map<String, Object> map1 new HashMap<String, Obj…