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