摘要: java: /** * sha1加密 * * @param encryptText 加密文本 * @param encryptKey 加密键 * @return 加密 */ private static String hmacSHA1Encrypt(String encryptText, Strin 阅读全文
posted @ 2023-12-18 11:20 ziff123 阅读(314) 评论(0) 推荐(0) 编辑
摘要: java中的System.currentTimeMillis()返回从1970年1月1日开始的以毫秒为单位的当前时间 public static long DateTimeToTimestamp() { DateTime Jan1970 = new DateTime(1970, 1, 1, 0, 0 阅读全文
posted @ 2023-12-18 10:56 ziff123 阅读(133) 评论(0) 推荐(0) 编辑