摘要: 一:查看Linux中nginx已经正常启动 二:查看80端口,未被占用 三:检查防火墙的问题 关闭防火墙:chkconfig iptables off //失败 暂时关闭防火墙:service iptables stop//成功 四:成功 阅读全文
posted @ 2020-07-20 21:41 stamina_3 阅读(1465) 评论(2) 推荐(0)
摘要: selectByPrimaryKey无法正确识别主键,查看日志,发现报如下错误: ==> Preparing: SELECT username,password,name,age,sex,birthday,created,updated FROM tb_user WHERE username = ? 阅读全文
posted @ 2020-07-15 10:12 stamina_3 阅读(809) 评论(0) 推荐(0)