03 2019 档案

摘要:1、String转int类型的话。需要用Double.valueof("这写String类型的数据").intValue(); 2、保留小数点: float scale = (float) 100; DecimalFormat fnum = new DecimalFormat("0.00"); St 阅读全文
posted @ 2019-03-14 18:35 LambertL 阅读(167) 评论(0) 推荐(0)
摘要:原文出处:https://www.jianshu.com/p/90b698002215 1、keytool -printcert -file ***(把apk文件下的META- INF文件夹解压出来,得到其中的密钥.RSA文件) 2、keytool -list -v -keystore debug. 阅读全文
posted @ 2019-03-11 14:05 LambertL 阅读(1502) 评论(0) 推荐(0)
摘要:原转载:https://blog.csdn.net/cp_panda_5/article/details/79613870 正文内容: 对于JVM的内存写过的文章已经有点多了,而且有点烂了,不过说那么多大多数在解决OOM的情况,于此,本文就只阐述这个内容,携带一些分析和理解和部分扩展内容,也就是JV 阅读全文
posted @ 2019-03-05 13:52 LambertL 阅读(1208) 评论(0) 推荐(0)