摘要:
git配置 $ git config --global user.name "Fred" $ git config --global user.email xxxxx@xx.com 检查已有的配置信息 $ git config --list 查看用户名 $ git config user.name 阅读全文
摘要:
<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 阅读全文