摘要: /* * MD5 算法 */public class MD5{ // 全局数组 private final static String[] strDigits = {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b... 阅读全文
posted @ 2016-01-04 15:42 欧文_Owen 阅读(138) 评论(0) 推荐(0) 编辑
摘要: /** * * 移动文件 * @param oldFileName 旧文件的全路径 * @param newFilePath 目标文件夹 * @param newFileName 新文件的全路径 * @see [类、类#方法、类#成员] */... 阅读全文
posted @ 2016-01-04 15:30 欧文_Owen 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1 public static boolean checkPhone(String phone) 2 { 3 Pattern pattern = Pattern.compile("^[1][3-8]+\\d{9}$"); 4 Matcher matcher ... 阅读全文
posted @ 2016-01-04 15:14 欧文_Owen 阅读(1412) 评论(0) 推荐(0) 编辑
摘要: java,星座,时间,日期 阅读全文
posted @ 2016-01-04 15:13 欧文_Owen 阅读(435) 评论(0) 推荐(0) 编辑