上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 76 下一页
摘要: 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 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 1.$ git ls-remote From git@github.com:Smoothfu/WPFITEMSSOURCEPRODUCTCOLLECTION.git9a6669a2e2c9e22b309fc3c94c43d27affaaeef7 HEAD5046527222cf7000358cf2a 阅读全文
posted @ 2017-02-14 23:54 FredGrit 阅读(185) 评论(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 阅读(208) 评论(0) 推荐(0) 编辑
摘要: string connectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConsoleApp55.Properties.Settings.mydbConnectionString"].ToStrin 阅读全文
posted @ 2017-02-05 01:11 FredGrit 阅读(197) 评论(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 阅读(157) 评论(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 阅读(248) 评论(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 阅读(1111) 评论(0) 推荐(0) 编辑
摘要: public ObservableCollection<CustomerModel> CustomerCollection { get { if(customerCollection!=null) { var thirdList = customerCollection.ToList().Order 阅读全文
posted @ 2016-12-30 23:28 FredGrit 阅读(294) 评论(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 阅读(175) 评论(0) 推荐(0) 编辑
摘要: checked http://www.broculos.net/2014/04/wpf-autocompletebox-autocomplete-text.html#.WGNnq4N95aQ. 1.Search Wpf toolkit in Nuget and install; View: <Win 阅读全文
posted @ 2016-12-28 15:33 FredGrit 阅读(1165) 评论(0) 推荐(0) 编辑
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 76 下一页