摘要: public static void main(String[] args) { for (int i = 0; i < 10; i++) { System.out.println(String.format("%06d", i)); } <strong> System.out.println(St 阅读全文
posted @ 2017-08-30 13:58 淡淡的忧伤sky 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 项目使用maven管理jar包,很容易因为各种原因(网速慢、断网)导致jar包下载不下来,出现很多.lastUpdated文件。这些文件一个一个删除太麻烦。下面是全部删除的方法 windows系统 linux系统 find /app/mujup/maven/localRepository -name 阅读全文
posted @ 2017-08-30 10:22 淡淡的忧伤sky 阅读(3849) 评论(0) 推荐(0) 编辑