随笔分类 -  工具类

摘要:public class IdWorker { // Fields /** 开始时间截 (2015-01-01) */ private final long twepoch = 1420041600000L; /** 机器id所占的位数 */ private final long workerIdB 阅读全文
posted @ 2019-06-24 17:55 TracyRanch 阅读(326) 评论(0) 推荐(0)
摘要:Title 阅读全文
posted @ 2019-01-09 17:01 TracyRanch 阅读(511) 评论(0) 推荐(0)
摘要:设计一个模型,在针对多中数据类型进行拓展 拓展的数据类型 下面是controller 阅读全文
posted @ 2018-12-11 17:35 TracyRanch 阅读(1548) 评论(0) 推荐(0)
摘要:import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import org.apache.commons.lang.StringUtils; /** ... 阅读全文
posted @ 2018-11-22 17:38 TracyRanch 阅读(152) 评论(0) 推荐(0)