摘要:
C:\Qt\Qt5.9.9\Tools\QtCreator\bin\plugins\sqldrivers C:\Qt\Qt5.9.9\5.9.9\mingw53_32\plugins\sqldrivers 插件开发模式 微服务 QSqlDatabase db = QSqlDatabase::addD 阅读全文
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
摘要:
C:\Qt\Qt5.9.9\Tools\QtCreator\bin\plugins\sqldrivers C:\Qt\Qt5.9.9\5.9.9\mingw53_32\plugins\sqldrivers 插件开发模式 微服务 QSqlDatabase db = QSqlDatabase::addD 阅读全文
摘要:
QApplication a(argc, argv); /***********查看现在可用的数据库驱动***********/ qDebug() << "Available drivers:"; QStringList drivers = QSqlDatabase::drivers(); fore 阅读全文
摘要:
QT连接ORACLE数据库 一 资源下载和安装 Qt 5.9.3(qt-opensource-windows-x86-5.9.3.exe)下载地址:http://download.qt.io/archive/qt/5.9/5.9.3/ 注意:在安装Qt的过程中切记把 src选项勾上,默认是不选的。 阅读全文
摘要:
MainWindow::MainWindow( QWidget *parent) :QMainWindow(parent),ui(new Ui::MainWindow) {} 阅读全文
|