摘要:
......... 报的错是:Cannot return from outside a function or method.提示onclick="return check();"处出错,此时修改下配置信息既可window-->preferences-->myeclipse-->validation... 阅读全文
摘要:
修改id为自动增长:alter table book b_ISBN int(11) auto_increment;自动增长要加的:auto_increment基本的sql语句:选择:select * from table where 范围插入:insert into table(field1,fie... 阅读全文