摘要:
What the Red Means The lines that the user needs to enter or customize will be in red in this tutorial! The rest should mostly be copy-and-pastable. A 阅读全文
摘要:
//1.增加一个字段 alter table user add COLUMN new1 VARCHAR(20) DEFAULT NULL; //增加一个字段,默认为空 alter table user add COLUMN new2 VARCHAR(20) NOT NULL; //增加一个字段,默认 阅读全文
摘要:
These are instructions for installing on Windows 7 desktop (they may also be useful for a server install with some thought to security) using individu 阅读全文