摘要:
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... 阅读全文
摘要:
前言: * 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. 这句话的意思 阅读全文
摘要:
1.首先我们来看看普通的传值是啥样的。如图所示,我们普通的传值是这样的 1 public ActionResult Edit(int?id) 2 { 3 4 if (id == null) 5 { 6 ... 阅读全文
摘要:
【一】 前一段时间,有个94年的学妹给我打电话。她说,她很迷茫,很害怕。她说没想到一转身就大三了,很快就要大四了,感觉好像随时要毕业的样子。可是她回头去看过去的三年时光,她都不知道自己究竟干了些什么,读书没有好好读,恋爱也没有正经谈过,社团也只是随便打打酱油。她说感觉自己好失败,好像什么事情都做不... 阅读全文
摘要:
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... 阅读全文