OpenOffice,监听套接字 (Windows XP)
如何让 OpenOffice 3.2.1 监听套接字 (Windows XP)? 我用过soffice "-accept=socket,host=localhost,port=12345;urp;"
或soffice "-accept=socket,host=localhost,port=12345;urp;StarOffice.ServiceManager"
尝试过不同的端口..
OOo 启动,但 netstat 未显示与该端口号的任何连接。
我认为这是因为我的机器上关闭了一些 win 服务 ,所以我在另一台计算机上尝试了同样的操作 - 没有结果
搜索谷歌等。似乎我是唯一遇到这样问题的人%)看起来很奇怪..
How can I make OpenOffice 3.2.1 to listen a socket (Windows XP)?
I usedsoffice "-accept=socket,host=localhost,port=12345;urp;"
orsoffice "-accept=socket,host=localhost,port=12345;urp;StarOffice.ServiceManager"
Have tryed different ports..
OOo starts, but netstat doesn't show any connection with such port number.
I thought it's because of some turned off win services on my machine
, so I tryed the same thing on another computer - no results
Searching google etc. it seems that I'm the only one with such a problem %) It looks strange..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要提供 < code>netstat
-a
标志来查看侦听端口。You need to give
netstat
-a
flag to see listening ports.