java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet
2016-07-04
已采納回答 / 孫阿紀(jì)
如果是本地的就應(yīng)該像視頻中使用include 一樣把那個(gè),相對路徑去找。放哪都可以,關(guān)鍵是看你在頁面加載的時(shí)候怎么去寫路徑。
2016-06-30
jquery countdown 插件
1 、pom.xml
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>jquery.countdown</artifactId>
<version>2.1.0</version>
</dependency>
2、頁面
<script src="<%=request.getContextPath() %>/webjars/jquery.countdown/2.1.0/dist/jquery.countdown.min.js"></script>
1 、pom.xml
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>jquery.countdown</artifactId>
<version>2.1.0</version>
</dependency>
2、頁面
<script src="<%=request.getContextPath() %>/webjars/jquery.countdown/2.1.0/dist/jquery.countdown.min.js"></script>
2016-06-30
jsp、js沒有語法提示的到File-Settings-Plugins里把改開的插件開了
2016-06-23