_嵌入式开发_

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  63 随笔 :: 22 文章 :: 1 评论 :: 47187 阅读
< 2025年6月 >
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
6 7 8 9 10 11 12

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 _嵌入式开发_ 阅读(271) 评论(0) 推荐(0)

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

点击右上角即可分享
微信分享提示