總結很好老師,一直想搭一個springMvc模板,看到這課程學習開發流程,自己一直做前端學后端真的比較累,所以也咬緊牙關學習。希望老師出個收費實戰課程,我一定會購買!
2017-12-11
給大家分享一個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