检查 Mac 和 Windows 上的互联网连接
我想检查我的网络连接的有效性。
谁能告诉我如何在 Windows (msdn) 和 Mac 上执行此操作。
如果没有 api,我可以 ping 一个实时地址(例如 google.com)并检查它是否响应,如果是,如何在 Windows 和 Mac 中 ping ?
I want to check the validity of my network connection.
Can anyone please tell me how to do it on both windows (msdn) and Mac.
If there is no api, can I ping an all time live address like google.com and check if it responds or not, if yes how to ping in Windows and Mac?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于 Mac,您可以使用 Reachability 示例。
这个例子适用于可可。
For Mac you can use Reachability Example.
This example will work for cocoa.
Ping 是通用的。
http://www .microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ping.mspx?mfr=true
https://discussions.apple.com/thread/3040855?start=0&tstart =0
Ping is universal.
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ping.mspx?mfr=true
https://discussions.apple.com/thread/3040855?start=0&tstart=0