Socket描述了一个IP、端口对。它简化了程序员的操作,知道对方的IP以及PORT就可以给对方发送消息,再由服务器端来处理发送的这些消息。所以,Socket一定包含了通信的双发,即客户端(Client)与服务端(server)。1)服务端利用Socket监听端口;2)客户端发起连接;3)服务端返回...
分类:
其他好文 时间:
2014-06-16 00:38:53
阅读次数:
748
set_input_delay/ set_output_delay 在与时钟选项定义的时钟相关的输入port上定义data arrival time,可将输入延时定义与上升沿或下降沿相关。 如果输入延时与简单的生成时钟相关,到生成时钟的clock arrival time要加到data arri.....
分类:
其他好文 时间:
2014-06-15 23:42:32
阅读次数:
423
Open vSwitch with SSL and Mininet By default, Mininet uses the unencrypted port in Open vSwitch for OpenFlow. This makes total sense since the purpose...
分类:
Web程序 时间:
2014-06-15 21:39:36
阅读次数:
367
第三方包引入时,eclipse默认会把一些包定为错误的,错误是:“undefined variable from import...” 其实是对的,可是报错,很烦人解决方法:window -- preferences -- pydev -- editor -- code analysis -- Un...
分类:
其他好文 时间:
2014-06-15 18:40:06
阅读次数:
175
使用js获取当前页面的url网址信息。1、设置或获取整个 URL 为字符串:
window.location.href 2、设置或获取与 URL 关联的端口号码: window.location.port 3、设置或获取 URL
的协议部分 window.location.protocol 4、(w...
分类:
Web程序 时间:
2014-06-13 16:01:53
阅读次数:
270
今天写了一段代码想在service里访问一个外部网站,在service的方法里写了如下代码System.setProperty("http.proxyType",
"4");System.setProperty("http.proxyPort", port);System.setProperty("...
分类:
其他好文 时间:
2014-06-12 22:25:46
阅读次数:
355
--TCP/IP小记-----------------2014/06/11TCP的要求是:local_ip:local_portremote_ip:remote_port这个4个元素合在一起在本机是唯一的。比如你的本机有一个socketserverlistenonport80,那么可以有2台不同的机...
分类:
其他好文 时间:
2014-06-12 19:04:59
阅读次数:
223
所谓Port的安全性是指能够开启Port的那个软件程序,而不是Port本身。Services与Port对应的文档时/etc/services,常用来观察Port的程序有netstat和nmap。Netstat:在本机上以自己的程序监测自己的PortNmap:透过网络的侦测软件辅助,可侦测非本机上的其他网络主机常用的netstat..
分类:
系统相关 时间:
2014-06-10 23:29:14
阅读次数:
387
在网上找到解决方案:SolutionEnable RDP security layer in
Group Policy on the machine:Verify that the firewall allows remote desktop
connections with RDP (Port 3...