gpt4 book ai didi

json - Blackberry 10 级联 - 检查 Internet 连接

转载 作者:行者123 更新时间:2023-12-04 15:01:30 25 4
gpt4 key购买 nike

我正在使用 Web 服务为 BB-10 开发应用程序。在这里,我想在 get 和 post 方法中解析 JSON,我想检查 Internet 可用性。

我怎样才能做到这一点?

最佳答案

使用以下代码检查 Internet 可用性

bool app::isNetworkAvailable() {
QNetworkConfigurationManager netMgr;
QList<QNetworkConfiguration> mNetList = netMgr.allConfigurations(QNetworkConfiguration::Active);

return (mNetList.count() > 0 && netMgr.isOnline());
}

关于json - Blackberry 10 级联 - 检查 Internet 连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13564925/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com