摘要:
PyQt报错:could not load Qt platform plugin "xcb" even though it was found 问题描述 在远程链接ubuntu虚拟机进行开发时,报错。 qt.qpa.xcb: could not connect to display qt.qpa.p 阅读全文
摘要:
PyQt报错:qt.qpa.plugin: Could not find the Qt platform plugin 解决方法 搜索plugins\platforms,找到一个platform文件夹(比如F:\conda_env\envs\ml\Lib\site-packages\PyQt5\Qt 阅读全文
摘要:
解决MySQL的C++驱动报错:‘my_bool’ was not declared in this scope; did you mean ‘bool’? 问题描述 此问题仅影响 MySQL; MariaDB将继续支持。 尝试使用 MySQL 8.0.1 进行编译时发生以下构建错误,无法识别 m_ 阅读全文
摘要:
C语言逗号表达式和赋值表达式 笔试常考这个,没办法 #include <iostream> using namespace std; int main(int argc, char const* argv[]) { int a = 0, b = 0, c = 0, d = 0; // 1. 逗号表达 阅读全文