摘要: Ionic List Directive Ionic Delete/Option Buttons Reorder Item {{ item.id }} Edit ... 阅读全文
posted @ 2018-10-27 15:24 米洛、睿熙 阅读(386) 评论(0) 推荐(0)
摘要: 只要把以下内容添加到build-extras.gradle或(build***.gradle)即可 configurations.all { resolutionStrategy { force 'com.android.support:support-v4:27.1.0' } } 只要把以下内容添 阅读全文
posted @ 2018-10-27 14:45 米洛、睿熙 阅读(983) 评论(0) 推荐(0)
摘要: 使用js实现QQ、微信、新浪微博分享功能。 微信分享需要手机扫描二维码,需要对url进行编码。在https协议下,扫描二维码时,浏览器打不开可能是没有安全证书导致的。 阅读全文
posted @ 2018-10-26 17:19 米洛、睿熙 阅读(905) 评论(0) 推荐(0)
摘要: warning: Ignoring InnerClasses attribute for an anonymous inner class (com.xiaomi.stats.g) that doesn't come with an associated EnclosingMethod attribute. This class was probably produced by a compiler that did not target the modern .class file format. The recommended solution is to recompile the class from source, using an up-to-date compiler and without specifying any "-target" type options. The consequence of ignoring this warning is that reflective operations on this class will incorre 阅读全文
posted @ 2018-10-26 15:20 米洛、睿熙 阅读(1374) 评论(0) 推荐(0)
摘要: 出现报错:Could not find support-vector-drawable.arr 阅读全文
posted @ 2018-10-26 11:31 米洛、睿熙 阅读(150) 评论(0) 推荐(1)