摘要:
1.新建一个bat文件 2.将cmd命令写入bat文件中 例如:(功能是停止MySQL服务) net stop MySQL net start MySQL c#代码: Process proc = new Process(); string targetDir = string.Format(@"D 阅读全文
posted @ 2018-08-09 15:36
JesseLivermore
阅读(17815)
评论(1)
推荐(0)