封装了秒杀相关的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