摘要:common terms in jsf (excerpt from javaserver faces in action)uicomponenta stateful component, which maintained on the server, that provides spcific functions for interacting with an end user. ui compo......
摘要:(我使用的jdk为:jdk1.5.0_01,环境变量java_home=d:\jdk1.5.0_01,
path=d:\jdk1.5.0_01\bin;%systemroot%\system32;%systemroot%;%systemroot%\system32\wbem;)
1.下载:http://www.caucho.com/download/resin-3.0.10.zip
解压到d......
C# Inner Class vs. java 的inner class比较
作者: leafwiz www.aspcool.com 时间:2004-11-6 15:50:57 阅读次数:1811
摘要:tiger核心库简介
本文作者: 大阿福 (toafu2002@yahoo.com.cn )
摘要:java之所以得到很多程序员的亲睐,除了她的严谨的面向对象特性外,还有一个不容轻视的因素,那就是她强大的类库。一门语言如果没有库,功能将会大打折扣,在jdk5.0版本中,其核心库也有了诸多的改进,本文将就其新特性进行简介。
1. 访问环境变量和调用子进程
1.1 访问环境变量
......