????????????????
???????????? ???????[ 2012/3/26 11:08:02 ] ????????
????????????壺
????????????????б???????????????????????????????????????????????????????????????????????????????????д?????????????????????????????
???????????????顢??????????????????????????
??????????????
????????????????????£???????????У????????????
??. ????????????
?????????????г????????????????????????????ú???y???
1.????????
Person person = aMap.get(??bob??);
if (person != null) {
person.updateAccessTime();
}
String name = person.getName();
??MAP?в?????? bob????key????name??????????
2.???????δ?????????????????????DB?????????????
try {
fr = new FileReader(??D:/userSecondCheckRecoder.txt??);
} catch (FileNotFoundException e1) {
e1.printStackTrace();
}
?????????IO???fr.close()
3.????????????????????ν?????
String s = ????;
for (int i = 0; i < field.length; ++i) {
s = s + field[i];
}
????????????????????????????????????????????ε????У??????????stringbuffer/Builder????????????????????????????????????е????ε????У??????????ε?????????????StringBufferЧ??????
????????·???????
StringBuffer buf = new StringBuffer();
for (int i = 0; i < field.length; ++i) {
buf.append(field[i]);
}
String s = buf.toString();
4.?淶???????????淶??????????????????????????????δ???????????????????????·?????????
File file = new File(??D:/ CheckRecoder.txt??);
5.?????????????
List<Long> a = new ArrayList<Long>();
a.add(10L);
a.add(11L);
System.out.println(a.contains(10));
?????????
System.out.println(a.contains(10L));
???????????????
code = code ? code;
??????????????????????????????Ч???????????????????30%??70%?????????????????????????з???????硢????????????????????????????????????????????????????????????????????????а?????
?????????????????????
??????JAVA????????????蹤??:FINDBUGS????
FindBugs ??????????????????????????? JAR ?????????????????????????ж???????????????FindBugs??????ECLIPSE??????????????MAVEN??ANT?????????е??????С?FindBugs??????????????????????????????????????£?http://findbugs.sourceforge.net/bugDescriptions.html?????????????????????????????FindBugs??????????????????????????
?????????????????????????????巽???????????????????
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11