摘要: Version Note: "Swing" was the code name of the project that developed the new components. Although unofficial, it's frequently used to refer to the new components and related API. "Swing" is immortali... 阅读全文
posted @ 2005-10-13 12:41 java 阅读(342) 评论(0) 推荐(0) 编辑
摘要: Because these components are implemented at a high level, they’re referred toas lightweight components. These components look the same on any operating systemthat supports the JVM. This cross-platform... 阅读全文
posted @ 2005-10-13 06:17 java 阅读(313) 评论(0) 推荐(0) 编辑
摘要: Basic Terminology It makes sense to understand the different concepts and issues that underlie clustering technology before we discuss the different implementations. I hope this will not only give you... 阅读全文
posted @ 2005-10-13 03:03 java 阅读(794) 评论(0) 推荐(0) 编辑
摘要: Javac Description Compiles a Java source tree. The source and destination directory will be recursively scanned for Java source files to compile. Only Java files that have no corresponding .class file... 阅读全文
posted @ 2005-10-13 02:42 java 阅读(2930) 评论(1) 推荐(0) 编辑
摘要: 1)http://www.spiderpro.com/bu/buxmleb001.html主要有java,xml,javascript 2)http://www.jroller.com/page/Trainer/Weblog?catname=%2FEclipse各类java书籍 3)http://www.java201.com/books/eclipse.html若是pdf格式的还要收钱的话,不要... 阅读全文
posted @ 2005-10-13 01:23 java 阅读(968) 评论(0) 推荐(0) 编辑
摘要: Quick quiz: how do you rewrite the statement below, which alternates between two constants, without a conditional? if (x == a) x= b; else x= a; Answer: x= a ^ b ^ x;//where x is equal to either a o... 阅读全文
posted @ 2005-10-13 01:13 java 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 1) "Open Call Hierarchy" action (Ctrl-Alt-H), that had been added in Eclipse 3.0 M1. http://www.jroller.com/page/eu/20050211 阅读全文
posted @ 2005-10-13 00:39 java 阅读(147) 评论(0) 推荐(0) 编辑