03 2016 档案
摘要:-assumenosideeffects class android.util.Log{ public static *** d(...); public static *** e(...); }
阅读全文
摘要:1. 客户端 ip 与服务器 ip需要在同一网段 2. 如果 rails 版本是4.2及以上需要通过 rails s -b 0.0.0.0启动 3. 跑服务的mac需要关闭防火墙
阅读全文
摘要:1 //启用数据库 2 webSettings.setDatabaseEnabled(true); 3 String dir = this.getApplicationContext().getDir("database", Context.MODE_PRIVATE).getPath(); 5 //
阅读全文
摘要:preferences-Android-lint error checking
阅读全文
摘要:1. import project 之后一直停留在 building 界面 解决方案: 1.随便找一个你能运行的as项目 2.打开gradle-wrapper.properties,文件目录:项目/gradle/wrapper/gradle-wrapper.properties 3.复制distri
阅读全文
摘要:参考:谈谈Android App混合开发 Html 5和Native的交互 WebView 本来就支持js和Java相互调用,你只需要开启 WebView 的JavaScript脚本执行, 然后通过代码 mWebView.addJavascriptInterface(new JsBridge(),
阅读全文

浙公网安备 33010602011771号