摘要:
//匿名对象 private void Button1_OnClick(object sender, RoutedEventArgs e) { this.Frame.Navigate(typeof(PageNavigate2), new { id = 1, name = "LBI" }); } // 阅读全文
摘要:
使用asp.net5建立web application时遇到DNX SDK版本“dnx-clr-win-x86.1.0.0-beta5”无法安装的错误解决办法:运行cmd:1.输入:@powershell -NoProfile -ExecutionPolicy unrestricted -Comma... 阅读全文