上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 91 下一页
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;using System.Threading; 阅读全文
posted @ 2019-01-13 18:58 FredGrit 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 1.Nuget 下载NPOI; Install-package NPOI -version 2.4.1 2.下载EF install-package entityframework -version 6.2.0 3.添加数据,ef model.edmx 4.建议使用NPOI.XSSF.UserMod 阅读全文
posted @ 2019-01-02 22:07 FredGrit 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(1033) 评论(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 阅读(211) 评论(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 阅读(200) 评论(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 阅读(249) 评论(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 阅读(1116) 评论(0) 推荐(0) 编辑
上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 91 下一页