摘要:
1 package org.shineway.com; 2 3 import java.text.ParseException; 4 import java.text.SimpleDateFormat; 5 import java.util.Calendar; 6 import java.util.Date; 7 import java.util.GregorianCalendar; 8 9 /** 10 * 各类时间类型的转换方式 11 * @author mengzw 12 * @since 3.0 2014-2-28 13 */ 14 public cla... 阅读全文
posted @ 2014-02-28 12:46
IT Daren
阅读(572)
评论(0)
推荐(0)
摘要:
获取指定长度随机数,含大小写字母和数字package org.sw;import java.util.Random;/** * 得到指定位数的随机数 * @author mengzw * @since 3.0 2014-2-28 */public class DemoRandom { /** ... 阅读全文
posted @ 2014-02-28 12:35
IT Daren
阅读(1521)
评论(0)
推荐(0)