摘要: (编程新手) 问题描述 shell报错:missing ],如下图。 解决办法 修改测试条件。在]前加一个空格。如下图所示。 阅读全文
posted @ 2020-06-04 22:21 莫提默 阅读(536) 评论(0) 推荐(0)
摘要: Linux shell 测试条件语法错误 ]前需要有空格 https://www.cnblogs.com/JuniorProgramer/p/13046889.html 阅读全文
posted @ 2020-06-04 22:18 莫提默 阅读(129) 评论(0) 推荐(0)
摘要: (编程新手) 问题描述: (核心错误提示) org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error quer 阅读全文
posted @ 2020-06-04 22:11 莫提默 阅读(312) 评论(0) 推荐(0)
摘要: Invalid bound statement (not found): https://www.cnblogs.com/JuniorProgramer/p/13046753.html Could not get JDBC Connection(mysql jar包版本太低导致拿不到连接) http 阅读全文
posted @ 2020-06-04 22:04 莫提默 阅读(155) 评论(0) 推荐(0)
摘要: (编程新手) 问题描述:核心提示为Invalid bound statement (not found): com.zwh1730090431.mapper.StudentMapper.findStudentById 解决办法:修改mapper配置文件的命名空间和当前路径一致。 出现原因:看代码一致 阅读全文
posted @ 2020-06-04 21:59 莫提默 阅读(660) 评论(0) 推荐(0)