摘要: Python中的UnboundLocalError是什么错误?如何解决? 解决报错:UnboundLocalError: cannot access local variable 'XXX' where it is not associated with a value. 详解Python中,全局变量与局部变量的区别,以及何时需要使用关键字global. 阅读全文
posted @ 2023-11-20 22:57 overxus 阅读(10161) 评论(0) 推荐(1)
摘要: 在OpenGL中使用Dear ImGui 在OpenGL中如何集成Dear ImGui:添加源代码、创建窗口和GUI控件以及加载中文字体。 阅读全文
posted @ 2023-11-20 16:28 overxus 阅读(1512) 评论(0) 推荐(0)