摘要: 用gradlew build --info获取错误原因 阅读全文
posted @ 2016-04-23 08:24 qike 阅读(2041) 评论(0) 推荐(0) 编辑
摘要: 参考: JavaScriptCore框架在iOS7中的对象交互和管理教程 http://blog.csdn.net/kaitiren/article/details/23256191 UIWebView 中JavaScript 与 Objective-C 通信 http://blog.csdn.ne 阅读全文
posted @ 2016-04-22 21:12 qike 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 参考:http://stackoverflow.com/questions/14334047/how-to-call-javascript-function-in-objective-c [_webView stringByEvaluatingJavaScriptFromString:@"metho 阅读全文
posted @ 2016-04-22 18:40 qike 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 参考:http://stackoverflow.com/questions/17206514/where-is-the-warnings-view-in-android-studioon the toolbar, you click Analyze -> Inspect Code; then in 阅读全文
posted @ 2016-04-22 11:30 qike 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 参考:http://stackoverflow.com/questions/20252180/how-to-find-string-in-project-in-android-studio How to find string in project in Android Studio?First o 阅读全文
posted @ 2016-04-22 11:10 qike 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.codecoffee.com/tipsforlinux/articles/20.html The simplest way to find files under Linux is to use the locate program. This article expla 阅读全文
posted @ 2016-04-21 15:39 qike 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.codecoffee.com/tipsforlinux/articles/21.html Files can be found under Linux in many different ways. Using the find tool is one of the be 阅读全文
posted @ 2016-04-21 15:38 qike 阅读(196) 评论(0) 推荐(0) 编辑
摘要: self.bridge = [WebViewJavascriptBridge bridgeForWebView:self.webView]; 此时代理为self.bridge [self.bridge setWebViewDelegate:self]; 此时代理为self 如果self.webVie 阅读全文
posted @ 2016-04-20 21:56 qike 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 系统升级后是否需要重新生成设备识别信息? 阅读全文
posted @ 2016-04-20 14:46 qike 阅读(588) 评论(0) 推荐(0) 编辑
摘要: Use the Gradle Wrapper for your Android projects http://kevinpelgrims.com/blog/2015/05/25/use-the-gradle-wrapper-for-your-android-projects/ Gradle ver 阅读全文
posted @ 2016-04-19 23:09 qike 阅读(118) 评论(0) 推荐(0) 编辑