摘要: 如果网站使用html5、css3、自适应等新特性,可能有些浏览器版本不支持。这时候,需要提醒浏览者更新浏览器的版本到最新。 本篇用到的插件为:http://jreject.turnwheel.com/ HomeController中: public class HomeController : Controller { public ActionResult ... 阅读全文
posted @ 2015-04-02 09:16 Darren Ji 阅读(1831) 评论(1) 推荐(0) 编辑
摘要: IEnumerable, ICollection, IList,每种接口只适合某些特定场景,如何区别使用呢? IEnumerable接口,只提供了一个获取迭代器的方法,这也是为什么可以使用foreach遍历实现了IEnumerable接口集合的原因。 public interface IEnumerable { IEnumerator GetEnumerator(); } ICo... 阅读全文
posted @ 2015-04-02 06:40 Darren Ji 阅读(1279) 评论(1) 推荐(0) 编辑

我的公众号:新语新世界,欢迎关注。