
工具类
文章平均质量分 81
qq_30957059
这个作者很懒,什么都没留下…
展开
-
URL编码解码工具类
/******************************************************************************* CREATETIME : 2016年7月24日 下午3:31:25******************************************************************************/p翻译 2016-09-20 11:39:43 · 736 阅读 · 0 评论 -
Xstream解析:xml
/** * 将对象转换成XML * @author zy */ public static String objToXml(Object o) { String xmlString = XstreamFactory.objToXml(o); return xmlString; } /**转载 2016-09-20 11:41:39 · 403 阅读 · 0 评论 -
StringUtils工具类
/*** Eclipse Class Decompiler plugin, copyright (c) 2012 Chao Chen (cnfree2000@hotmail.com) ***/package org.apache.commons.lang;import java.util.ArrayList;import java.util.Collection;import原创 2016-09-22 15:40:20 · 463 阅读 · 0 评论 -
使用 apache 对 字符串进行base64编码解码
/****************************************************************************** * Copyright 2010-2011 the original author or authors. * CREATETIME : 2015-7-24 下午07:19:32 ************************转载 2016-09-20 11:39:02 · 1862 阅读 · 0 评论 -
日期工具:日期转换、加减、比较 --DateUtils
/****************************************************************************** * CREATETIME : 2014年6月26日 下午8:06:14 ******************************************************************************/转载 2016-09-20 11:38:09 · 4027 阅读 · 0 评论