win用戶,創(chuàng)建單元測(cè)試,貌似用ctrl+shift+T是打開另外一個(gè)功能,我是用ctrl+shift+A打開快捷命令搜索,然后搜索create Test,選取要測(cè)試的類下的方法即可像老師那樣使用,希望對(duì)win的同學(xué)有幫助
2017-08-19
老師講的真是超好!細(xì)節(jié)都面面俱到,剛開始的時(shí)候被老師命令行的氣勢(shì)嚇到。。還好內(nèi)容沒有太難。講的也細(xì)。。下一關(guān)走起
2017-08-19
有報(bào)錯(cuò):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
你們是怎么用老師說的那個(gè)快捷鍵的?command+shift+D,windows相對(duì)應(yīng)得是什么鍵,ctrl+shifit+T 好像不是??!
2017-08-17
最贊回答 / qq瘋
有關(guān)數(shù)據(jù)庫連接屬性 加jdbc就好了?
例如??? name??? 改成 jdbc.name??
????? 通通都改?? ?
2017-08-15
<select id="queryByIdWithSeckill" resultMap="SuccessKilled">
把resultMap改成resultType就可以
把resultMap改成resultType就可以
2017-08-15