-
mysql必知必会
说明: mysql入门教材,包括pdf和操作的sql语句,适合新手入门(MySQL introductory materials, including PDF and operation of SQL statements, suitable for beginners)
- 2020-08-05 16:32:48下载
- 积分: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
manejo de base de datos mysql
- 2009-11-18 05:58:55下载
- 积分:1
-
jsp留言板项目带后台
jsp留言墙,用了boot框架jq库,运用了mysql数据库,美化了登录页,自带项目介绍,可以删除,h5效果挺多的,希望大家的喜欢,本资料是在学校时做的项目,虽然不怎么完美,适合初学者使用
- 2022-02-11 20:24:39下载
- 积分:1
-
MySQL
MySQL资料,非常好用,希望对大家有用,值得推荐,加油(MySQL data, very easy to use, we want to be useful, it is recommended, refueling)
- 2016-01-13 19:47:56下载
- 积分: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
-
数据库 企业人事
数据库课程设计报告 企业人事(含代码)
- 2022-04-21 05:35:23下载
- 积分:1
-
Devang_DAO
数据库程序的作业,,简单了一些,,有些功能未实现,,做了两份作业,一份自己的,一份同学的,,呵呵,,功能一样,,界面不同(database operations, and some simple, some functions had not been achieved, and do two operations, one on their own. a classmate, and huh, and functions, and different interface. .)
- 2006-07-20 11:54:52下载
- 积分: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
-
API跟单系统(内含教程)
说明: 外汇交易必备,MT4跟单系统,不用打开MT4客户端实现跟单喊单的软件,无限制使用,跨平台跟单,一对多跟单,多对一跟单,交叉跟单,账户一键登录,非常方便。可以跟三四百个账户。(Foreign exchange transaction must, MT4 documentary system, do not open MT4 client to achieve documentary software, unlimited use, cross platform documentary, one to many documentary, many to one documentary, cross documentary, account one click login, very convenient. You can talk to three or four hundred accounts.)
- 2021-01-15 01:24:54下载
- 积分:1