-
mysql主从配置
说明: 通过配置,实现mysql实时数据备份,文中详细阐述了整个细节以及注意事项(Through configuration, MySQL real-time data backup is realized. The whole details and matters needing attention are elaborated in detail.)
- 2020-06-22 16:20:02下载
- 积分: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
-
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
manejo de base de datos mysql
- 2009-11-18 05:58:55下载
- 积分: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
-
travel
mysql数据库,关于数据库的一些基本操作(mysql database on some basic database operations)
- 2013-04-15 21:46:44下载
- 积分:1
-
vc_ado_classic_utility_applet
vc ado经典实用小程序vc ado classic utility applet(vc ado classic utility applet vc ado classic utility applet)
- 2010-08-07 13:50:28下载
- 积分:1
-
UCI
是UCI数据库中的一些有代表性的数据集,用相关软件打开后即可使用(UCI database are some typical data sets, using the relevant software to open, ready for use)
- 2009-03-24 00:21:12下载
- 积分:1
-
ORACLE-pinyin
oracle 拼音码函数,能提取汉子拼音的首字母,全部拼音等。(oracle phonetic code function, can extract the man the first letter of the alphabet, all Pinyin.)
- 2012-11-12 10:56:44下载
- 积分:1
-
java网吧管理系统毕设
说明: java和mysql数据库实现网吧管理系统(Implementation of Internet bar management system with Java and MySQL database)
- 2020-07-02 07:40:02下载
- 积分:1