摘要:
1.先进入MySQL的配置项。增加如下配置。 default_authentication_plugin=mysql_native_password 2.通过数据库连接进入数据库。配置下列信息。 select host from user where user = 'root'; update us 阅读全文
摘要:
import java.io.UnsupportedEncodingException; import java.nio.charset.StandardCharsets; import java.util.Base64; public class Demo { public static void 阅读全文
摘要:
摘自:https://www.cnblogs.com/ryans/p/6512631.html //base64加密 解密 /* //1.加密 var result = Base.encode('125中文'); //--> "MTI15Lit5paH" //2.解密 var result2 = B 阅读全文