http://xiangai.taobao.com
http://shop148612228.taobao.com
摘要: Linq的分组功能Linq在集合操作上很方便,很多语法都借鉴自sql,但linq的分组却与sql有一定的区别,故整理发布如下。 1. Linq分组 分组后以Key属性访问分组键值。 每一组为一个IEnumberAble或IQeuryAble的集合,可以继续枚举。 Sample:string[] World = { "Hello","World"}; string[] Brother = { "Hello","Brother"}; var result = from wld in World from bth in 阅读全文
posted @ 2012-03-02 21:24 万事俱备就差个程序员 阅读(409) 评论(0) 推荐(0) 编辑
摘要: private double DateDiff(string howtocompare, System.DateTime startDate, System.DateTime endDate) { double diff=0; System.TimeSpan TS = new System.TimeSpan(endDate.Ticks-startDate.Ticks); ... 阅读全文
posted @ 2012-03-02 15:28 万事俱备就差个程序员 阅读(541) 评论(0) 推荐(0) 编辑
摘要: 本人菜鸟,求这句Jquery语句的详解: $(".checkAll").live("click", function () { $(":checkb... 2011-12-2 14:53 提问者: suizhikuo | 浏览次数:77次 本人菜鸟,求这句Jquery语句的详解: $(".checkAll").live("click", function () { $(":ch... 阅读全文
posted @ 2012-03-02 10:22 万事俱备就差个程序员 阅读(322) 评论(0) 推荐(0) 编辑
摘要: CSS开发中常用技巧总结 使用css缩写好处 使用缩写可以帮助减少你CSS文件的大小,更加容易阅读。 明确定义单位,除非值为0,以及px和em区别。 忘记定义尺寸的单位是CSS新手普遍的错误。在HTML中你可以只写width="100",但是在CSS中,你必须给一 个准确的单位,比如:width:100px width:100em。只有两个例外情况可以不定义单位:行高和0值。除此以 外,其... 阅读全文
posted @ 2012-03-02 09:17 万事俱备就差个程序员 阅读(266) 评论(0) 推荐(0) 编辑

http://xiangai.taobao.com
http://shop148612228.taobao.com
如果您觉得对您有帮助.领个红包吧.谢谢.
支付宝红包
微信打赏 支付宝打赏