07 2019 档案

摘要:package com.lxdkedu.educloud.framework.orm.mybatis.util;import org.apache.http.NameValuePair;import org.apache.http.client.entity.UrlEncodedFormEntity 阅读全文
posted @ 2019-07-24 09:40 历尽千帆归来任是少年 阅读(259) 评论(0) 推荐(0)
摘要:public class MD5Utils { /** * MD5加密 */ private static char[] hexDigits = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', ' 阅读全文
posted @ 2019-07-23 17:43 历尽千帆归来任是少年 阅读(192) 评论(0) 推荐(0)