没有最好的语言,只有最适合的语言。
发布时间:2013-07-11 18:53:59
最近在ubuntu下拨号上网,但是上网的过程中发现,打开网页有点小不稳定,就去网上找资料,但发现反馈的信息好杂乱的感觉。后来找到一个方法,暂时用了还没有发现什么大问题,就记录下来,等下次可以用上:......【阅读全文】
发布时间: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) 自增......【阅读全文】