摘要:
/** * 将时间戳转换为时间 * @param s 时间戳 * @param t 时间 * @return */ public static String stampToDate(int s,String t){ String res; SimpleDateFormat simpleDateFor 阅读全文
posted @ 2023-03-08 15:16
丶Gang
阅读(350)
评论(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
丶Gang
阅读(463)
评论(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
丶Gang
阅读(183)
评论(0)
推荐(0)

浙公网安备 33010602011771号