C# 操作PowerPoint
最近想做一个小东西,打算将ppt和视频结合在一起。所以研究起了powerpoint。 首先,环境是vs2008,vs2019,office我用的是2016(.ppt,...
给新入行同学:半导体基本知识
半导体( semiconductor),指常温下导电性能介于导体(conductor)与绝缘体(insulator)之间的材料。半导体在收音机、电视机以及测温上有着广泛的应用。如二极管就是采...
.net使用cefsharp开源库开发chrome浏览器
是Winform 开发谷歌浏览器的插件。.net4.5下确实不错,运行起来挺流畅的。https://github.com/cefsharp/CefSharphttps://www.cnblogs.co...
RTF 文档修复
当RTF文档出现如下状况时采用别的打开方式,出现以下乱码:{\rtf1\deff0{\fonttbl{\f0 Calibri;}{\f1\fcharset134 Microsoft YaHei UI;...
【RichEditControl】如何提取图片
private void GetImagesFromWord(string strFileName) &nb...
MSA中GRR(重复性和复现性)你明白了吗?
请参考:https://wenku.baidu.com/view/0e88749faeaad1f346933fc9.html计算公式 XAbar=(XA11+ XA12 +…+...
C#实现Windows系统账户密码登录
WindowsLogin.zipusing System; using System.Collections.Generic; using System.Compon...