
struts
文章平均质量分 86
zhb1208
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
struts.properties完整文件
### Struts default properties ###(can be overridden by a struts.properties file in the root of the classpath) ### ### Specifies the Configuration used to configure Struts ### one could exten...原创 2011-12-16 18:21:01 · 158 阅读 · 0 评论 -
struts-default.xml完整文件
<?xml version="1.0" encoding="UTF-8" ?> <!-- /* * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE fi...原创 2011-12-16 18:22:43 · 135 阅读 · 0 评论 -
struts2 验证框架
1. struts2 的验证框架的分类 1.1 验证的分类: 1.1.1 根据验证的场所分: 客户端校验 在提交服务器前的效验,javascript的效验 服务端校验 在Action处理之前进行效验 1.1.2 在使用方式上分 ...原创 2013-02-20 17:57:47 · 197 阅读 · 0 评论