会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
首页
管理
上一页
1
2
3
4
5
6
7
···
33
下一页
2024年7月18日
2024.7.18
摘要:
阅读全文
posted @ 2024-07-18 14:35 超级驼鹿
阅读(29)
评论(0)
推荐(0)
2024年3月21日
WPF 麦克风 动态音量大小
摘要: 绿色部分可以动态调整高度: <Grid Height="450" Width="800"> <Viewbox> <Canvas Width="20" Height="20"> <Path Data="M5.39285714,9.10714286 L5.39285714,9.64285714 C5.3
阅读全文
posted @ 2024-03-21 15:24 超级驼鹿
阅读(67)
评论(0)
推荐(0)
2024年1月15日
WPF 避免重复启动程序
摘要: 1.VS中右键App.xaml,【生成操作】选择为【Page】 2.修改App.xaml.cs文件如下: using System; using Microsoft.Extensions.DependencyInjection; using System.Threading; using Syste
阅读全文
posted @ 2024-01-15 10:33 超级驼鹿
阅读(168)
评论(0)
推荐(0)
2023年10月24日
WPF ItemsControl 卡顿 数据量大 虚拟化 优化
摘要: <ItemsControl ItemsSource="{Binding MemberList}" VirtualizingStackPanel.IsVirtualizing="True" VirtualizingStackPanel.VirtualizationMode="Recycling" Vi
阅读全文
posted @ 2023-10-24 10:10 超级驼鹿
阅读(661)
评论(0)
推荐(0)
2023年10月8日
C#中避免写switch case的方法
摘要: 原始写法: 方案一 方案二
阅读全文
posted @ 2023-10-08 08:27 超级驼鹿
阅读(49)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
33
下一页
/*