摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace theboboy_util.Util{ /// <summary> /// 随机生成器 /// Random Value Generator /// </summary> /// <see cref="Author">theboboy</see> /// <see cref="Version">v1.0</s 阅读全文
posted @ 2012-01-03 22:38 theboboy 阅读(827) 评论(0) 推荐(0)
摘要: package com.theboboy.javase.util;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;import java.util.Random;/** * 随机生成器 * Random Value Generator * @author theboboy * @version v1.0 */public final class RandomValueGenerator { private st... 阅读全文
posted @ 2012-01-02 21:43 theboboy 阅读(1618) 评论(0) 推荐(2)