03 2013 档案

摘要:程序部署在weblogic下面通过cmd1、Windows平台在windows命令行窗口下执行:C:\>netstat -aon|findstr "1521" --查看端口1521都没那些进程连接TCP 127.0.0.1:9050 0.0.0.0:0 LISTENING 2016看到了吗,端口被进程号为2016的进程占用,继续执行下面命令:--查看该进程背后的应用C:\>tasklist|findstr "2016" tomcat6.exe 2016 Console 0 16,... 阅读全文
posted @ 2013-03-01 20:03 卡卡。冰 阅读(352) 评论(0) 推荐(0)