摘要:
重启谷歌浏览器:chrome://restart 重启火狐浏览器:shift+f2 restart ef code first 第一次初始化数据库后,如果在model里面新加字段的话,运行会报错解决方案:1,使用 EF 的数据迁移(个人觉得比较麻烦) 在NuGet控制台输入以下命令 PM> Enab 阅读全文
摘要:
Sql2012及以上版本的分页比较简单: Sql2005-2008分页稍微复杂一点: 阅读全文
摘要:
转自:http://blog.sina.com.cn/s/blog_4b4409c30100vw9t.html 最初的unicode编码是固定长度的,16位,也就是2两个字节代表一个字符,这样一共可以表示65536个字符。显然,这样要表示各种语言中所有的字符是远远不够的。Unicode4.0规范考虑 阅读全文
摘要:
如何禁止(表单)用户名、密码自动填充 BY JACKSUN · 2014年11月21日 Html登录表单经常被自动填充,有的甚至用户从来没有登录过的网站也会有自动填充,甚是让人讨厌。 Mozilla 官方文档建议 Mozilla developer documentation 建议使用表单设置属性 阅读全文
摘要:
最近有遇到两个类之间的赋值问题,两个类的属性几乎都一样的,所以写了个通过反射获取属性的然后赋值的方法,把一个类的属性的值赋值给另一个类。 框架是.net 4.5 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文