-
Qt插入MySQL数据库源代码
Qt插入数据到mysql数据库,自行建立数据库(网上有教程),数据库按照如下代码在DOS界面建立,实测有用。
1、在运行框输入cmd,以管理员身份运行,输入mysql(前提是数据库和Qt连接成功)。
2、输入mysql;
3、建议一个数据库create database name;
4、use name;
5、create table device(
ID int unsigned auto_increment primary key,
Present1 int not NULL,
Present2 int not NULL,
Devices_Type varchar(40) not NULL,
X double(8,2) not NULL,
Y double(8,2) not NULL,
Z double(8,2) not NULL,
W double(8,2) not NULL
);
- 2022-03-12 22:22:13下载
- 积分:1
-
northwind_mysql
说明: this is the northwind mysql database file
- 2019-11-15 09:28:12下载
- 积分:1
-
人事档案管理
这是一个数据库课程设计,可以直接使用。开发语言为php。题目为人事档案管理系统,支持录入编辑,数据统计,数据库备份,报表打印与预览。并且使用了bootstrap,界面友好。(This is a database curriculum design, you can use directly. The development language is php. The subject of personnel file management system, support entry, editing, data statistics, database backup, print and preview statements. And using bootstrap, the interface is friendly.)
- 2017-06-20 10:25:51下载
- 积分:1
-
cvery_278800
VB做的管理系统 使用前先注册一下SmartMenuXP.dll,SmartMenuXP.ocx,SmartSubClass.dll,SmartViewport.ocx这4个组件(very good it is my zuo ye
you can see them . my frend tell me it is cool.it is my zuo ye very good it is my zuo ye
you can see them . my frend tell )
- 2009-05-22 19:58:05下载
- 积分:1
-
mysql5.1
mysql5.1.rar,mysql参考文档,开发的时候,查一查特殊函数,很实用。(a book for mysql5.1.)
- 2012-01-10 11:20:19下载
- 积分:1
-
网吧收银系统
网吧的收费管理系统,可以哦难过MySQL实现。(Internet Cafe fee management system, can Oh sorry MySQL implementation.)
- 2019-05-03 05:06:09下载
- 积分:1
-
mysql
mysql的参考资料,很全的,方便对sql的学习,开发,很有帮助的(mysql reference, very wide, and facilitate the SQL learning, development, helpful)
- 2013-04-30 11:20:40下载
- 积分:1
-
Lerxmulti-userversioncounter
采用JSP+Java Bean开发的基于MySQL数据库的计数器。
包含有动网165501条数据库。
可以限制每个用户记录的IP数,防止数据库无限增大。
多用户,可以开放记数器申请,用户可以登录修改资料。
所有密码均采用MD5加密。
登录使用认证码(有干扰纹)。(Used JSP+ Java Bean development of the counter based on the MySQL database. Contains a dynamic network database of 165,501. Each user can restrict the IP number of records to prevent an unlimited increase database. Multi-user, you can apply for an open counter, the user can modify the registry. All passwords are encrypted using MD5. Log in using the authentication code (interference pattern).)
- 2008-04-16 00:41:16下载
- 积分:1
-
VC++实现数据库连接池
在VC++下实现数据库连接池,支持SQL Server,MySQL等主流数据库格式。
可以实现数据库访问连接的动态申请释放,提高数据库访问效率
- 2023-04-14 23:35:03下载
- 积分:1
-
QT图书管理系统
图书管理系统,采用QT+mysql编写简单明了易上手(Library management system)
- 2017-06-21 12:39:59下载
- 积分:1