摘要:
代码如下: //创建excelobject missing = System.Reflection.Missing.Value;Excel.Application app = new Excel.Application();app.Application.Workbooks.Add(true);Ex 阅读全文
摘要:
一个 dotnet 数据库 orm 框架 https://github.com/leadnt/FluentDAO 一个基于 HttpClient 的开源项目。只需要定义c#接口并修改相关特性,即可异步调用远程http接口的客户端库。 https://github.com/dotnetcore/Web 阅读全文
摘要:
最近工作中遇到一些关于字符串截取的问题,发现用正则表达式截取更为方便,想起来快两年没有写过博客了,开始上Demo小案例,希望对大家也有用~案例背景:我想要在一串包含数据结果的字符串中截取出来里面包含的数字,数字的类型可能是整数、小数、正负数、科学计数法等。案例实现:上代码 private void 阅读全文
摘要:
1 命名空间及继承命名空间1:System.Windows.Forms 继承1:Object→MarshalByRefObject→Component→Control→ListControl→ComboBox 命名空间2:System.Windows.Controls 继承2: Object→Dis 阅读全文
摘要:
OutlookGrid: grouping and arranging items in Outlook style A grid allowing grouping and arranging items, much like Outlook. Download source files - 13 阅读全文