91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

springboot 項目小結thymeleaf layui 使用小結

發布時間:2020-07-23 17:11:25 來源:網絡 閱讀:2448 作者:老蕭23 欄目:開發技術
  1. 第一是 thymeleaf 的使用

  • th:attr 設置屬性值
  • https://blog.csdn.net/sun_jy2011/article/details/40215423
  • th 標簽的一些使用
  • https://segmentfault.com/a/1190000009903821
  • th:if th:text th:value th:selected 等等

    <a href="register.html" title="" th:unless="${session.user} ne null" >Register</a>
    
                             <a href="login.html" th:unless="${session.name} ne null"  title="">Sign in</a>
                              <a th:href="@{/logout}" th:if="${session.user}"  title="">Log out</a>
                              <span th:if="${session.user}">
    
                                <a th:href="@{/{id}/info(id=${session.user.id})}"  >Info</a>
                              </span>>
    
                               <a th:href="@{/admin_login.html}" th:unless="${session.user} ne null"  title="">后臺</a>
    
                               <a th:href="@{/admin_index.html}" th:if="${session.user} ne null"  title="">后臺</a>
                              <a th:href="@{/login}" th:if="${session.user} " title="" th:text="'歡迎'+ ${session.name} + '!'">Log out</a>
  • thymeleaf 下拉回顯選中
    <option value="其他"   th:selected="${CloudDilatationDto.resource == '其他'}">其他</option>

  1. thymelaf 的 循環迭代

    <ul class="layui-nav layui-nav-tree" lay-filter="side-main" >
               <li class="layui-nav-item" th:each="menu: ${list}">
                    <a href="javascript:;" th:text="${menu.text}"> <i class="layui-icon">&#xe620;</i>基礎</a>
                    <dl class="layui-nav-child">
                    <dd th:each="record:${menu.childmenus}">
                   <!--  th:href="@{${record.href}}" -->
                   <!--  <span th:text="${record.href}" class="change"></span> -->
                    <a th:href="@{${record.href}}" > 
                    <i class="layui-icon" ></i>
                    <span th:text="${record.ctext}"></span>
                    </a>
    
                    </dd>
                    <!-- <dd><a href="javascript:;" href-url="login.jsp"><i class="layui-icon">&#xe621;</i>登錄頁</a></dd> -->
    
                    </dl>
                </li>
            </ul>

3thymeleaf 的 安裝 很簡單 導入maven 并且在 application.配置文件中進行配置

spring.thymeleaf.mode=LEGACYHTML5
spring.thymeleaf.cache=false
spring.thymeleaf.prefix=/WEB-INF/
spring.thymeleaf.suffix=.html

maven文件

<!-- thymeleaf模板引擎,訪問靜態資源 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<!-- 引入該包為了讓application.properites中的 spring.thymeleaf.mode=LEGACYHTML5 生效,
是為了解決 thymeleaf模板引擎過于嚴格的HTML校驗-->
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
</dependency>

4總結

thymeleaf 是很不錯的模板 和jsp freeemaker 比較相似 但還是有不同 是springboot 推薦的模板標簽。

不同之處:
https://blog.csdn.net/qq_33314107/article/details/80834894

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

秦安县| 牡丹江市| 裕民县| 客服| 工布江达县| 高尔夫| 垫江县| 双桥区| 桐梓县| 辰溪县| 定兴县| 隆昌县| 张家港市| 巴塘县| 兴化市| 许昌县| 云南省| 六枝特区| 阿克苏市| 通化县| 三门县| 鄢陵县| 北海市| 麻城市| 瑞金市| 铁力市| 体育| 澳门| 寿宁县| 宝清县| 墨竹工卡县| 萨嘎县| 濉溪县| 怀仁县| 贵定县| 绍兴市| 江油市| 枞阳县| 兴业县| 伊宁市| 阿巴嘎旗|