摘要:
默认情况下Linux内的mysql数据库mysql,user表内的用户权限只是对localhost即本机才能登陆。需要更改权限: 如下的方式确认: root#mysql -h localhost-u mysql -p Enter password: ****** Welcome to the MyS 阅读全文
摘要:
话不多说,今天遇到蛋疼的题了,难度不大,还是基础呀。 public class Test01 { // layer 由上到中间层数 str 输出的String public void outStr(int layer, String str) { // 正三角 for (int i = 1; i < 阅读全文