不能启动 启动不成功
查找8100端口 占用情况
netstat -ano | findstr "8100" 显示出8100端口占用的详细情况
TCP 0.0.0.0:8100 0.0.0.0:0 LISTENING 3548
查找 pid==3548 的进程
tasklist | findstr "3548"
MainExecuteS.exe 3548 Console 1 19,772 K
在进程中 关闭
MainExecuteS.exe 和 soffice.bin 两个进程
重新启动 kkfileview 解决
与soffice.exe









网友评论