摘要:
UPDATE FP_USER_BASE SET PASSWORD = WHEN #{item.id,jdbcType=BIGINT} THEN #{item.password,jdbcType=VARCHAR} 阅读全文
摘要:
转自:https://blog.csdn.net/abbuggy/article/details/7016185 阅读全文
摘要:
package com.lxc.wmb; import java.io.UnsupportedEncodingException; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import sun.misc.BASE64Encoder; @SuppressWa... 阅读全文