win用戶,創建單元測試,貌似用ctrl+shift+T是打開另外一個功能,我是用ctrl+shift+A打開快捷命令搜索,然后搜索create Test,選取要測試的類下的方法即可像老師那樣使用,希望對win的同學有幫助
2017-08-19
有報錯:java.lang.IllegalStateException: Failed to load ApplicationContext
原因:(1)Caused by: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring/spring-dao.xml]
原因:(1)Caused by: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring/spring-dao.xml]
2017-08-18
你們是怎么用老師說的那個快捷鍵的?command+shift+D,windows相對應得是什么鍵,ctrl+shifit+T 好像不是啊!
2017-08-17
<select id="queryByIdWithSeckill" resultMap="SuccessKilled">
把resultMap改成resultType就可以
把resultMap改成resultType就可以
2017-08-15