摘要: y@y:~$ lsof | grep 35729grunt 18194 y 13u IPv6 117971 0t0 TCP *:35729 (LISTEN)Optimizin 18194 18195 ... 阅读全文
posted @ 2015-06-18 17:59 yshy 阅读(2960) 评论(0) 推荐(0)
摘要: public static void compressPic(){ try { Thumbnails.of(new File("/home/y/my_temp/ydbg-xy-pic").listFiles()) .size(... 阅读全文
posted @ 2015-06-18 17:29 yshy 阅读(1151) 评论(0) 推荐(0)
摘要: public static void renamePic(){ File f = new File("/home/y/my_temp/ydbg-xy-pic-dest"); File files[] = f.listFiles(); for(... 阅读全文
posted @ 2015-06-18 17:23 yshy 阅读(529) 评论(0) 推荐(0)