
操作系统/Linux
文章平均质量分 61
nomousewch
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
VIM相关
---gvim使用教程 http://linux.chinaunix.net/techdoc/desktop/2008/06/26/1013393.shtml vim练级攻略 http://sd.youkuaiyun.com/a/20110908/304226.html转载 2012-02-02 10:42:03 · 624 阅读 · 0 评论 -
常用DOS脚本
windows查看占用端口号: netstat -nao | findstr 8081——查看8081端口是否被占用。 windows根据PID查找相关进程名 tasklist | findstr 3884 windows根据PID或者进程名停止进程 taskkill /f /t 2661 或原创 2012-12-13 09:29:57 · 936 阅读 · 0 评论