上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: 重启谷歌浏览器:chrome://restart 重启火狐浏览器:shift+f2 restart ef code first 第一次初始化数据库后,如果在model里面新加字段的话,运行会报错解决方案:1,使用 EF 的数据迁移(个人觉得比较麻烦) 在NuGet控制台输入以下命令 PM> Enab 阅读全文
posted @ 2016-12-12 10:53 Gester.Lin 阅读(246) 评论(0) 推荐(0) 编辑
摘要: Sql2012及以上版本的分页比较简单: Sql2005-2008分页稍微复杂一点: 阅读全文
posted @ 2016-10-14 16:13 Gester.Lin 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.sina.com.cn/s/blog_4b4409c30100vw9t.html 最初的unicode编码是固定长度的,16位,也就是2两个字节代表一个字符,这样一共可以表示65536个字符。显然,这样要表示各种语言中所有的字符是远远不够的。Unicode4.0规范考虑 阅读全文
posted @ 2016-09-02 10:44 Gester.Lin 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 如何禁止(表单)用户名、密码自动填充 BY JACKSUN · 2014年11月21日 Html登录表单经常被自动填充,有的甚至用户从来没有登录过的网站也会有自动填充,甚是让人讨厌。 Mozilla 官方文档建议 Mozilla developer documentation 建议使用表单设置属性 阅读全文
posted @ 2016-09-02 10:38 Gester.Lin 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 最近有遇到两个类之间的赋值问题,两个类的属性几乎都一样的,所以写了个通过反射获取属性的然后赋值的方法,把一个类的属性的值赋值给另一个类。 框架是.net 4.5 阅读全文
posted @ 2016-08-29 09:06 Gester.Lin 阅读(6868) 评论(3) 推荐(0) 编辑
摘要: So far in this video series we have been using $scope to expose the members from the controller to the view. In the example above we are attaching mes 阅读全文
posted @ 2016-05-15 03:56 Gester.Lin 阅读(243) 评论(0) 推荐(0) 编辑
摘要: What is the issue : When you navigate to http://localhost/students, you will see list of students as shown below Click on any student name. For exampl 阅读全文
posted @ 2016-05-15 03:40 Gester.Lin 阅读(297) 评论(0) 推荐(0) 编辑
摘要: Here is what we want to do : When we navigate to /students, the list of student names must be displayed as hyperlinks. When we click on any student na 阅读全文
posted @ 2016-05-15 03:36 Gester.Lin 阅读(332) 评论(0) 推荐(0) 编辑
摘要: In the previous videos if you have noticed as we were typing the angular code in Script.js file we were getting some intellisense but it definitely is 阅读全文
posted @ 2016-05-15 03:18 Gester.Lin 阅读(193) 评论(0) 推荐(0) 编辑
摘要: At the moment the problem is that, if you try to navigate to a route that is not configured, you will see only the layout page without any partial tem 阅读全文
posted @ 2016-05-15 03:17 Gester.Lin 阅读(270) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页