2015年11月23日

mysql关联查询和联合查询

摘要: 一、内联方式 1.传统关联查询 "select * from students,transcript where students.sid=transcript.sid and transcript.total>600 and transcript.date=2015-6"; 上面是查询出在2015... 阅读全文

posted @ 2015-11-23 11:28 会学习的猪 阅读(6791) 评论(0) 推荐(0)

三种页面跳转方式

摘要: 1、跳转 5秒后 跳转到helloword.html页面2、javascript跳转 slef.location='helloword.html;//直接跳转 setTimeout("javascript:location.herf='helloword.html',5000");//定时跳转3、... 阅读全文

posted @ 2015-11-23 09:31 会学习的猪 阅读(298) 评论(0) 推荐(0)

导航