已采納回答 / 翔仔
同學可以對比下源碼,源碼沒問題微信小程序后臺:?https://gitee.com/xiangze/demo?微信小程序前端:https://gitee.com/xiangze/areadisplay
2018-03-19
有人遇到過嗎:request:fail invalid url "http:127.0.0.1:8080
URL無效啊
URL無效啊
2018-03-17
已采納回答 / 翔仔
同學可以對比下源碼,源碼沒問題微信小程序后臺:?https://gitee.com/xiangze/demo?微信小程序前端:https://gitee.com/xiangze/areadisplay同學的錯誤就是依賴條件不滿足,請與源碼核對
2018-03-16
老師同學們,寫測試類的時候,一直報這個錯誤,是怎么回事呢?
Error creating bean with name 'com.ahu.xrq.demo.dao.AreaDaoTest': Unsatisfied dependency expressed through field 'areaDao';
Error creating bean with name 'com.ahu.xrq.demo.dao.AreaDaoTest': Unsatisfied dependency expressed through field 'areaDao';
2018-03-16
刪除有小問題,刪除第一條記錄的時候,數組的數據會被全部刪除
有問題代碼:that.data.list.splice(e.target.dataset.index);
修改后:that.data.list.splice(e.target.dataset.index,1);
有問題代碼:that.data.list.splice(e.target.dataset.index);
修改后:that.data.list.splice(e.target.dataset.index,1);
2018-03-16
最后一步插入!java.lang.reflect.InvocationTargetException 跪求
老師,就差最后一步了,單元測試的時候插入和更新都沒有問題,但是在最后前后聯調的時候,插入和更新都有報錯,java.lang.reflect.InvocationTargetException ,service也實例化了,就是service的方法不執行!求老師告知啊
老師,就差最后一步了,單元測試的時候插入和更新都沒有問題,但是在最后前后聯調的時候,插入和更新都有報錯,java.lang.reflect.InvocationTargetException ,service也實例化了,就是service的方法不執行!求老師告知啊
2018-03-16
已采納回答 / 翔仔
同學可以參照這個文章?https://blog.csdn.net/my_jack/article/details/79667294 同時你可以直接把源碼復制粘貼過來執行一下就知道了 主要是前端的源碼
2018-03-16
Error creating bean with name 'com.ahu.xrq.demo.dao.AreaDaoTest': Unsatisfied dependency expressed through field 'areaDao'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.ahu.xrq.demo.dao.AreaDao' available:
2018-03-16