1.以空格split String
2.SimpleDateFormat
http://www.chinaitpower.com/A/2002-11-19/41406.html
3.xdoclet配置tag
增加列:alter table tableName add(col01Name col01Type,col02Name col02Type)
删除列:alter table tableName drop column colName
主键: alter table tableName add primary key(colName)
修改表名:rename oldTableName to newTableName
checkstyle
utility class should not have a public or default constractor: 将类改我final的并加一个p ...
1.2版的标签不支持el语句,需要在标签体中处理el语句。
2.0版的标签继承SimpleTagSupport类,已经支持el语句,不需要在标签体里面单独处理。
详细参考:http://liudaoru.javaeye.com/blog/194491
ExpressionEvaluatorManager.evaluate("selectProvince", subjectionCode, String.class, this, pageContext);
五个参数:
selectProvince:标签名称
subjectionCode:要支持el语句的属性名称
String.class:属性 ...







评论排行榜