上一页 1 ··· 4 5 6 7 8
摘要: /// <summary> /// 把集合拼接成用分隔符分割的字符串 /// </summary> /// <param name="source"></param> /// <param name="separator"></param> /// <returns></returns> publi 阅读全文
posted @ 2016-08-09 11:21 cclon 阅读(507) 评论(0) 推荐(0) 编辑
摘要: web.config ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// using MySql.Data.MySqlClient; using ... 阅读全文
posted @ 2016-08-09 11:08 cclon 阅读(844) 评论(0) 推荐(0) 编辑
摘要: //按部门汇总 IEnumerable report = summary .GroupBy(x => new { x.DeptID, x.DeptName }).Select(g => new WeekReportWithDepartmentInfo { DeptID = g.Key.DeptID, ... 阅读全文
posted @ 2016-07-22 12:45 cclon 阅读(405) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8