logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Qt中的QSqlQuery::exec: database not open

QSqlQuery::exec: database not open出现这个问题是你的类QSqlQuery未指定链接添加QSqlQuery query(db);即可

#qt#sqlite
ros-qt开发中:Could not find a package configuration file provided by “qt_build“ with...

Could not find a package configuration file provided by “qt_build” with any of the following names: qt_buildConfig.cmake qt_build-config.cmake…我的开发环境是:Ubuntu18.04ROS版本:Melodic开发工具是Ros-qt的一个插件,安装后执行执行:

到底了