上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 28 下一页
摘要: 使用HierarchicalDataTemplate递归绑定现实 XAML代码: <UserControl x:Class="SunCreate.CombatPlatform.Client.MultiSelOrgTree" xmlns="http://schemas.microsoft.com/wi 阅读全文
posted @ 2018-04-09 12:19 0611163 阅读(1597) 评论(0) 推荐(0)
摘要: 代码: <Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.c 阅读全文
posted @ 2018-03-13 10:02 0611163 阅读(2673) 评论(7) 推荐(0)
摘要: // 设置为受保护的操作系统文件,并隐藏attrib d:\n.txt +s +h // 取消设置为受保护的操作系统文件,并取消隐藏attrib d:\n.txt -s -h 阅读全文
posted @ 2018-03-09 12:39 0611163 阅读(935) 评论(0) 推荐(0)
摘要: 更新日期:2020年4月23日,更新内容:更新ComImport、DeskBand,解决电脑重启以及explorer.exe重启后,勾选状态没有保存的问题 最近写了个小程序,用于将固态硬盘的写入量等信息显示在任务栏,最开始使用Windows API也可以实现,但是当任务栏托盘增加的时候,会被遮盖,最 阅读全文
posted @ 2017-12-29 10:38 0611163 阅读(4378) 评论(10) 推荐(5)
摘要: 代码: <ItemsControl ItemsSource="{Binding Info}" FontFamily="微软雅黑" FontSize="12" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Cent 阅读全文
posted @ 2017-12-26 22:56 0611163 阅读(2968) 评论(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 阅读(1034) 评论(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 阅读(2103) 评论(1) 推荐(1)
摘要: 1、实现ILifeSpanHandler接口,代码如下: using CefSharp; using CefSharp.WinForms; using System; using System.Collections.Generic; using System.Linq; using System. 阅读全文
posted @ 2017-10-23 14:56 0611163 阅读(3914) 评论(10) 推荐(0)
摘要: Options: using CommandLine; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namesp 阅读全文
posted @ 2017-10-23 12:09 0611163 阅读(1025) 评论(0) 推荐(0)
摘要: 代码: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>IMG元素内存泄露测试</title> <script type="text/javascript" src= 阅读全文
posted @ 2017-10-12 11:23 0611163 阅读(638) 评论(2) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 28 下一页