BUG
雨迹无魂
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
- s4s-elt-character: Non-whitespace characters are not allowed in schema elements other than 'xs:app
在配置spring的时候发生问题原创 2014-05-04 15:32:03 · 5815 阅读 · 0 评论 -
org.apache.cxf.binding.soap.SoapFault: Could not initialize class
定位到mapper.xml中的错误 delete training.dbo.patient_visit where pat_vis_num=#{_parameter}原创 2014-04-22 17:19:43 · 3691 阅读 · 0 评论 -
Parameter Maps collection does not contain value for XXX.map
org.apache.ibatis.builder.IncompleteElementException: Could not find parameter map com.vico.shengjy.mybatis.mapper.CaseMapper.map at org.apache.ibatis.builder.MapperBuilderAssistant.setStatementP原创 2014-04-22 19:48:16 · 2369 阅读 · 0 评论 -
com.microsoft.sqlserver.jdbc.SQLServerException: 不允许从数据类型 varbinary 到 date 的隐式转换。请使用 CONVERT 函数来运行此
在利用String进行数据格式判断时 if("".equals(date) || null==date) return null;原创 2014-04-24 11:22:59 · 13483 阅读 · 1 评论 -
com.microsoft.sqlserver.jdbc.SQLServerException: CASE 说明中的任一结果表达式均不能是 NULL。
set XX=case xx when xx then null 这种原创 2014-04-24 17:02:03 · 1651 阅读 · 0 评论
分享