Qt4 和 DNS 记录

发布于 2024-10-18 23:59:09 字数 73 浏览 1 评论 0原文

Qt 4 是否支持解析 DNS 记录,例如 CNAME、MX 和 SRV?

有一个 Q3Dns 类,但我不想使用它。

Does Qt 4 support resolving DNS records such as CNAME, MX and SRV?

There's a Q3Dns class, but I'd prefer not to use it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

悸初 2024-10-25 23:59:09

http://doc.trolltech.com/4.7/q3dns.html

应该有所有您需要的信息。

编辑:据我所知,除了上面的版本之外,没有低级版本。

http://doc.trolltech.com/4.7/porting4.html#qdns

您可以从头开始编写一些代码,例如基于 MFC 的示例,但不应该这样做太难移植了。

http://doc.trolltech.com/4.7/q3dns.html

Should have all the information you need.

Edit: As far as I can see there is no low-level version except for the one above.

http://doc.trolltech.com/4.7/porting4.html#qdns

You could code something yourself from scratch like this MFC based example which shouldn't be too hard to port.

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