摘要: var drag = function(){ var obj = document.getElementById("id"); var s = obj.style; var b = document.body; var x = event.clientX + b... 阅读全文
posted @ 2014-06-09 14:38 CBDoctor 阅读(3845) 评论(0) 推荐(0)
摘要: 在应用程序开发中,多条件查询是个经常遇到的情况,最简单最麻烦的方法是把所有的可能情况都考虑到,但是无疑是繁琐的,而且很容易漏掉可能的情形,下面是SQL语句实现多条件查询的情况select * from table where table .a=case when isnull(a,'')!='' t... 阅读全文
posted @ 2014-06-09 11:08 CBDoctor 阅读(889) 评论(0) 推荐(0)
摘要: nslookup www.google.com 8.8.8.8 阅读全文
posted @ 2014-06-09 10:09 CBDoctor 阅读(326) 评论(0) 推荐(0)