摘要:
连接数据库提示Host 'localhost' is not allowed to connect to this MySQL server解决办法 在连接本地数据库出现Host 'localhost' is not allowed to connect to this MySQL server错误 阅读全文
摘要:
简单验证码生成程序 通过数组存储26个大写字母和26个小写字母和0-9数字 随机成0-61的4个数字对应数组下标 输出四位验证码。 package 验证码程序; import java.util.Random; public class Number { public String []array= 阅读全文