摘要: 生成xml@Test public void parseApplicationConfigXML(){ try { SAXReader sax = new SAXReader(); Docum... 阅读全文
posted @ 2014-10-09 14:10 也许还年轻 阅读(1044) 评论(0) 推荐(0) 编辑
摘要: 第一步获取路径 /** * @Description: get _querySciptMap From InputStream * @return HashMap */ public static HashMap getQueryInfoBeanInfo() { HashMap... 阅读全文
posted @ 2014-10-09 12:22 也许还年轻 阅读(454) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) throws ParseException { //random(2); UUID.randomUUID().toString().replaceAll("-", "~~"); System.out.print... 阅读全文
posted @ 2014-10-09 09:39 也许还年轻 阅读(231) 评论(0) 推荐(0) 编辑
摘要: //一个把List转化为以","隔开的字符串的方法 public static void main(String[] args) { List list=new ArrayList(); list.add("aaa"); list.add("bbb"); ... 阅读全文
posted @ 2014-10-09 09:36 也许还年轻 阅读(693) 评论(0) 推荐(0) 编辑