代码改变世界

随笔档案-2012年08月

Visual Studio 2012 and .NET Framework 4.5 released to the web!

2012-08-23 22:41 by 诸葛二牛, 179 阅读, 收藏,
摘要: From Jason Zander’s blog 阅读全文

快速查看Gmail的未读邮件

2012-08-23 14:05 by 诸葛二牛, 586 阅读, 收藏,
摘要: 很多朋友都会将Gmail作为自己的主力邮箱,但Gmail在查看未读邮件时并不是很方便。当你单击“选择”后面的“未读”按钮时,Gmail只会自动勾选所有未读的邮件,仍然需要再次单击才能进行阅读。如果你希望获得更为快捷的方法,那么请按照下面的步骤进行操作:在页面顶部的搜索框中输入“label:unread”或“is:unread" 就可以轻松过滤。 阅读全文

@helper in MVC 3.0

2012-08-22 18:01 by 诸葛二牛, 199 阅读, 收藏,
摘要: http://weblogs.asp.net/scottgu/archive/2011/05/12/asp-net-mvc-3-and-the-helper-syntax-within-razor.aspxhttp://msdn.microsoft.com/en-us/vs2010trainingcourse_aspnetmvc3formsandvalidation_topic3.aspx 阅读全文

页面上显示大段的不可编辑文字的div css方法

2012-08-22 17:50 by 诸葛二牛, 489 阅读, 收藏,
摘要: <div style="height: 100px; overflow: scroll;">@Model.Description</div> 阅读全文

No Design View in MVC 3

2012-08-22 17:46 by 诸葛二牛, 188 阅读, 收藏,
摘要: There is no design view for Razor but when I put on my designer hat I use Expression Web to sketch the site layout then I move to Visual Studio andcreate my views and partial views.It feels like a loss after the WebForms design view but i got used to it 阅读全文

Expression Web 4SP 安装问题

2012-08-22 10:55 by 诸葛二牛, 364 阅读, 收藏,
摘要: 问题: 在安装Web 3 时,提示 : "Your computer is scheduled to restart. Restart your computer and run Setup to continue installing this Expression program."解决方案: We check three registry keys to determine if a reboot is required. It’s been known to happen that after an install and a reboot, these keys 阅读全文