// remove the space both sides of String  String.prototype.Trim = function() { return this.replace(/(^\s*)|(\s*$)/g, ""); } // remove the space left ...
  • 15:16
  • 浏览 (130)
  • 评论 (0)
2007-11-07

struts-config.xml 文件详解

关键字: J2EE
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config.dtd"><!-- struts-config.xml中的元素必须按照上述doc指令中的dtd文档定义顺序书写,本例即遵从了dtd定义顺序 --><!-- struts-config是整个xml的根 ...
  • 19:00
  • 浏览 (287)
  • 评论 (0)
Einstein_Ian
搜索本博客
博客分类
最近加入圈子
最新评论