摘要: select * from account wnhere idcardno in(select idcardno from account group by idcardnohaving count(*)>1) 阅读全文
posted @ 2014-10-20 10:05 chen0h 阅读(470) 评论(0) 推荐(0)
摘要: 用spring3+mybaitis3做一个项目。发现每次启动的时候,总是报mybatis.xml文件错误。Document root element "mapper", must match DOCTYPE root "configuration"后来才发现,原来是xml文件的!doctype定义写错了。mybatis.xml和mapper.xml都用了一个doctype原来不是这样的。mybat... 阅读全文
posted @ 2014-09-29 17:32 chen0h 阅读(123) 评论(0) 推荐(0)
摘要: function empDelAlert(){return confirm(确定删除: ?);}〈a href=# onclick=“return empDelAlert();”〉解决方法,去掉function中的冒号或给其正确赋值 阅读全文
posted @ 2014-09-26 20:21 chen0h 阅读(106) 评论(0) 推荐(0)