when i try to develop a hello demo in QT creator with the code following : #include<QApplication> #include<QLabel> int main(int argc,char *argv[]) {     QApplication app(argc,argv);     QLabel l("hello,word!");     l.show();     retu…
Qt Creator编译时:cannot open file 'debug\QtGuiEx.exe' File not found 利用Qt Creator编译工程时,出现如题目所示的错误,其中红色部分是工程名称. 在Qt Creator的Build栏中,点击clean all 和 clean project "QtGuiEx",后,再进行编译,仍然出现该错误. 在工程目录下,发现debug文件夹内存在QtGuiEx.exe. 既然存在该文件,为什么还打不开呢?猛然见发现,上次debu…
./certbot-auto certonly 报错: Transaction check error:   file /etc/rpm/macros.ghc-srpm from install of redhat-rpm-config-9.1.0-80.el7.centos.noarch conflicts with file from package epel-release-6-8.noarch  Error Summary -------------  Could not install…
因为之前在Ubuntu下使用的是qtcreator开发,现在想在mac上装一个系统,因为许久未装了,还是花了点时间,不如写个博客,下次就更快安装了.在Mac OS X下使用Qt开发,需要配置Qt库和编译器.编译器只能使用苹果公司自主研发的Clang. 首先是: 下载:Command_Line_Tools_macOS,我的是macOS10.13.3: https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_ma…
  在不同地域的两个SQL Server服务器上配置了复制(Replication)用于同步数据(生产环境配置有Replication,测试环境也配有Replication),两地通过专线连接起来,这些复制(Replication)已经稳定运行了一两年了, 但是前阵子,测试环境的SQL Server的Replication中突然遇到下面错误: Error messages: The process could not read file '\\xxx\xxx\xxx\xxx\xxx\xxx.pr…
执行test程序时输出: EAL: Error reading from file descriptor 23: Input/output error 原因: 在虚拟机添加的网卡,dpdk不支持导致的. 需要修改一行代码,跳过dpdk pci 检查 修改代码行 lib/librte_eal/linuxapp/igb_uio/igb_uio.c 找到 pci_intx_mask_supported(dev) 这行代码,然后修改为 pci_intx_mask_supported(dev)||true…
time:2015/04/19 1. 描述:运行cocos的cpp-test例子,结果修改了代码之后提示错误:Get data from file(fonts/arial.ttf) failed, error code is 32 2. 原因:未知~ 3. 解决:根据[1]中的方法解决问题 * 打开platform/win32/CCFileUtilsWin32.cpp* 找到两处::CreateFileW* 将第三个参数原本的0改为FILE_SHARE_READ 4. 参考: [1]http:/…
前两天在linux下使用Qt creator, 切换到了管理员使用了Qt creator后,再切换为普通用户,发现出现了 Cannot overwrite file ..Permission denied 这样的错误.      解决思路其实很简单,这就是缺少权限.它说哪些文件缺少权限,我们就给这些文件添加上权限,增加上读写权限就可以正常使用了.      sudo chmod 666 + 文件 即可…
事实上问题的解决的方法非常easy:就是Qt不支持中文的路径,把源代码的路径所有改成英文就可以解决这个问题. 首先问题发生在我执行网上的样例程序时,又一次构建编译也是出错.提示: Cannot find file: F:\Pro\Qt\QT5开发及实例\本书源程序\CH1\CH101\Dialog\Dialog.pro. 21:55:03: 进程"D:\Qt\Qt5.5.0\5.5\msvc2013_64\bin\qmake.exe"退出.退出代码 2 . Error while bu…
在家编译一个Apache的开源项目,在编译时遇到错误如下: error: error while loading <root>, error in opening zip file [ERROR] error: error while loading <root>, error in opening zip file error: scala.reflect.internal.MissingRequirementError: object scala.runtime in comp…