摘要:
using System.Diagnostics; // 获取占用文件的进程并强制结束 public void CloseProcessByFileName(string fileName) { Process[] processes = Process.GetProcessesByName(fil 阅读全文
摘要:
在学习 ASP.NET Core Web Application 时 发现无论如何都无法找到这个模板,在翻遍论坛后都没有看到解决的方法,在我下载 visual Studio 2017 中终于找到了 但是,你会发现他只能选择.net core 2.0这肯定是不符合我们写代码的,因为他太老了,但在202 阅读全文
摘要:
[DllImport("user32.dll")] public static extern int FindWindow(string lpClassName, string lpWindowName); [DllImport("user32.dll")] public static extern 阅读全文
摘要:
//首先 安装spire.pdf 的get包 //该方法只能转换10页的pdf文档 /// <summary> /// /// </summary> /// <param name="originalPath">文件路径</param> /// <param name="newPath">新文件放置 阅读全文