HeavenTang

导航

2017年8月3日

Base64加解密

摘要: package com.heaventang.util.encrypt; import sun.misc.BASE64Decoder; import sun.misc.BASE64Encoder; import java.util. ; / 编码工具类 1.将byte[]转为各种进制的字符串 2.b 阅读全文

posted @ 2017-08-03 19:54 HeavenTang 阅读(240) 评论(0) 推荐(0)

mysql函数拼接查询concat函数

摘要: //查询表managefee_managefee的年year 和 month ,用concat函数拼成year month。例如将2017和1 拼成2017 01。. select CONCAT(a.year,' ',if(a.month 阅读全文

posted @ 2017-08-03 19:50 HeavenTang 阅读(1561) 评论(0) 推荐(0)

Base64加解密

摘要: package com.heaventang.util.encrypt; import sun.misc.BASE64Decoder; import sun.misc.BASE64Encoder; import java.util. ; / 编码工具类 1.将byte[]转为各种进制的字符串 2.b 阅读全文

posted @ 2017-08-03 19:41 HeavenTang 阅读(91) 评论(0) 推荐(0)