上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页
摘要: <Viewbox Stretch="Fill"> 布局内容 </Viewbox> 阅读全文
posted @ 2024-08-20 18:56 echo-efun 阅读(40) 评论(0) 推荐(0)
摘要: https://learn.microsoft.com/zh-cn/dotnet/core/porting/ 阅读全文
posted @ 2024-08-14 14:18 echo-efun 阅读(14) 评论(0) 推荐(0)
摘要: //view和viewmodel绑定 DataContext = LogViewModel.Instance; //指具体绑定对象 阅读全文
posted @ 2024-08-13 15:45 echo-efun 阅读(41) 评论(0) 推荐(0)
摘要: TextWrapping="Wrap" 不显示滚动条 ScrollViewer.HorizontalScrollBarVisibility="Disabled" ScrollViewer.VerticalScrollBarVisibility="Disabled" 阅读全文
posted @ 2024-08-13 15:24 echo-efun 阅读(72) 评论(0) 推荐(0)
摘要: System.Windows.Markup.XamlParseException:““设置属性“Prism.Mvvm.ViewModelLocator.AutoWireViewModel”时引发了异常。”,行号为“8”,行位置为“14”。” MissingMethodException: 没有为该对 阅读全文
posted @ 2024-08-13 14:35 echo-efun 阅读(619) 评论(0) 推荐(0)
摘要: 1.ConcurrentDictionary ConcurrentDictionary 并发字典,保证多线程情况下的安全性 Dictionary 非线程安全集合 using System.Collections.Concurrent; class Program { static void Main 阅读全文
posted @ 2024-08-09 10:16 echo-efun 阅读(34) 评论(0) 推荐(0)
摘要: Blazor 是一种框架,可供开发人员用于通过编写 C# 代码创建丰富的交互式用户界面 (UI)。 借助 Blazor,可以针对所有代码(服务器端和客户端)使用相同的语言,并呈现它以在许多不同浏览器(包括移动设备上的浏览器)中显示。 使用 Blazor 组件创建用户界面 - Training | M 阅读全文
posted @ 2024-06-12 14:42 echo-efun 阅读(91) 评论(0) 推荐(0)
摘要: Visual Studio 中的 Git 体验 | Microsoft Learn 阅读全文
posted @ 2024-06-11 14:57 echo-efun 阅读(24) 评论(0) 推荐(0)
摘要: 轮廓未显示 轮廓显示后 如下图中勾选cavity,达到显示轮廓效果 阅读全文
posted @ 2024-05-27 08:55 echo-efun 阅读(905) 评论(0) 推荐(0)
摘要: r——旋转 s——缩放 g——移动 顿号键——视图切换 滚轮中键滚动——放大缩小 按住滚轮中键——旋转 shift+按住滚轮中键——平移 阅读全文
posted @ 2024-05-27 08:34 echo-efun 阅读(425) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页