总结很好老师,一直想搭一个springMvc模板,看到这课程学习开发流程,自己一直做前端学后端真的比较累,所以也咬紧牙关学习。希望老师出个收费实战课程,我一定会购买!
2017-12-11
已采纳回答 / 慕用1749275
我也弄了好久才好的,原因是jdbc.properties 上面不能有任何空格。原先我在java端都可以测试,但在页面输出就出现这问题,原来里面是不能有空格的
2017-12-01
给大家分享一个Spring MVC 4.2.4.RELEASE 中文文档
http://7xvpsh.com1.z0.glb.clouddn.com/
http://7xvpsh.com1.z0.glb.clouddn.com/
2017-11-29
@慕粉2001254457 项目右击-->properties-->Deployment Assembly-->add-->Java Build Path Entries-->导入所有依赖的Jar包,重新start tomcat即可。 这几个 菜单 我在 idea里面怎么找不到,是不是 idea新版本改版了 ,找不到 这几个 菜单选项
2017-11-20
@吼吼在幕课 Delopyment Assembly 在 什么地方,在 idea工程里面 找遍了 找不到这个选项,是不是 改版了
2017-11-20
参考:
https://stackoverflow.com/questions/8367312/serializing-with-jackson-json-getting-no-serializer-found
但是我将Sekill里的get和set方法删除之后,不会抛出这样的异常......我也不确定是不是这个原因了。
有知道的话可以讨论下。
https://stackoverflow.com/questions/8367312/serializing-with-jackson-json-getting-no-serializer-found
但是我将Sekill里的get和set方法删除之后,不会抛出这样的异常......我也不确定是不是这个原因了。
有知道的话可以讨论下。
@轻轻子堇
想问一下大家这种错是为什么?
Could not write content: No serializer found for class org.seckill.dto.SeckillExecution and no properties discovered to create BeanS
回复:检查一下你的SeckillExecution,是不是有没有给出get和set的private变量?
想问一下大家这种错是为什么?
Could not write content: No serializer found for class org.seckill.dto.SeckillExecution and no properties discovered to create BeanS
回复:检查一下你的SeckillExecution,是不是有没有给出get和set的private变量?
如果报500的错误,提示数据库连接错误,queryAll出错了,那么需要在srping-dao.xml添加<!--设置c3p0的缓存-->
<!--<property name="maxStatements" value="0" />-->
<!--<property name="maxStatements" value="0" />-->
2017-11-16