上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 94 下一页
摘要: git配置 $ git config --global user.name "Fred" $ git config --global user.email xxxxx@xx.com 检查已有的配置信息 $ git config --list 查看用户名 $ git config user.name 阅读全文
posted @ 2016-12-15 23:59 FredGrit 阅读(194) 评论(0) 推荐(0) 编辑
摘要: <StackPanel> <Slider x:Name="slider1" /> <Slider x:Name="slider2"/> <Button Content="Increase" x:Name="firstBtn" Command="Slider.IncreaseLarge" Comman 阅读全文
posted @ 2016-11-30 22:46 FredGrit 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-11-30 12:20 FredGrit 阅读(118) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ConsoleApplication4{ class Program { static void Main(str 阅读全文
posted @ 2016-11-28 20:59 FredGrit 阅读(1916) 评论(0) 推荐(0) 编辑
摘要: <Button x:Name="btnReset" Click="btnReset_Click" Content="重 置" Grid.Row="4" Grid.Column="3" FontSize="30" HorizontalAlignment="Center"/> private void 阅读全文
posted @ 2016-11-27 20:04 FredGrit 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 抄自 http://www.cnblogs.com/badnewfish/archive/2011/05/27/2060338.html 阅读全文
posted @ 2016-11-20 20:02 FredGrit 阅读(124) 评论(0) 推荐(0) 编辑
摘要: xaml: 阅读全文
posted @ 2016-11-10 10:01 FredGrit 阅读(522) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2016-11-08 15:33 FredGrit 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 1.添加引用 using System.Reflection;using System.Windows.Controls; 2.静态类扩展方法(this) public static class WebBrowserExtensions { public static void SuppressSc 阅读全文
posted @ 2016-11-08 12:02 FredGrit 阅读(1058) 评论(0) 推荐(0) 编辑
摘要: public class RGBConverter : IMultiValueConverter { //正向修改,整合颜色值 public object Convert(object[] values, Type targetType, object parameter, CultureInfo 阅读全文
posted @ 2016-11-07 14:33 FredGrit 阅读(1892) 评论(0) 推荐(0) 编辑
上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 94 下一页