摘要: # 错误日志> com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK META-INF/LICENSE File1: /Users/xulun/Downloads/... 阅读全文
posted @ 2017-11-21 15:14 _a11en 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 同一类型的两个对象 a , b 都调用着统一方法 peel() 如何知道它是被谁调用编辑器做了内幕工作-将对象作为第一参数传递给peel。 Banana.pell(a,1) Banana.pell(b,2) 并不能这么书写,只是帮我们理解实际所发生的事情。 假设要在方法内部获得当前对象的引用,thi 阅读全文
posted @ 2017-11-01 11:05 _a11en 阅读(181) 评论(0) 推荐(0) 编辑