封裝了秒殺相關的url之后,無法使用,瀏覽器會報錯
jquery.min.js:6 GET http://127.0.0.1:8080/seckill/1000/function%20()%7Breturn%20'/seckill/time/now';%7D 404 (Not Found)
但是只用‘/seckill/time/now’就可以
jquery.min.js:6 GET http://127.0.0.1:8080/seckill/1000/function%20()%7Breturn%20'/seckill/time/now';%7D 404 (Not Found)
但是只用‘/seckill/time/now’就可以
報錯
org.apache.jasper.JasperException: /WEB-INF/jsp/list.jsp(38,34) According to the TLD or the tag file, attribute value is mandatory for tag formatDate
org.apache.jasper.JasperException: /WEB-INF/jsp/list.jsp(38,34) According to the TLD or the tag file, attribute value is mandatory for tag formatDate
2016-08-08
報錯
java.lang.ClassNotFoundException: org.apache.jsp.WEB_002dINF.jsp.list_jsp
java.lang.ClassNotFoundException: org.apache.jsp.WEB_002dINF.jsp.list_jsp
2016-08-08
使用RESTFul規范設計的接口,方法名完成失去了命名有意義的作用,隨便什么名都可以,只把URL設計好就OK?
2016-08-07