摘要:
ERROR 1130 (HY000): Host 'localhost' is not allowed to connect to this MySQL server 此处是root账户没有本地数据库的访问权限,所以无法连接数据库,需要使用grant给root账户授权。 授权之前需要登录到数据库,使 阅读全文
posted @ 2018-06-20 15:31
花儿为何那样红
阅读(6217)
评论(0)
推荐(0)
摘要:
/** * 递归实现变位字 * Create by Administrator * 2018/6/20 0020 * 上午 10:23 **/ public class AnagramApp { static int size; static int count; static char[] arrChar = new char[100]; publ... 阅读全文
posted @ 2018-06-20 11:04
花儿为何那样红
阅读(527)
评论(0)
推荐(0)
摘要:
/** * 递归 * Create by Administrator * 2018/6/20 0020 * 上午 9:41 **/ public class TriangleApp { static int theNumber; public static void main(String[] args) throws IOException{ wh... 阅读全文
posted @ 2018-06-20 11:02
花儿为何那样红
阅读(218)
评论(0)
推荐(0)

浙公网安备 33010602011771号