摘要: Messages表:mysql>create table Messages( ->message_id int auto_increment primary key, ->user_name varchar(50) not null, ->author_id int not null, ... 阅读全文
posted @ 2015-01-15 15:35 选择了就坚持 阅读(848) 评论(0) 推荐(0)