04 2015 档案

摘要:回复删除 阅读全文
posted @ 2015-04-30 11:21 根号五 阅读(2292) 评论(0) 推荐(0) 编辑
摘要:原文:http://www.cnblogs.com/wangyanhong/archive/2013/09/18/3327919.html一.语法explain 例如: explain select * from t3 where id=3952602;二.explain输出解释+----+----... 阅读全文
posted @ 2015-04-29 22:20 根号五 阅读(241) 评论(0) 推荐(0) 编辑
摘要:SELECT `table`.*, (@rownum := @rownum + 1) AS ROWNUMFROM `table` inner join (SELECT @rownum := 0) rWHERE 1ORDER BY `table`.id; 阅读全文
posted @ 2015-04-22 12:12 根号五 阅读(573) 评论(0) 推荐(0) 编辑
摘要:原文:http://blog.csdn.net/e421083458/article/details/8217650 1.类与对象 对象:实际存在该类事物中每个实物的个体。$a =new User(); 实例化后的$a 原文:http://blog.csdn.net/e421083458/artic 阅读全文
posted @ 2015-04-21 10:33 根号五 阅读(255) 评论(0) 推荐(0) 编辑
摘要:原文地址:http://www.jb51.net/article/19844.htmjs获取浏览器高度和宽度值,尽量的考虑了多浏览器。IE中:document.body.clientWidth ==> BODY对象宽度document.body.clientHeight ==> BODY对象高度do... 阅读全文
posted @ 2015-04-17 17:58 根号五 阅读(181) 评论(0) 推荐(0) 编辑
摘要:原文地址:http://blog.chinaunix.net/uid-540802-id-138873.html------------------------- 自动生成随机数据存储过程 -------------------------dropPROCEDURE if exists genRan... 阅读全文
posted @ 2015-04-17 17:51 根号五 阅读(171) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示