嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
qt c 连接sqlite数据库的实例
使用 qt c 收了数据库sqlite的操作类,连接数据库没有问题,实现了c 语言对sqliite
数据库的操作.
.
├── AIchatGPT
│ ├── AIchatGPT.pro
│ ├── AIchatGPT.pro.user
│ ├── IMAGE
│ │ ├── AILOGIN.jpg
│ │ └── AIWIN.ico
│ ├── aichatgptres.qrc
│ ├── chatgpt.cpp
│ ├── chatgpt.ui
│ ├── chatgptdata.cpp
│ ├── chatgptdata.h
│ ├── db
│ │ ├── sqlite.db
│ │ ├── sqlite3.def
│ │ └── sqlite3.dll
│ ├── dbhelper.cpp
│ ├── dbhelper.h
│ ├── dbo.cpp
│ ├── dbo.h
│ ├── globalvariable.cpp
│ ├── globalvariable.h
│ ├── main.cpp
│ ├── mainwindow.cpp
│ ├── mainwindow.h
│ ├── mainwindow.ui
│ ├── mainwindowaichatgpt.cpp
│ ├── mainwindowaichatgpt.h
│ ├── mainwindowaichatgpt.ui
│ ├── mainwindowaichatgptdata.cpp
│ ├── mainwindowaichatgptdata.h
│ ├── regusr.cpp
│ ├── regusr.h
│ ├── regusr.ui
│ ├── sqlite.db
│ ├── sqlite3.def
│ ├── sqlite3.dll
│ ├── sqlitedb.cpp
│ ├── sqlitedb.h
│ ├── sqlitedb1.cpp
│ ├── sqlitedbo.cpp
│ ├── support.cpp
│ ├── support.h
│ ├── test.cpp
│ ├── test.h
│ ├── upform.cpp
│ ├── upform.h
│ ├── usedata.cpp
│ └── usedata.h
└── qt c 连接sqlite数据库的实例_AIchatGPT.zip
3 directories, 46 files