1、修改字段名: alter table 表名 rename column A to B 2、修改字段类型: alter table 表名 alter column 字段名 type not null 3、修改字段默认值 alter table 表名 add default (0) for 字段名 ...
分类:
数据库 时间:
2021-02-20 11:58:41
阅读次数:
0
windows服务 unit untserverinfo; interface uses Windows, Messages, SysUtils, Classes, Forms, WinSvc, SvcMgr, System.Win.Registry; function ServiceGetStat ...
原因:未开启mysql服务器 手动开启:windows下启动cmd,在命令行下输入services.msc命令,打开服务程序,找到mysql程序,手动启动 命令行开启:net start mysql 服务名称被修改过,导致命令行无法开启 ...
分类:
数据库 时间:
2021-02-20 11:56:03
阅读次数:
0
1.下载iso (下面的两个链接有下载地址,速度还行)链接1:https://next.itellyou.cn/Original/Index#cbp=Product?ID=f905b2d9-11e7-4ee3-8b52-407a8befe8d1链接2:http://www.xitongcheng.c ...
1 安装 脚手架 npm install -g @angular/cli 2 创建项目 ng new angulardemo 3 运行项目 ng server --open ...
分类:
其他好文 时间:
2021-02-20 11:43:16
阅读次数:
0
五年前买的联想ThinkPad E531(配置非常低非常低)实在是卡的不行,做个word都想砸了它的冲动。最近想开始学习Linux,发现好多建议初学者在Windows下装虚拟机,这样虽好,但感觉好麻烦,简单粗暴点,直接装个Linux系统。 1.选择一个版本的Linux操作系统。我这里安装了CentO ...
分类:
系统相关 时间:
2021-02-19 13:41:02
阅读次数:
0
一、MySQL概述 1、什么是数据库 ? 答:数据的仓库,如:在ATM的示例中我们创建了一个 db 目录,称其为数据库 2、什么是 MySQL、Oracle、SQLite、Access、MS SQL Server等 ? 答:他们均是一个软件,都有两个主要的功能: 将数据保存到文件或内存 接收特定的命 ...
分类:
数据库 时间:
2021-02-19 13:38:02
阅读次数:
0
mysql下载地址:https://dev.mysql.com/downloads/mysql/8.0.html 下载后解压: 新建my.ini文件 [Client] port = 3306 [mysqld] #设置3306端口 port = 3306 # 设置mysql的安装目录,注意斜杠,需要两 ...
分类:
数据库 时间:
2021-02-19 13:34:12
阅读次数:
0
CONVERT() SQL Server CONVERT() 函数 CAST() SQL Server CAST() 函数 ...
分类:
数据库 时间:
2021-02-19 13:33:39
阅读次数:
0
1. 治标不治本的办法: 加上一句 path C:\Windows\\System32。 ...
分类:
其他好文 时间:
2021-02-19 13:28:37
阅读次数:
0