摘要: 直接放代码吧,我觉得在js代码前词穷fun tq(){ var len = hisPlayView.length; mySetInterval(draw,interval,0); }function mySetInterval(f,time,param){ setTimeout(function(){f(param);},time); } function draw(i){if(i >= hisPlayView.length){return;} map.removeOverlay(hisPlaymarker); hisPlaymarker = new BMap.Marker... 阅读全文
posted @ 2013-07-12 17:14 nygfcn 阅读(387) 评论(0) 推荐(0)
摘要: 与本机是否连通:cmd→ping ip某ip 端口与本机是否连通:1、不能用ping;2、用telnet命令3、win7需在 控制面板→打开或关闭windows功能→勾选Telnet客户端打开此命令4、cmd→ telnet ip 端口 即可显示出是否能连接到某ip的某端口 阅读全文
posted @ 2013-07-12 17:09 nygfcn 阅读(431) 评论(0) 推荐(0)