• miaowenhua

    第16章 登录功能
    报错如下:
    怎样解决啊????

    miaowenhua发表于 2020/2/25 15:42:40
  • huanghongT

    to_date(?,'yyyy-MM-dd HH<img src=ss')" title="to_date(?,'yyyy-MM-dd HH:mm:ss">“)

    huanghongT发表于 2019/12/17 9:38:07
  • ansone

    作者你好,第8章里的小项目水果商品列表,我部署在tomcat上后能访问localhost:8080,但是访问项目就出现404,也没有任何报错信息,请问应该怎么解决啊

    ansone发表于 2019/11/26 2:02:05
  • 小钻风

    阅读过程中发现的几个小问题:
    第一:69页:倒数第9行“resultMap配置将select id id_,username”,其中将_id错误写成id(此处有个下划线)了;
    第二:97页:第18行“全局配置文件SqlapConfig.xml”少写一个M,应该是:SqlMapConfig.xml;
    前面两个拼写问题只是影响阅读,不影响程序运行,接下来一个问题直接导致程序中断
    第三:97页:倒数第9行“<setting name="lazyLoadingEnable" value="true" />”其中lazyLoadingEnable少写一个d,应该是lazyLoadingEnabled。
    整体讲解的清晰明了,案例丰富,还在学习中,后续发现问题再来留言。

    小钻风发表于 2019/11/13 9:40:13
  • Carson

    根据书中项目开始到 287页 出现了以下异常, 请问是怎么回事?
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘userController’: Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.carson.service.impl.UserServiceImpl] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@j**ax.annotation.Resource(shareable=true, lookup=, name=, description=, authenticationType=CONTAINER, type=class j**a.lang.Object, mappedName=)}
    org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.j**a:311)
    org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.j**a:1214)
    org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.j**a:543)
    …….

    Carson发表于 2019/8/13 10:11:53
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • ...
  • 8