1. 当前端口被哪个进程占用

netstat -aon|findstr 80
tasklist|findstr 2448

  1. 去除文件只读属性

attrib Common.dll -r

  1. 拷贝文件夹

xcopy /y /s ..\MyDevTool\ForDebug\Some* .\

相关文章:

  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2021-11-12
  • 2021-05-26
  • 2021-10-09
  • 2022-01-25
猜你喜欢
  • 2021-12-04
  • 2022-12-23
  • 2021-12-15
  • 2021-07-26
  • 2022-01-26
  • 2022-12-23
  • 2021-12-04
相关资源
相似解决方案