我把用到的工具全部都整理了一下,全部都有老师讲的挺不错的,就是不放资源太无语了http://pan.baidu.com/s/1jIl1dT8 上一个失联了
2017-04-22
我把用到的工具全部都整理了一下,全部都有老师讲的挺不错的,就是不放资源太无语了
http://pan.baidu.com/s/1mh71zSG
http://pan.baidu.com/s/1mh71zSG
2017-04-22
create table user(
id int(4) not null primary key auto_increment,
username char(20) DEFAULT NULL,
password varchar(20) DEFAULT NULL,
email varchar(30) DEFAULT NULL
);
id int(4) not null primary key auto_increment,
username char(20) DEFAULT NULL,
password varchar(20) DEFAULT NULL,
email varchar(30) DEFAULT NULL
);
2017-04-17