-
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
-
MYSQL-must-know-will
MYSQL必知必会,mysql学习的经典总结,学习的可以下载。(MYSQL must know will mysql learning classic summary of learning can download.)
- 2012-09-14 22:40:08下载
- 积分:1
-
mysql官方中文帮助文档
mysql的中文帮助文档,官方的 很有用的帮助,其中包括了大量的使用信息 和mysql的api接口 都有函数的功能介绍 加紧下载吧! 很难得哦!(mysql help documentation, the official invaluable help, including a large number of the use of information and the mysql api interface of functionality has introduced intensify download! Rare!)
- 2005-07-18 11:36:05下载
- 积分:1
-
MySQLConsole
MySql console library, Delphi
- 2018-02-12 13:10:45下载
- 积分:1
-
jsp留言板项目带后台
jsp留言墙,用了boot框架jq库,运用了mysql数据库,美化了登录页,自带项目介绍,可以删除,h5效果挺多的,希望大家的喜欢,本资料是在学校时做的项目,虽然不怎么完美,适合初学者使用
- 2022-02-11 20:24:39下载
- 积分:1
-
Cert
通过Main函数可以查看并解析https网站的安全证书信息,并与DBConn一道将您所感兴趣的证书存入到MySQL数据库当中(Through the Main function can view and analysis of the safety certificate https web information, dbconn, together with your certificate of deposit interest to the MySQL database)
- 2008-08-02 19:42:45下载
- 积分:1
-
solidmysql-5.1.22-beta-0080
Soliddb for MySQL 是 solidbase 公司开发的一个针对MySQL的存储引擎,这是一个基于内存的存储引擎,速度很快。 solidmysql-5.1.22-beta-0080(Soliddb for MySQL is solidbase developed a storage engine for MySQL, which is a memory-based storage engine, very fast. solidmysql-5.1.22-beta-0080)
- 2008-06-12 15:38:28下载
- 积分:1
-
MYSQL-attack
该书籍介绍了MYSQL数据库的基础知识,讲解了数据库如何被攻击及阻拦攻击的解决方法。( The book introduces the basic knowledge of MYSQL database, explained the database to be solution attack and block attacks.
)
- 2013-07-10 17:01:29下载
- 积分:1
-
csql.tar
Replacement for Sybases isql with readline support including history and commandline completion. Requires sybase c-client libs or FreeTDS. Tested with Sybase 12.0, 12.5 on Solaris, Linux, FreeBSD, and MacOS X.
- 2009-10-17 22:08:07下载
- 积分:1
-
hbase
Hadoop集群 hbase命令简集 介绍了一些常用的hbase命令(Jane set hbase Hadoop cluster command introduces some commonly used hbase command)
- 2016-04-20 17:24:12下载
- 积分:1