上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 81 下一页
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Reflection;using NPOI.XSSF 阅读全文
posted @ 2019-02-23 16:29 FredGrit 阅读(246) 评论(0) 推荐(0) 编辑
摘要: This artice will write the main step to export generic data via csv with complete code and step by step. 1.Down load EntityFramework Install-package e 阅读全文
posted @ 2019-01-31 22:51 FredGrit 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(205) 评论(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 阅读(306) 评论(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 阅读(1031) 评论(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 阅读(199) 评论(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) 编辑
上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 81 下一页