0
9
3
1242
2
1
@王超學java ==是地址比較, equals是地址內(nèi)對應的數(shù)據(jù)比較
第一周課程備注 1.基本數(shù)據(jù)類型在測試中需要注意的點 1.1 對象相等的比較(Integer) Integer,128==判斷為false,equals判斷為true Integer,127... 潛道 644 5 0
1.基本數(shù)據(jù)類型在測試中需要注意的點 1.1 對象相等的比較(Integer) Integer,128==判斷為false,equals判斷為true Integer,127...
第一周(2017-07-01 ~ 2017-07-03) 1.環(huán)境搭建 jdk1.8 + idea vmware+ubuntu17.04+zsh mysql redis zo...