11 2016 档案
摘要:<StackPanel> <Slider x:Name="slider1" /> <Slider x:Name="slider2"/> <Button Content="Increase" x:Name="firstBtn" Command="Slider.IncreaseLarge" Comman
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ConsoleApplication4{ class Program { static void Main(str
阅读全文
摘要:<Button x:Name="btnReset" Click="btnReset_Click" Content="重 置" Grid.Row="4" Grid.Column="3" FontSize="30" HorizontalAlignment="Center"/> private void
阅读全文
摘要:抄自 http://www.cnblogs.com/badnewfish/archive/2011/05/27/2060338.html
阅读全文
摘要:xaml:
阅读全文
摘要:Topmost -[true,false] The default is false, but if set to true, your Window will stay on top of other windows unless minimized. Only useful for specia
阅读全文
摘要:1.添加引用 using System.Reflection;using System.Windows.Controls; 2.静态类扩展方法(this) public static class WebBrowserExtensions { public static void SuppressSc
阅读全文
摘要:public class RGBConverter : IMultiValueConverter { //正向修改,整合颜色值 public object Convert(object[] values, Type targetType, object parameter, CultureInfo
阅读全文
摘要:IsSnapToTickEnabled="True"
阅读全文
摘要:抄自:http://blog.csdn.net/leo063/article/details/52994786 thread stack size not set; configure via D:\Program Files\elasticsearch-5.0.0\config\jvm.optio
阅读全文
摘要:1.下载curlzip,https://curl.haxx.se/download.html; 2.解压,在bin文件夹中找到curl.exe,右键“以管理员身份运行”,cmd e: 换盘符;出现E:\Work\curl-7.46.0-win64\curl-7.46.0-win64\bin; 3.c
阅读全文