摘要:
com.ibatis.sqlmap.client.SqlMapException: There is no statement named in this SqlMap.可能存在3种情况:1、在xxx.xml文件中有两个标签的id命名相同;2、DAO实现类方法中没有写对应xxx.xml的id名称; 阅读全文
摘要:
在编写Spring的applicationContext.xml文件时,无缘无辜出现了: cvc-complex-type.2.3: Element 'beans' cannot have character [children], because the type's content type i 阅读全文
摘要:
由于多次输入:账号 密码不对 oracle 帐号scott被锁定 如何解锁: 具体操作步骤如下:C:> sqlplus请输入用户名:sys输入口令:sys as sysdba //注意:在口令这里输入的密码后面必须要跟上 as sysdba 才可以。SQL> alter user scott acc 阅读全文