-
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
-
StudentInfo
说明: 这是一个用swing和MySQL写的学生信息管理系统,适用于大学生的课程设计(This is a student information management system written in Swing and MySQL, suitable for college students curriculum design)
- 2020-12-26 09:11:20下载
- 积分: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
-
人事档案管理
这是一个数据库课程设计,可以直接使用。开发语言为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
-
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
-
Mysql五级联动数据
国家统计局的省市区镇村五级联动数据库表sql脚本(SQL script of five-level database tables for towns and villages in provinces, municipalities and cities of the State Statistical Bureau)
- 2020-06-18 15:40:02下载
- 积分:1
-
EasyBuy
说明: 北大青鸟的S2结业项目数据库(易买网)用来给MyEclipse里面用的(The S2 graduation project database of Peking University bluebird is used for MyEclipse)
- 2019-12-06 20:16:51下载
- 积分:1
-
MySQL事务部分回滚-回滚到指定保存点
说明: mysql数据回滚,回滚数据到指定保存点。用于线上恢复问题(MySQL data rollback)
- 2020-06-15 22:45:01下载
- 积分:1
-
python学生管理系统-mysql
说明: Simple student information management system based on MySQL, including simple access control, batch operation, import and export and statistical analysis, using Tkinter for graphical
- 2020-07-15 15:10:42下载
- 积分:1
-
jsp留言板项目带后台
jsp留言墙,用了boot框架jq库,运用了mysql数据库,美化了登录页,自带项目介绍,可以删除,h5效果挺多的,希望大家的喜欢,本资料是在学校时做的项目,虽然不怎么完美,适合初学者使用
- 2022-02-11 20:24:39下载
- 积分:1