
Java
iteye_16581
这个作者很懒,什么都没留下…
展开
-
JSEL2.0官网提供的用例,竟然运行不通过
import java.util.HashMap;import org.xidea.el.Expression;import org.xidea.el.ExpressionFactory;public class JSELTest { private ExpressionFactory factory = ExpressionFactory.getInstance();...2010-08-23 08:29:23 · 454 阅读 · 0 评论 -
JSEL2.0支持嵌套访问,也就是dot操作符来访问变量里的属性例子
如何进行变量的访问支持嵌套访问,也就是dot操作符来访问变量里的属性,假设我们有一个Foo类:定义foo类public class foo { private int age; private int sexy; private String brithday; public int getAge() { return age;...2010-08-23 08:31:33 · 143 阅读 · 0 评论 -
Eclipse3.0以上版本安装SVNplug-in
Install Subclipse in Eclipse 3.xStep 1:Begin the installation from the Eclipse Help menu item. Step 2:This screenshot show the screen as it initially comes up. In thi...2011-07-05 15:44:57 · 128 阅读 · 0 评论 -
服务器虚拟化方案选型指南
1、 50人以下推荐产品:Hyper-V Server 2008 R2 / VMware Server2、 50-200人企业推荐产品:XenServer3、 200-500人规模企业推荐产品:VMware vSphere Essentials 推荐阅读:X86服务器虚拟化之Vmware vSphere文章:[url]http://virtual...原创 2011-03-01 10:46:55 · 250 阅读 · 0 评论