12 2017 档案

摘要:更新日期:2020年4月23日,更新内容:更新ComImport、DeskBand,解决电脑重启以及explorer.exe重启后,勾选状态没有保存的问题 最近写了个小程序,用于将固态硬盘的写入量等信息显示在任务栏,最开始使用Windows API也可以实现,但是当任务栏托盘增加的时候,会被遮盖,最 阅读全文
posted @ 2017-12-29 10:38 0611163 阅读(4444) 评论(10) 推荐(5)
摘要:代码: <ItemsControl ItemsSource="{Binding Info}" FontFamily="微软雅黑" FontSize="12" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Cent 阅读全文
posted @ 2017-12-26 22:56 0611163 阅读(2978) 评论(0) 推荐(0)
摘要:一、代码结构: 二、数据实体类: using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using Syste 阅读全文
posted @ 2017-12-15 15:25 0611163 阅读(1053) 评论(0) 推荐(0)
摘要:XAML代码: <ControlTemplate x:Key="btnTpl" TargetType="RadioButton"> <StackPanel Orientation="Vertical" Height="30" Background="Transparent"> <Border Nam 阅读全文
posted @ 2017-12-06 10:22 0611163 阅读(2123) 评论(1) 推荐(1)