编程笔记
分享一些与编程相关的经验技巧,帮助大家提高编程技能。
- 文章列表
- JSP JSTL <c:url>标签:生成URL地址标签
- JSP JSTL <fmt:formatNumber>标签:格式化数字
- Struts2 <Bean>元素:定义及示例化Bean组件
- Struts2 ActionSupport类:业务控制器
- Struts2 ActionContext.getContext()方法:获取ActionContext对象
- Struts2 ActionContext.getContext().get(Object key)法:获取Map类型的request
- Struts2 ActionContext.getSession()法:获取session
- Struts2 ActionContext.getApplication()方法:获取Map类型的application对象
- Struts2 ServletActionContext.getRequest()方法:获取HttpServletRequest对象
- Struts2 ServletActionContext.getServletContext()方法:获取ServletContext对象
- Struts2 ServletActionContext.getResponse()方法:获取HttpServletResponse对象
- JSP JSTL <x:out>标签:输出XML信息
- JSP JSTL <sql:query>标签:通过SQL语句查询
- JSP JSTL <sql:setDataSource>标签:设置数据源
- JSP JSTL <fmt:formatDate>标签:格式化时间
- JSP JSTL <c:if>标签:条件判断标签
- Struts2基本配置文件
- JSP JSTL <x:when>标签:根据条件执行代码
- JSP JSTL <x:set>标签:保存XML节点
- JSP JSTL <x:parse>标签:解析指定的XML内容