没有最好的语言,只有最适合的语言。
发布时间:2013-07-11 18:52:27
linux下出现Access denied for user 'root'@'localhost' (using password: YES)的解决办法......【阅读全文】
发布时间:2013-07-11 18:50:47
用workbeach建表中注意的点
- PK: primary key (column is part of a pk) 主键
- NN: not null (column is nullable) 非空
- UQ: unique (column is part of a unique key) 唯一
- AI: auto increment (the column is auto incremented when rows are inserted) 自增......【阅读全文】