G
N
I
D
A
O
L
上一页 1 ··· 9 10 11 12 13
摘要: 代码如下: //创建excelobject missing = System.Reflection.Missing.Value;Excel.Application app = new Excel.Application();app.Application.Workbooks.Add(true);Ex 阅读全文
posted @ 2022-09-16 00:28 firespeed 阅读(44) 评论(0) 推荐(0)
摘要: 一个 dotnet 数据库 orm 框架 https://github.com/leadnt/FluentDAO 一个基于 HttpClient 的开源项目。只需要定义c#接口并修改相关特性,即可异步调用远程http接口的客户端库。 https://github.com/dotnetcore/Web 阅读全文
posted @ 2022-08-17 08:12 firespeed 阅读(50) 评论(0) 推荐(0)
摘要: 最近工作中遇到一些关于字符串截取的问题,发现用正则表达式截取更为方便,想起来快两年没有写过博客了,开始上Demo小案例,希望对大家也有用~案例背景:我想要在一串包含数据结果的字符串中截取出来里面包含的数字,数字的类型可能是整数、小数、正负数、科学计数法等。案例实现:上代码 private void 阅读全文
posted @ 2022-03-24 00:50 firespeed 阅读(682) 评论(0) 推荐(0)
摘要: 1 命名空间及继承命名空间1:System.Windows.Forms 继承1:Object→MarshalByRefObject→Component→Control→ListControl→ComboBox 命名空间2:System.Windows.Controls 继承2: Object→Dis 阅读全文
posted @ 2022-03-23 20:59 firespeed 阅读(5516) 评论(0) 推荐(1)
摘要: OutlookGrid: grouping and arranging items in Outlook style A grid allowing grouping and arranging items, much like Outlook. Download source files - 13 阅读全文
posted @ 2022-01-26 12:35 firespeed 阅读(243) 评论(0) 推荐(0)
摘要: 来源说明: https://jingyan.baidu.com/article/a681b0de1e3d103b18434601.html 其它参考: Windows Server2012 R2 无法安装.NET Framework 3.5的解决方法 很多Win下的服务,都会基于.NET Frame 阅读全文
posted @ 2022-01-20 12:19 firespeed 阅读(1525) 评论(0) 推荐(0)
摘要: 博客园主题练习资料备忘 https://www.yuque.com/awescnb https://www.yuque.com/awescnb/user/tmpomo https://www.yuque.com/awescnb/user/rycpvv https://www.yuque.com/aw 阅读全文
posted @ 2022-01-15 00:43 firespeed 阅读(48) 评论(0) 推荐(0)
摘要: I am making use of Font Awesome's icons to render basic font images within my C# WPF application. During run-time when I attempt to alter the TextBloc 阅读全文
posted @ 2019-07-06 21:50 firespeed 阅读(597) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13