摘要: 1 <c:forEach items="${applicationTypeList}" var="applicationType" begin = "0" varStatus="s"> 2 <c:if test="${s.first==true}"> 3 <li data-index="0" id= 阅读全文
posted @ 2019-12-04 10:21 java小白百百 阅读(7468) 评论(0) 推荐(0)
摘要: 1 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> 2 <%@ include file="/WEB-INF/views/include/taglib.jsp"%> 3 <% 阅读全文
posted @ 2019-12-04 10:09 java小白百百 阅读(480) 评论(0) 推荐(0)
摘要: ${pageContext.request.contextPath}是JSP取得绝对路径的方法,等价于<%=request.getContextPath()%> 。 也就是取出部署的应用程序名或者是当前的项目名称 比如我的项目名称是demo1在浏览器中输入为http://localhost:8080 阅读全文
posted @ 2019-11-26 15:09 java小白百百 阅读(1848) 评论(0) 推荐(0)
摘要: java.lang.NoSuchMethodError: org.apache.tomcat.JarScanner.scan(Ljavax/servlet/ServletContext;Ljava/lang/ClassLoader;Lorg/apache/tomcat/JarScannerCallb 阅读全文
posted @ 2019-11-25 15:07 java小白百百 阅读(1398) 评论(0) 推荐(0)
摘要: spring boot 中使用jstl 首先在pom中加入 <dependency> <groupId>jstl</groupId> <artifactId>jstl</artifactId> <version>1.2</version> </dependency> <dependency> <gr 阅读全文
posted @ 2019-11-25 11:31 java小白百百 阅读(3501) 评论(1) 推荐(1)
摘要: //保存页面显示应用$("#save").click(function(){ var data = [{"applicationtypeid":"65","applicationsystemid":"30"},{"applicationtypeid":"65","applicationsystemi 阅读全文
posted @ 2019-11-22 14:04 java小白百百 阅读(14246) 评论(0) 推荐(0)