`
coreoak
  • 浏览: 65142 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
 1.  logic:empty           该标签是用来判断是否为空的。如果为空,该标签体中嵌入的内容就会被处理。该标签用于以下情况:          1)当Java对象为null时;          2)当String对象为""时;          3)当java.util.Collection对象中的isEmpty()返回true时;          4)当java.util.Map对象中的isEmpty()返回true时。           eg.             <logic:empty   name="userList ...
Struts提供了五个标签库,即:HTML、Bean、Logic、Template和Nested。  标签库  说明  HTML 标签  用来创建能够和Struts 框架和其他相应的HTML 标签交互的HTML 输入表单  Bean 标签 ...
Every time I start the Eclipse IDE, I'm always pleased with the welcome screen: Did you notice that the only company name mentioned is "Sun Microsystems"? Sweet!. Also, if you've have been using the previous Eclipse versions (3.0), you would have noticed that the Sun light is becoming mu ...
DAO设计模式 DAO(Data Access Object)模式实际上是两个模式的组合,即Data Accessor 模式和 Active Domain Object 模式,其中 Data Accessor 模式实现了数据访问和业务逻辑的分离,而Active Domain Object 模式,其中Data Accessor模式实现了数据访问和业 ...
Global site tag (gtag.js) - Google Analytics