不太認(rèn)同restful的講解,這篇博客比較好理解http://www.ruanyifeng.com/blog/2011/09/restful.html
2018-08-18
哇,老師講的太好了,這么詳細(xì),受益匪淺啊。不過(guò)我前端頁(yè)面的交互那部分欠的只是太多了,我要抓緊補(bǔ)補(bǔ)
2018-06-15
seckill is not defined 。 改成<script src="<%=basePath%>resources/script/seckill.js" type="text/javascript"></script>
再加入<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>,就可以了
再加入<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>,就可以了
2018-06-02
倒計(jì)時(shí)出不來(lái)的同學(xué)請(qǐng)參考如下script的順序.
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdn.bootcss.com/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script src="https://cdn.bootcss.com/jquery.countdown/2.2.0/jquery.countdown.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdn.bootcss.com/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script src="https://cdn.bootcss.com/jquery.countdown/2.2.0/jquery.countdown.min.js"></script>
2018-05-28