- 博客(3)
- 收藏
- 关注
原创 Invalid bound statement (not found)
Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.bookstore.admin.login.dao.IAdminUserDao.selectUserByLogin 今天在测试代码的时候发现了这个问题,之前也没有遇到过,在网上查了查,才知道是mybatis解析的问题,看到大佬们总结了好多,小白还有
2020-05-12 19:20:48 219
原创 SQL语句中遇到的小细节
SQL语句中遇到的小细节 在写SQL语句的时候遇到了一些小问题,因为一点点小细节,害我折腾了好久,在此记录一下! 刚开始提示我的SQL语句有问题 Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL serve
2020-05-09 11:44:14 225
原创 表单验证的两种方式onclick和onsubmit
表单验证的两种方式onclick和onsubmit 一、onclick提交 1.对应的属性名为name 2.函数检验,返回值为false,不会引起表单提交 3.获取表单提交 function createOrder() { if(CheckPost()) { document.orderForm.submit(); } ...
2020-05-04 14:41:38 838
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人