摘要: 前端代码:@{ Layout = null;} Controller代码:zmTestEntities entity = new zmTestEntities();public ActionResult Curve() { ... 阅读全文
posted @ 2015-07-08 16:22 kobe工作室 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 前端代码:@{ Layout = null;} Index Controller代码:zmTestEntities entity = new zmTestEntities(); //柱状 publi... 阅读全文
posted @ 2015-07-08 16:20 kobe工作室 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 现把转换方法列举如下:1、纵表转横表: 纵表结构 TableANameCourseGrade张三语文75张三数学80张三英语90李四语文95李四数学55横表结构 TableBName语文数学英语张三758090李四95550方法一:select Name,sum(case Course when ‘... 阅读全文
posted @ 2015-07-08 16:17 kobe工作室 阅读(282) 评论(0) 推荐(0) 编辑