随笔分类 - Error
java错误
摘要:错误描述: java.lang.NoClassDefFoundError: org/springframework/dao/DataAccessException 解决方案: 1. 在正确路径下建立lib包。路径为:WEB-INF目录下的lib目录,目录名不能写成别的,加个s都不行。 2. 导入完整
阅读全文
摘要:转载 原文链接:https://blog.csdn.net/weixin_38883338/java/article/details/89195749 Java8在 lambda 表达式中使用局部变量会提示:Local variable flag defined in an enclosing sc
阅读全文
摘要:http://localhost:8080/o2o/shopadmin/o2o/shopadmin/shoplist 进行页面跳转时出现地址栏叠加 在返回的url中如果不添加/请求会直接返回一个类似于html的页面 而不会被拦截器拦截导致地址叠加
阅读全文
摘要:shop = mapper.readValue(shopStr, Shop.class); shop=null的问题 Unrecognized field "shopCategory" (class com.hbue.o2o.entity.Shop), not marked as ignorable
阅读全文
摘要:Cannot read property 'files' of undefined var shopImg= $('#shop-img')[0],files[0] 暂未解决
阅读全文
摘要:警告: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException
阅读全文