检查 Mac 和 Windows 上的互联网连接

发布于 2024-12-25 18:11:18 字数 155 浏览 2 评论 0原文

我想检查我的网络连接的有效性。

谁能告诉我如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风吹雨成花 2025-01-01 18:11:18

对于 Mac,您可以使用 Reachability 示例。

Reachability 示例应用程序演示了如何使用
SystemConfiguration框架来监控网络状态
iPhone 或 iPod touch。特别是,它演示了如何知道何时
IP 可以路由,流量何时通过无线路由
广域网 (WWAN) 接口,例如 EDGE 或 3G。

这个例子适用于可可。

For Mac you can use Reachability Example.

The Reachability sample application demonstrates how to use the
SystemConfiguration framework to monitor the network state of an
iPhone or iPod touch. In particular, it demonstrates how to know when
IP can be routed and when traffic will be routed through a Wireless
Wide Area Network (WWAN) interface such as EDGE or 3G.

This example will work for cocoa.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文