摘要: 在写java的时候,基本上都喜欢用arraylist,甚至我都不知道有个vector的存在。查了一下发现又是线程安全问题。。。咋个线程安全天天围着我转呢。。。多得阿里巴巴,让我开始认识java的所谓线程安全问题。 the following is from:http://blessed24.javaeye.com/blog/751336 1. Vector & ArrayList 1)... 阅读全文
posted @ 2010-10-10 20:57 irischan 阅读(38410) 评论(2) 推荐(10)
摘要: java中的switch没有C#的方便,C#中,string都可以用。java、C++中只能用整型。 from:http://hi.baidu.com/%CE%BA%DE%A8/blog/item/85eaa10376c74c7d3912bbb4.html       switch后面的括号里面只能放int类型的值,注意是只能放int类型,但是... 阅读全文
posted @ 2010-10-10 17:54 irischan 阅读(7953) 评论(0) 推荐(0)