-
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
-
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
-
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
-
mysqli
Archivo de conexion a BD mysqli
- 2015-04-24 09:29:16下载
- 积分:1
-
Oracle
Oracle基础教程超级的基础哦Oracle基础教程超级的基础哦Oracle基础教程超级的基础哦(The basiclearning of oracle )
- 2012-10-19 22:22:17下载
- 积分:1
-
library-management-
数据库课程设计报告参考图书馆管理信息系统(Course database design report reference library management information system
)
- 2012-06-27 16:46:13下载
- 积分:1
-
MySQL必知必会(文字版)
说明: mysql必会知识点。
列举mysql中基础知识点及相关的实践。(MySQL must know knowledge.
List the basic knowledge points and related practice in MySQL.)
- 2020-12-10 21:45:54下载
- 积分:1
-
数据库系统概念第六版答案(覆盖全),6E
数据库系统概念全书第六版答案(覆盖全)。(The answer to the sixth edition of database system is the answer.)
- 2020-10-26 18:59:59下载
- 积分:1
-
OOW_Latch
oracle database 11g latch
- 2018-08-15 08:44:36下载
- 积分:1
-
BASE-SIS-VEN-JAVA
Es un sistema de venta hecho en java y con mysql que se puede registrar productos borrar producto dar de alta empleados, y hace un regsitro en la base de datos en la cual puede almacenar la informacion de la tienda.
- 2014-04-02 02:29:48下载
- 积分:1