07 2020 档案

摘要:建表时加上唯一性约束 CREATE TABLE `t_user` ( `Id` int(11) NOT NULL AUTO_INCREMENT, -- 自增 `name` varchar(18) NOT NULL unique, -- 唯一性约束 `password` varchar(18) NOT 阅读全文
posted @ 2020-07-19 14:08 Lay0us 阅读(536) 评论(0) 推荐(0)
摘要:Windows Server 2003 Enterprise Edition SP2 企业版序列号 HXCRB-TQW9R-42JK8-TQ7X2-PJRDY Windows Server 2012 R2 安装密钥:(只适用安装,不支持激活) 标准版 = NB4WH-BBBYV-3MPPC-9RCM 阅读全文
posted @ 2020-07-01 09:55 Lay0us