搜索资源列表
commons-lang-2.6-sources
- Commons Lang, a package of Java utility classes for the classes that are in java.lang s hierarchy, or are considered to be so standard as to justify existence in java.lang.-Commons Lang, a package of Java utility classes for the class
NAVCUBE
- Applet Name: navCube Applet Source: navCube.java Import(s): java.applet, java.awt, java.awt.image, java.lang, java.net, java.util Feature(s): image, animation, network, mouse -Applet Name: navCube Applet Source: navCube.java Import (s): j
SENTENCE
- Applet Name: Sentence Applet Source: Sentence.java Import(s): java.applet, java.awt, java.io, java.lang, java.util Feature(s): text, image, animation, mouse -Applet Name: Sentence Applet Source: Sentence.java Import (s): java.applet, java.aw
SCROLLTEXT
- Applet Name: Scroll Text Applet Source: ScrollText.java Import(s): java.awt, java.lang, java.util, java.applet Feature(s): text-Applet Name: Scroll Text Applet Source: ScrollText.java Import (s): java.awt, java.lang, java.util, java.applet F
Lang-zh_cnModule-CE-5.5.0
- 一个非常好用的php的CRM系统,喜欢的同学可以参考一下。-A very nice php' s CRM system, like the students can refer to.
Exception
- 在java.lang包中定义了Integer类作为int数据类型的对等类,其中定义了如下方法: public static Integer valueOf(String s) throws NumberFormatException 用于将字符串s转换成Integer对象。当s不符合整数格式时,该方法抛出NumberFormatException异常。请编写简单程序转换一字符串为Integer对象,用2种方法抛出NumberFormatException异常:一种由程序本身捕获并处理异常
Struts03OGNL
- OGNL表达式是(Object-Graph Navigation Language)是对象图形化导航语言。OGNL是一个开源的项目,struts2中默认使用OGNL表达式语言来显示数据。与serlvet中的el表达式的作用是一样的。OGNL表达式有下面以下特点: 支持对象方法调用,例如:objName.methodName(); 支持类静态的方法调用和值访问,表达式的格式为 @[类全名(包括包路经)] @[方法名 | 值名] 例如: @java.lang.String@format