- 博客(6)
- 收藏
- 关注
原创 jdk5 concurrent util
CountDownLatch: 主要用来处理下边这种情景,第一种,我说开始执行,才开始执行,设初始值为 1, 当所有的线程都准备好了,countdown(), 所有的线程得到执行.第二种,团队管理者和团队组员。管理者等待所有的组员通知他活干完了,才继续他下边的工作(向他的上级拔高) ,如果没有你的组员没有执行完, 他就一直在等待,浪费他的时间。
2007-01-31 16:43:00
421
原创 thinking in java 3 notes
9, error handling1, what is a exception:when something wrong happend , and this situation is never been considered.2, how to fix a exception there are two models to handle errors.one is termin
2006-03-30 10:45:00
600
原创 jdbc programming
jdbc programming1 transation performance it is not easy to say , turn off auto-commiting it will cut down on the number of commits.decreasse the comunication between client and the dbserver and bu
2006-03-27 14:03:00
711
原创 about servlet
1, the characters which need to quote: , &, "core servlets and jsp 119
2006-03-24 16:19:00
679
原创 主流数据库 DATE 类型适用指南
1, ORACLE @public final static String ORACLE = "create TABLE date_type_test (date_t date, timestamp_t timestamp(3), interval_t interval YEAR TO MONTH)";@public final static String ORACLE_INS = "in
2006-03-24 09:23:00
1145
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人