
IDEA
木鱼wzh
这个作者很懒,什么都没留下…
展开
-
使用IntelliJ IDEA 配置Maven(入门)
1. 下载Maven 官方地址:http://maven.apache.org/download.cgi 解压并新建一个本地仓库文件夹 2.配置本地仓库路径 3.配置maven环境变量 4.在IntelliJ IDEA中配置maven 打开-File-Settings 5.新建maven WEB项目 打开-File-Ne...转载 2019-03-01 18:10:20 · 143 阅读 · 0 评论 -
thymeleaf标签 th:each的使用
<div class="item active" th:if="${iterStat.index==0}" th:each="img,iterStat:${pics}"> <img th:src="${img.path}" style="width: 303px;height: 171px;"/> </div>原创 2019-03-16 18:27:26 · 16880 阅读 · 1 评论