06 2017 档案

jsp页面数据导出
摘要:1、jsp页面 <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %><%String p 阅读全文

posted @ 2017-06-30 09:27 日出东海落西山 阅读(399) 评论(0) 推荐(0)

js全选删除
摘要:<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%><%String path = request.getContextPath();String basePath = request.getScheme()+":/ 阅读全文

posted @ 2017-06-30 08:47 日出东海落西山 阅读(270) 评论(0) 推荐(0)

java.lang.IllegalArgumentException:
摘要:1、sql语句错了 2、检查mapper.xml文件中的parameterType、parameterMap、resultType、resultMap属性 阅读全文

posted @ 2017-06-26 16:36 日出东海落西山 阅读(455) 评论(0) 推荐(0)

org.springframework.beans.factory.BeanCreationException:
摘要:错误解决方法 1、*Mapper.xml中<mapper>标签中namesprice属性写错。 2、配置sqlSession时dataSource写错 3、找不到applicationContext.xml文件 在web.xml把applicationContext中少些了一个a字母 阅读全文

posted @ 2017-06-26 16:17 日出东海落西山 阅读(127) 评论(0) 推荐(0)

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' defined in class path resource [applicationContext.xml]: Ca
摘要:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' defined i 阅读全文

posted @ 2017-06-26 15:29 日出东海落西山 阅读(787) 评论(0) 推荐(0)

org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [applictionContext.xml]; nested exception is java.io.FileNotFoundException: cl
摘要:org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [applictionContext.xml]; nes 阅读全文

posted @ 2017-06-26 14:55 日出东海落西山 阅读(5552) 评论(0) 推荐(0)

javax.el.PropertyNotFoundException: Property 'id' not found on type java.lang.Integer
摘要:javax.el.PropertyNotFoundException: Property 'id' not found on type java.lang.Integer at javax.el.BeanELResolver$BeanProperties.get(BeanELResolver.jav 阅读全文

posted @ 2017-06-23 18:58 日出东海落西山 阅读(2867) 评论(0) 推荐(0)

javax.el.PropertyNotFoundException: Property 'depservice' not found on type com.baway.pojo.Employee
摘要:javax.el.PropertyNotFoundException: Property 'depservice' not found on type com.baway.pojo.Employee at javax.el.BeanELResolver$BeanProperties.get(Bean 阅读全文

posted @ 2017-06-23 15:25 日出东海落西山 阅读(721) 评论(0) 推荐(0)

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' defined in class path resource [applicationContext.xml]: Ca
摘要:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' defined i 阅读全文

posted @ 2017-06-23 11:39 日出东海落西山 阅读(845) 评论(0) 推荐(0)

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.baway.dao.UserMapper.register
摘要:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.baway.dao.UserMapper.register at org.apache.ibatis.binding.Mapper 阅读全文

posted @ 2017-06-22 15:23 日出东海落西山 阅读(1424) 评论(0) 推荐(0)

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.facto
摘要:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userController': Injection of autowired dependencies failed; n 阅读全文

posted @ 2017-06-22 14:41 日出东海落西山 阅读(12072) 评论(0) 推荐(0)

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': Invocation of init method
摘要:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestM 阅读全文

posted @ 2017-06-15 09:00 日出东海落西山 阅读(8868) 评论(0) 推荐(0)

org.springframework.orm.hibernate3.HibernateQueryException: CupType is not mapped [from CupType]; nested exception is org.hibernate.hql.ast.QuerySyntaxException: CupType is not mapped [from CupType]
摘要:root cause hql语句写错了 阅读全文

posted @ 2017-06-01 15:12 日出东海落西山 阅读(286) 评论(0) 推荐(0)