_嵌入式开发_

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

07 2013 档案

摘要:purgeIdleCellConnections: found one to purge conn = 0x1e09f7d0你在iOS6下使用3G网络时可能会遇到这条log,不用紧张,这只是苹果的工程师忘了删除不必要的日志。“It’s unlikely that this log message is the direct cause of these problems. As I mentioned in my previous response, the purging of WWAN connections occurred on all previous versions of iOS 阅读全文
posted @ 2013-07-12 16:55 _嵌入式开发_ 阅读(284) 评论(0) 推荐(0)

摘要:方法一:[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"about:blank"]]];方法二if([webView isLoading]){ [webView stopLoading];} 阅读全文
posted @ 2013-07-11 17:48 _嵌入式开发_ 阅读(859) 评论(0) 推荐(0)

摘要:见代码(html) --> mogoads 重点是这个javascriptvar newElement = document.createElement('meta'); newElement.setAttribute('name', 'viewport'); newElement.setAttribute('content', 'width=device-width,initial-scale=1.... 阅读全文
posted @ 2013-07-11 17:44 _嵌入式开发_ 阅读(5336) 评论(0) 推荐(0)