Let the storm money come!

06 2012 档案

摘要:一句多么贴切,而又操蛋,有能抒发我情感的句子。 阅读全文
posted @ 2012-06-15 16:43 精密~顽石 阅读(376) 评论(0) 推荐(0)
摘要:如何写CSS Hack 比如要分辨IE6和firefox两种浏览器,可以这样写: <style>div{background:green;/*forfirefox*/*background:red;/*forIE6*/}</style><div>我在IE6中看到是红色的,在firefox中看到是绿色的。</div> [xml] view plaincopy<style>div{background:green;/*forfirefox*/*background:red;/*forIE6*/}</style><div& 阅读全文
posted @ 2012-06-12 14:53 精密~顽石 阅读(176) 评论(0) 推荐(0)
摘要:create table #temptable ( col1 int, col2 int ) insert into #temptable exec 存储过程名称 阅读全文
posted @ 2012-06-11 15:49 精密~顽石 阅读(520) 评论(0) 推荐(0)
摘要:可能表里有自增列吧,这句话惊醒梦中人。 阅读全文
posted @ 2012-06-11 15:16 精密~顽石 阅读(1398) 评论(0) 推荐(0)

在通往地狱的路上,加班能使你更快到达。