摘要: 创建springBoot项目- pom.xml代码 . 这里我直接将mybatis等依赖也直接引入 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns: 阅读全文
posted @ 2019-12-04 14:29 java小白百百 阅读(706) 评论(0) 推荐(0)
摘要: 1 /** 2 * 将一组数据固定分组,每组n个元素 3 * @param source 要分组的数据源 4 * @param n 每组n个元素 5 * @param <T> 6 * @return 7 */ 8 public <T> List<List<T>> fixedGrouping(List 阅读全文
posted @ 2019-12-04 10:53 java小白百百 阅读(822) 评论(2) 推荐(0)
摘要: 1 <script type="text/html" id="barDemo"> 2 <div class="layui-row" id="btn_box"> 3 <shiro:hasPermission name="applicationtype:edit"> 4 <div class="layu 阅读全文
posted @ 2019-12-04 10:28 java小白百百 阅读(5591) 评论(1) 推荐(0)
摘要: 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)