《FreeMarker 2.3.12 is out!》的相关内容
相关博客
Java Enumeration (枚举类型) (1) -- 基本概念
Java 5.0新引进了一种类型:枚举类型。昨晚看了一下,语法还是比较复杂的,至少比C的枚举要复杂的很多,不过功能也强大了很多。具体语法请参见 JLS 8.91、定义一个功能简单的枚举类型,更定义一个简单的类很相似,例如
package
basic;
public
enum
Day{ MO ...
by jefflee 2007-09-08 浏览 (121) 回复 (0) 关键字:
[转]Java对于OpenGl的绑定
INTRODUCTION TO JOGLhttp://java.sun.com/developer/JDCTechTips/2005/tt0208.html#1
As it's name implies, JOGL, the Java APIs for OpenGL, is a Java programming language binding for the OpenGL 3D graphi ...
by lihongjun 2006-07-14 浏览 (285) 回复 (0) 关键字:
Java enums in JDK 1.4
Constantly, we need to define enums. In Java 1.5, there is also a keyword. However, in JDK 1.4, we are out of the luck and have to come up something to simulate enums.
The motivation for enums is t ...
by jellyfish 2007-03-04 浏览 (525) 回复 (0) 关键字: enum, object type
International Enhancements in Java SE 6
Article
International Enhancements in Java SE 6
Share This Page
<UL hiddensharelinks?>
del.icio.us
digg.com
slashdot.org
technorati.com
<A ','printFriendlyView',71 ...
by zengjinliang 2007-04-25 浏览 (121) 回复 (0) 关键字:
Eclipse 3.3M4 发布
对于新版本特性,官方提到:
http://download.eclipse.org/eclipse/downloads/drops/S-3.3M4-200612141445/eclipse-news-M4.html
Eclipse 3.3 M4 - New and Noteworthy
A new milestone has arrived ...
by lihongjun 2006-12-16 浏览 (138) 回复 (0) 关键字:

