03 2020 档案

摘要:import java.awt.Color; public class YanSeFormat { // 颜色码转为color对象 public static Color StringToColor(String str) { int i = Integer.parseInt(str.substri 阅读全文
posted @ 2020-03-31 15:42 西府海棠de 阅读(802) 评论(0) 推荐(0)
摘要:import org.apache.commons.codec.binary.Base64; import javax.crypto.Cipher; import java.security.KeyFactory; import java.security.KeyPair; import java. 阅读全文
posted @ 2020-03-16 16:50 西府海棠de 阅读(693) 评论(0) 推荐(0)