程序者,能解决问题,稳定,效率性能兼顾就好。
在此记录一点小程序,主要是用于以后调试查找方便。
#include#include #include #include int main(int argc, char *argv[]){ QApplication a(argc, argv); qDebug()<<"Available drivers:"; QStringList drivers=QSqlDatabase::drivers(); foreach(QString dvr,drivers) { qDebug()<