java
qq_23701965
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
前补零自增1
String pattern = "0000";DecimalFormat df = new DecimalFormat(pattern);String j=df.format( Integer.parseInt("0001")+1);//j= String.format("%04d", Integer.parseInt("0001") + 1);原创 2019-03-18 10:40:06 · 446 阅读 · 0 评论 -
POI获取excel日期格式并转换
SimpleDateFormat dateformat = new SimpleDateFormat( "yyyy/MM/dd"); Date dt = HSSFDateUtil.getJavaDate(aCell ...原创 2019-07-27 18:03:31 · 864 阅读 · 0 评论
分享