摘要: 1. 报错情况 SSL 关闭 的 pg_hba.conf 记录 (pgjdbc: autodetected server-encoding to be GB2312, if the message is not readable, please check database logs and/or 阅读全文
posted @ 2024-01-27 15:58 →_→BéLieve 阅读(97) 评论(0) 推荐(0)
摘要: 以下方法只适用只有一个根节点的树形数据,对有多组树的数据转换: 调用flattenTree的时候循环遍历调用改造flattenTree方法,把代码套一个循环,对treeData进行遍历,定义新的array接每次循环完成的result // 将单个根节点树结构转为数组 const flattenTre 阅读全文
posted @ 2024-01-27 15:47 →_→BéLieve 阅读(8) 评论(0) 推荐(0)
摘要: 数据必须包含id和parentId,代码示例的数据id为functionId,可以根据需要替换数据id和parentId的命名。functionSort数据定义的排序字段,分别对子节点、根节点排序,不需要可以去掉sort相关代码 // 列表转为树 const arrayToTreeLoop = (n 阅读全文
posted @ 2024-01-27 15:37 →_→BéLieve 阅读(17) 评论(0) 推荐(0)