07 2015 档案

摘要:Source:https://github.com/dotnet/roslyn/wiki/New-Language-Features-in-C%23-6This document describes the new language features in C# 6, the next versio... 阅读全文
posted @ 2015-07-21 10:58 人生无赖 阅读(327) 评论(0) 推荐(0)
摘要:https://products.office.com/zh-CN/office-online/view-office-documents-online 阅读全文
posted @ 2015-07-08 10:07 人生无赖 阅读(968) 评论(0) 推荐(0)
摘要:如果url是 /home/index?id=3 直接Request就ok。但是如果路由设定为:{controller}/{action}/{id}url是 /home/index/3这时想在页面View中获取参数id的值,该怎么获取?查了下资料好多人都利用Action获取到参数值后,用Viewdat... 阅读全文
posted @ 2015-07-07 11:23 人生无赖 阅读(2256) 评论(0) 推荐(0)