Qt4 和 DNS 记录
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.