摘要: 1. 当前端口被哪个进程占用 netstat aon|findstr 80 tasklist|findstr 2448 2. 去除文件只读属性 attrib Common.dll r 3. 拷贝文件夹 xcopy /y /s ..\MyDevTool\ForDebug\Some\ .\ 阅读全文
posted @ 2016-01-21 19:23 liqipeng 阅读(221) 评论(0) 推荐(0)