每天学一点,每天积累一点,进步就不止一点点!PS:好记性不如烂笔头,学会总结,学会思考~~~ ----要飞翔,必须靠自己!

灰太狼的梦想

好记性不如烂笔头,学会总结,学会思考~~~

摘要: Adding Search by GenreIf you added theHttpPostversion of theIndex method, delete it now.Next, you'll add a feature to let users search for movies by g... 阅读全文
posted @ 2015-06-20 22:41 灰太狼的梦想 阅读(1352) 评论(0) 推荐(0) 编辑
摘要: 前言: * The Contains method is run on the database, not the c# code above. On the database, Contains maps to SQL LIKE, which is case insensitive. 这句话的意思 阅读全文
posted @ 2015-06-20 20:28 灰太狼的梦想 阅读(1847) 评论(0) 推荐(0) 编辑
摘要: 1.首先我们来看看普通的传值是啥样的。如图所示,我们普通的传值是这样的 1 public ActionResult Edit(int?id) 2 { 3 4 if (id == null) 5 { 6 ... 阅读全文
posted @ 2015-06-20 17:19 灰太狼的梦想 阅读(4189) 评论(0) 推荐(1) 编辑
摘要: 【一】 前一段时间,有个94年的学妹给我打电话。她说,她很迷茫,很害怕。她说没想到一转身就大三了,很快就要大四了,感觉好像随时要毕业的样子。可是她回头去看过去的三年时光,她都不知道自己究竟干了些什么,读书没有好好读,恋爱也没有正经谈过,社团也只是随便打打酱油。她说感觉自己好失败,好像什么事情都做不... 阅读全文
posted @ 2015-06-20 11:41 灰太狼的梦想 阅读(1061) 评论(4) 推荐(9) 编辑
摘要: 1.在Model类里面,写好相应的属性。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Data.Entity; 6 7 nam... 阅读全文
posted @ 2015-06-20 09:35 灰太狼的梦想 阅读(4078) 评论(5) 推荐(1) 编辑