摘要:
001、 安装strcuture遇到如下问题: [root@PC1 console]# ./structure -bash: ./structure: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory 002、解决方 阅读全文
摘要:
001、python报错 SyntaxError: Non-ASCII character '\xe8' in file test.py on line 6 原因:注释行中出现了中文 ,而python支持的ASCII码不支持中文。 002、解决方法 在头文件中增加: # -*- coding: ut 阅读全文