G
N
I
D
A
O
L
上一页 1 ··· 8 9 10 11 12
摘要: 开源Math.NET基础数学类库使用总目录 1.开源Math.NET基础数学类库使用(01)综合介绍 2.开源Math.NET基础数学类库使用(02)矩阵向量计算 3.开源Math.NET基础数学类库使用(03)C#解析Matlab的mat格式 4.开源Math.NET基础数学类库使用(04)C#解 阅读全文
posted @ 2022-09-16 08:51 firespeed 阅读(162) 评论(0) 推荐(0)
摘要: var pdfReader = new PdfReader("xxx.pdf"); StreamWriter output = new StreamWriter(new FileStream("处理结果.txt", FileMode.Create)); int pageCount = pdfRead 阅读全文
posted @ 2022-09-16 00:42 firespeed 阅读(349) 评论(0) 推荐(0)
摘要: .NET(C#) ExcelLibrary读写Excel(.xls,.xlsx)示例代码(不用安装Office) ExcelLibrary是一个比较轻量级的Excel读写组件,由国人开发的。可以读写 xls 和 xlsx 格式的 Excel。支持简单的公式,可插入图片,对于格式的设置也不是很丰富,可 阅读全文
posted @ 2022-09-16 00:32 firespeed 阅读(152) 评论(0) 推荐(0)
摘要: 代码如下: //创建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 阅读(29) 评论(0) 推荐(0)
摘要: 一个 dotnet 数据库 orm 框架 https://github.com/leadnt/FluentDAO 一个基于 HttpClient 的开源项目。只需要定义c#接口并修改相关特性,即可异步调用远程http接口的客户端库。 https://github.com/dotnetcore/Web 阅读全文
posted @ 2022-08-17 08:12 firespeed 阅读(40) 评论(0) 推荐(0)
摘要: 最近工作中遇到一些关于字符串截取的问题,发现用正则表达式截取更为方便,想起来快两年没有写过博客了,开始上Demo小案例,希望对大家也有用~案例背景:我想要在一串包含数据结果的字符串中截取出来里面包含的数字,数字的类型可能是整数、小数、正负数、科学计数法等。案例实现:上代码 private void 阅读全文
posted @ 2022-03-24 00:50 firespeed 阅读(647) 评论(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 阅读(5401) 评论(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 阅读(219) 评论(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 阅读(1455) 评论(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 阅读(40) 评论(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 阅读(577) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12