随笔 - 11  文章 - 2  评论 - 1
摘要: 1 var a = (function() { 2 return typeof arguments; 3 })(); 4 alert(a); //Object 5 6 var b = (function(x) { 7 ... 阅读全文
posted @ 2015-07-08 22:52 Double405 阅读(165) 评论(0) 推荐(0) 编辑
摘要: sql代码如下:统计重复的数据select MingCheng from tabShouFeiGongShi group by MingCheng having count(MingCheng) >= 2select * from (select *from tabShouFeiGongShiwhe... 阅读全文
posted @ 2015-07-08 12:03 Double405 阅读(2872) 评论(0) 推荐(0) 编辑