在一台旧电脑上装了深度系统,装了Qt,导入项目, build提示 clang找不到:
Project ERROR: Cannot run compiler clang. Output: /bin/sh: 1: clang: not found Maybe you forgot to setup the environment?
Error while parsing …
使用LinkedList效率更高 1、单个顶级节点
public static List<CmsStudentOutline> getTreeList(CmsStudentOutline root) {List<CmsStudentOutline> list new ArrayList<>();Queue<CmsStudentOutline> queue new LinkedList<>();if (root nu…