摘要:
前言 C#为我们更好的与设备进行通讯,提供了SerialPort类于我们进行设备通讯,我们只需要将参数给与这个类并且实例化该类就可以通讯 1 using System; 2 using System.Collections.Generic; 3 using System.Data; 4 using 阅读全文
摘要:
前言 当大家搜索ini的时候就说明项目中是需要存放一些持久性变量,或者是代码程序不能满足的数据,或者是用户及程序的配置信息,不管怎么说,就是需要操作ini文件,直接上代码 using MediaInfoLib; using System; using System.Collections.Gener 阅读全文
摘要:
pdf转md、word、html、ppt等相互转换 PDF 与 Word,Excel,PPT,JPG 互转 的网址:https://smallpdf.com/cn/pdf-to-word PDF 转 Markdown 的网址:https://pdf2md.morethan.io/ PDF 转 HTM 阅读全文