摘要: Pattern pattern = Pattern.compile("[\\s\\p{Zs}]"); Matcher re = pattern.matcher(imageURLString); imageURLString=re.replaceAll("");//... 阅读全文
posted @ 2011-04-06 15:51 iaac 阅读(229) 评论(0) 推荐(0) 编辑
摘要: Object转为 JSONObjectJSONObject.toJson(Object object)Collection Object转为JsonArrayJSONArray.toJson(Object object)所需lib包:commons-beanutils-1.7.0.jarcommon... 阅读全文
posted @ 2011-04-06 11:30 iaac 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 1.首先Action要实现CookiesAware接口,包括:添加类型为Map的field(在所示代码中名为cookie),并实现 setCookiesMap方法。 1 publicclass BasicAction extends ActionSupport implements Cookies... 阅读全文
posted @ 2011-04-01 15:11 iaac 阅读(6209) 评论(1) 推荐(1) 编辑
摘要: 对“Fast Multiresolution Image Querying ”的分析实现 阅读全文
posted @ 2010-07-26 14:54 iaac 阅读(471) 评论(0) 推荐(0) 编辑