解决方案:QSqlDatabase: an instance of QCoreApplication is required for loading driver plugins

在用QSqlDatabase时遇到报错QSqlDatabase: an instance of QCoreApplication is required for loading driver plugins是因为Qt不知道plugins的所在目录。

解决方法:

在用到数据库之前添加代码QCoreApplication::addLibraryPath("./plugins");

其中的"./plugins"可以替换为实际plugins所在的目录(plugins下级存在sqldrivers目录,该目录下的dll为QSqlDatabase实际需要的library。

解决方案:QSqlDatabase: an instance of QCoreApplication is required for loading driver plugins

时间: 2024-11-06 11:16:45

解决方案:QSqlDatabase: an instance of QCoreApplication is required for loading driver plugins的相关文章

解决方式:QSqlDatabase: an instance of QCoreApplication is required for loading driver plugins

在用QSqlDatabase时遇到报错QSqlDatabase: an instance of QCoreApplication is required for loading driver plugins是由于Qt不知道plugins的所在文件夹. 解决方法: 在用到数据库之前加入代码QCoreApplication::addLibraryPath("./plugins"); 当中的"./plugins"能够替换为实际plugins所在的文件夹(plugins下级

Exception occurred during processing request: id to load is required for loading

ERROR Dispatcher:38 - Exception occurred during processing request: id to load is required for loadingjava.lang.IllegalArgumentException: id to load is required for loading at org.hibernate.event.LoadEvent.<init>(LoadEvent.java:89) at org.hibernate.

错误集:java.lang.IllegalArgumentException: id to load is required for loading

案例一: 从jsp提交数据到action报此错: 原因:name='shop.account.accountId'这各方式提交,映射关系的id值不能为空: 然后就是你写成name='account.accountId'同样会错:主键id不能为空!!

树莓派打印机配置

树莓派打印机配置 前言: 在树莓派端,通过USB口连接打印机,对打印机进行配置,控制打印机的打印和扫描功能. 本配置采用了HP的一款打印机 一.打印配置 配置流程 1.驱动确定 由于确定使用HP家的打印机,因此进入HP的官网: https://developers.hp.com/hp-linux-imaging-and-printing/supported_devices/index 查询打印机是否支持Linux的驱动 2.驱动安装 进入树莓派控制窗口,运行以下命令: sudo apt-get

SharePoint 2013+ Sqlserver 2014 Kerberos 配置传奇, 最终的解决方案 验证。

SharePoint 2013+ Sqlserver 2014 Kerberos 配置传奇. 1,安装数据库,我就不多说安装,客户一定要注意. 我将参照以下实施例和账户. 2,建立DNS,假设没有DNSserver 在本地改动hosts吧. 3.Configure Claims to Windows Token Service Account.(呵呵 中文 是声明为windows令牌服务) Create an AD account to be used by the Claims to Wind

SharePoint 2013+ Sqlserver 2014 Kerberos 配置图例, 终极解决方案 已经验证。

SharePoint 2013+ Sqlserver 2014 Kerberos 配置图例. 1,安装数据库,安装方法我就不说了,账户一定要注意. 我下面会有参考实例和账户. 2,建立DNS,如果没有DNS服务器 在本地修改hosts吧. 3,Configure Claims to Windows Token Service Account.(呵呵 中文 是声明为windows令牌服务) Create an AD account to be used by the Claims to Windo

运行ConnectionDemo时遇到的问题及解决方案

20175227张雪莹 2018-2019-2 <Java程序设计> 运行ConnectionDemo时遇到的问题及解决方案 老师博客上提供确认数据库连接的代码 import static java.lang.System.out; import java.sql.*; public class ConnectionDemo { public static void main(String[] args) throws ClassNotFoundException, SQLException

Spring的注入问题

作下笔记,Spring的注入问题[多个实例问题] 解决方案如下: 1 package student.life.support.platform.service.impl; 2 3 import javax.annotation.Resource; 4 5 import org.springframework.stereotype.Service; 6 7 import student.life.support.platform.dao.BaseDao; 8 import student.lif

ocp 1Z0-042 1-60题解析

1. Because of a power outage,instance failure has occurred. From what point in the redo log does recovery begin and where does it end?A. Current redo log and inactive redo logB. Checkpoint position to end of redo logC. Beginning of redo log to end of