[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

上其他网站速度都很快,就是上本站慢。

上其他网站速度都很快,就是上本站经常一直在加载中。。。。,移动宽带的缘故?
初学BAT,非专业。代码不适当之处还望前辈们多多指点。在此表示感谢!

你访问的其它网站可能在双线机房或者CDN,这个论坛估计没有。

TOP

移动慢是因为联通/电信不给线路接入
而且移动自带墙中墙, 封了一些国内站点

TOP

这个网站的速度,应该还可以了吧? 和百度的差不多 50ms 左右。 或许和自己的网络有关。。。

结果如下:
--------------------------------------------------  
Start at
2016/08/12 周五
19:19:34.12

Pinging bbs.bathome.net [117.25.131.86] with 32 bytes of data:
Reply from 117.25.131.86: bytes=32 time=53ms TTL=51
Reply from 117.25.131.86: bytes=32 time=53ms TTL=51
Reply from 117.25.131.86: bytes=32 time=53ms TTL=51
Reply from 117.25.131.86: bytes=32 time=53ms TTL=51
Reply from 117.25.131.86: bytes=32 time=53ms TTL=51
Reply from 117.25.131.86: bytes=32 time=53ms TTL=51
Reply from 117.25.131.86: bytes=32 time=53ms TTL=51
Reply from 117.25.131.86: bytes=32 time=53ms TTL=51
Reply from 117.25.131.86: bytes=32 time=53ms TTL=51
Reply from 117.25.131.86: bytes=32 time=53ms TTL=51

Ping statistics for 117.25.131.86:
    Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 53ms, Maximum = 53ms, Average = 53ms
end at
2016/08/12 周五
19:19:43.21
--------------------------------------------------
  1. echo --------------------------------------------------
  2. echo --------------------------------------------------  >>C:\work\1.txt
  3. echo Start at >>C:\work\1.txt
  4. echo %date% >>C:\work\1.txt
  5. echo %time% >>C:\work\1.txt
  6. ping bbs.bathome.net -n 10 >>C:\work\1.txt
  7. echo end at >>C:\work\1.txt
  8. echo %date% >>C:\work\1.txt
  9. echo %time% >>C:\work\1.txt
  10. echo --------------------------------------------------  >>C:\work\1.txt
  11. echo --------------------------------------------------
  12. pause
复制代码

TOP

返回列表