摘要: WPF样式——ListBox选中项改变样式:https://www.cnblogs.com/tangchun/p/12941436.html WPF样式——多条件触发器:https://www.cnblogs.com/zuifengke/archive/2014/05/26/3753519.html 阅读全文
posted @ 2021-05-11 23:18 microsoft-zhcn 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 打包工具:nsis-2.46-setup 打包工具:Inno Steup 本地数据库:SQLite Expert Professional 5.x 下载地址:https://blog.csdn.net/qq_34202873/article/details/85068877 自动更新:自动更新库_4 阅读全文
posted @ 2021-05-11 19:45 microsoft-zhcn 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 问题原因: WPF 打开本地图片,同时另一个进程去访问这个图片; BitmapImage bitmap = new BitmapImage(); bitmap.BeginInit(); bitmap.UriSource = new Uri(filePath); bitmap.EndInit(); I 阅读全文
posted @ 2021-05-11 13:41 microsoft-zhcn 阅读(582) 评论(0) 推荐(0) 编辑