- 博客(2)
- 收藏
- 关注
原创 Java之常量优化机制
System . out . println("常量字符串==:" +(str3 == str4));System . out . println("常量表达式==:" +(str5 == str6));System . out . println("字符串和变量相加的表达式==:" +(str7 == str9));System . out . println("字符串和常量相加的表达式==:" +(str10 == str11));
2023-08-07 17:01:36
728
2
原创 Android 四大组件之Activity详解
对Android的activity的一个系统性的归纳整理,里面详细介绍了activity的创建、生命周期、启动方式、基本状态、启动模式、常见的一些问题等。
2023-08-04 17:27:04
57288
8
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅