随笔分类 -  c#

摘要:LINQ 左右连接:DefaultIfEmpty()incomeList = (from p in db.Incomes join m in db.Items on p.ItemID ... 阅读全文
posted @ 2015-01-22 17:13 fixbug11 阅读(129) 评论(0) 推荐(0)
摘要:1.前台js 1 $().ready(function () { 2 3 $('[name="checkAll"]').click(function () { 4 if ("checked" == $('input[name="checkAll"]').attr("... 阅读全文
posted @ 2015-01-20 17:28 fixbug11 阅读(171) 评论(0) 推荐(0)