Android调试代码
-
Android library native调试代码遇到的问题解决
目录前言方法一方法二方法三前言 android native开发会碰到native代码无法调试问题,而app主工程中的native代码是可以调试的。如果项目中存在多个module,那么在application模块中依赖library模块,并且library模块中[详细]
2023-04-18 10:21 分类:开发 Tool to detect use/abuse of String.Concat (where StringBuilder should be used)
It\'s common knowledge that you shouldn\'t use a StringBuilder in place of a small number of concatenations:[详细]
2022-12-30 00:06 分类:问答obj-c : iphone programming disabling the round off of a number
i need to show a number to a user : 1.96666777 (timeHour) moduloformat = [NSString stringWithFormat:@\"%0.0f hours \",timeHour];[详细]
2022-12-28 16:08 分类:问答