摘要: /** * 将时间戳转换为时间 * @param s 时间戳 * @param t 时间 * @return */ public static String stampToDate(int s,String t){ String res; SimpleDateFormat simpleDateFor 阅读全文
posted @ 2023-03-08 15:16 丶XianGang 阅读(272) 评论(0) 推荐(0) 编辑
摘要: /** * AES 加密 * @param sSrc * @return * @throws Exception */ public static String Encrypt(String sSrc) throws Exception { if (sSrc == null) { return nu 阅读全文
posted @ 2023-03-08 15:10 丶XianGang 阅读(388) 评论(0) 推荐(0) 编辑
摘要: <?php header("Content-type:text/html; charset=UTF-8"); /** * Class SendApi */ class SendApi { const API_SEND_URL='http://112.35.1.155:1992/sms/norsubm 阅读全文
posted @ 2023-03-08 14:58 丶XianGang 阅读(107) 评论(0) 推荐(0) 编辑