有人遇到过吗: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