摘要:
SQL常用语句 一、查看数据库 1、 显示所有的数据库 命令:show databases; (注意:最后有个s) 2、 创建数据库 命令:create database 【数据库名】; 3、.查看当前使用的数据库 命令:select database(); 二、对表进行操作 A、创建表前及创建表时 阅读全文
posted @ 2016-08-03 20:10
Axel_uestc
阅读(190)
评论(0)
推荐(0)
摘要:
// xuanze-sort.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h"#include<iostream>#include<string>#include<vector>//vector向量容器using namespace std; /********* 阅读全文
posted @ 2016-08-03 20:05
Axel_uestc
阅读(110)
评论(0)
推荐(0)
摘要:
#include "stdafx.h"#include<iostream>#include<string>#include<vector>//vector向量容器using namespace std; /*********************************************** 阅读全文
posted @ 2016-08-03 20:04
Axel_uestc
阅读(131)
评论(0)
推荐(0)
摘要:
// xuanze-sort.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h"#include<iostream>#include<string>#include<vector>//vector向量容器#include<deque>#include<list>#i 阅读全文
posted @ 2016-08-03 20:03
Axel_uestc
阅读(114)
评论(0)
推荐(0)
摘要:
#include "stdafx.h"#include<iostream>#include<string>#include<vector>//vector向量容器#include<deque>#include<list>#include<algorithm>using namespace std;/ 阅读全文
posted @ 2016-08-03 19:59
Axel_uestc
阅读(131)
评论(0)
推荐(0)
摘要:
// xuanze-sort.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h"#include<iostream>#include<string>#include<vector>//vector向量容器#include<deque>using namespace 阅读全文
posted @ 2016-08-03 19:58
Axel_uestc
阅读(176)
评论(0)
推荐(0)

浙公网安备 33010602011771号