[Vue warn]: Unknown custom element: <usertree> - did you register the component correctly? For recursive components, make sure to provide the "name" option. 网上的解决方案没有提及到这种情况的,忘了已经定义了一个components: {}了,…
一、Minor GC、Major GC 和 Full GC Minor GC:清理新生代空间,当Eden空间不能分配时候引发Minor GC Major GC:清理老年代空间 Full GC:清理Java堆空间 二、新生代垃圾收集器 1. Serial 收集器 线程:单线程收集器&#…