摘要:
ABAQUS错误代码system error code 1073741819 The first thing to pay attention to is the following: system error code 1073741819 is a Windows error exit code 阅读全文
摘要:
使用pyopengl时,窗口标题出现TypeError的错误,查看StackOverflow得知,传入的是字符串类型需要改为如下形式: wintitle = b"Yixn for PyOpengl" glutCreateWindow(wintitle) Basically you need to s 阅读全文