上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 120 下一页
摘要: https://stackoverflow.com/questions/17259280/how-do-you-change-background-for-a-button-mouseover-in-wpf <Window.Resources> <Style TargetType="{x:Type 阅读全文
posted @ 2018-09-23 11:09 FredGrit 阅读(1046) 评论(0) 推荐(1)
摘要: git status -sb git commit -m'ThirdCommit' git push -u origin HEAD:ThirdBranch git branch -a git branch -r git branch -v git branch -vv git branch -vv* 阅读全文
posted @ 2017-02-21 01:04 FredGrit 阅读(218) 评论(0) 推荐(0)
摘要: 1.$ git ls-remote From git@github.com:Smoothfu/WPFITEMSSOURCEPRODUCTCOLLECTION.git9a6669a2e2c9e22b309fc3c94c43d27affaaeef7 HEAD5046527222cf7000358cf2a 阅读全文
posted @ 2017-02-14 23:54 FredGrit 阅读(195) 评论(0) 推荐(0)
摘要: public int Compare(string x,string y) { DateTime xDate = DateTime.ParseExact(x, "MMMM", new CultureInfo("en-US")); DateTime yDate = DateTime.ParseExac 阅读全文
posted @ 2017-02-08 21:56 FredGrit 阅读(219) 评论(0) 推荐(0)
摘要: string connectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConsoleApp55.Properties.Settings.mydbConnectionString"].ToStrin 阅读全文
posted @ 2017-02-05 01:11 FredGrit 阅读(214) 评论(0) 推荐(0)
摘要: The types of LINQ are mentioned below in brief. LINQ to Objects LINQ to XML(XLINQ) LINQ to DataSet LINQ to SQL (DLINQ) LINQ to EntitiesApart from 阅读全文
posted @ 2017-02-04 00:40 FredGrit 阅读(174) 评论(0) 推荐(0)
摘要: name="ZFF""ZFF"date=new DateTime(2017,02,03,21,19,45){2/3/2017 21:19:45 PM} Date: {2/3/2017 0:00:00 AM} Day: 3 DayOfWeek: Friday DayOfYear: 34 Hour: 2 阅读全文
posted @ 2017-02-03 22:40 FredGrit 阅读(258) 评论(0) 推荐(0)
摘要: <Button Grid.Row="1" Content="Load Data" BorderBrush="Black" BorderThickness="10"> <i:Interaction.Triggers> <i:EventTrigger EventName="Click"> <i:Invo 阅读全文
posted @ 2016-12-31 12:12 FredGrit 阅读(1150) 评论(0) 推荐(0)
摘要: public ObservableCollection<CustomerModel> CustomerCollection { get { if(customerCollection!=null) { var thirdList = customerCollection.ToList().Order 阅读全文
posted @ 2016-12-30 23:28 FredGrit 阅读(301) 评论(0) 推荐(0)
摘要: Your time is limited, so don't waste it living someone else's life. Don't be trapped by dogma - which is living with the results of other people's thi 阅读全文
posted @ 2016-12-28 16:35 FredGrit 阅读(183) 评论(0) 推荐(0)
上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 120 下一页