【MySql】C#数据库备份与还原
摘要:
using (Process p = new Process()) { p.StartInfo.FileName = "cmd.exe"; p.StartInfo.WorkingDirectory = workingDirectory; p.StartInfo.UseShellExecute = f 阅读全文
posted @ 2016-12-25 14:17 梦琪小生 阅读(1512) 评论(0) 推荐(0) 编辑