随笔分类 -  MVC

摘要:获取的是前台传过来的String类型的值,例如:1,123,44,59 具体代码如下 参考:http://bbs.csdn.net/topics/390930931 阅读全文
posted @ 2017-04-18 11:31 木头园—OOIP 阅读(1436) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/yelaiju/p/3375168.html https://github.com/AutoMapper/AutoMapper/issues/383 http://www.cnblogs.com/bluewhale84/p/4240801.html 阅读全文
posted @ 2017-03-29 21:24 木头园—OOIP 阅读(604) 评论(0) 推荐(0)
摘要:对Car汽车表分页实现简单分页,放在这里方便查看回顾,自定义每页几条有点问题,有待完善······1.新建mvc项目2.添加linq to sql 数据库连接3.添加CarBF类using System;using System.Collections.Generic;using System.Li... 阅读全文
posted @ 2015-09-12 18:56 木头园—OOIP 阅读(1316) 评论(0) 推荐(0)