myEclipse 6.5 中如何添加TCP/IP monitor
首先打开TCP/IP Monitor 视图
(window-> show view-> other-> MyEclipse Common-> TCP/IP Monitor)
右键properties -> Add
// 本地监听端口
Local Monitoring Port: 1234
// 监听对象的设置
Host name: 127.0.0.1或localhost
Port: 8080
Type: HTTP
Timeout: 0
//以上设置是通过1234端口影射到127.0.0.1:8080端口实现HTTP协议的监听,点击Start打开监视器。
访问地址http://localhost:1234,监听器就有数据了 试试看吧。
个人签名
-------------------------------------
本文详细介绍了在myEclipse6.5中如何添加TCP/IPmonitor的过程,包括设置本地监听端口、监听对象的配置以及如何通过端口映射实现HTTP协议的监听,并提供了访问地址验证步骤。

被折叠的 条评论
为什么被折叠?



