原创 啓動項目樣式加載不出來,某些文件不加載,找不到配置文件的問題

IDE項目路徑配置的時候少了一個 / 或者 IDE的tomcat添加項目的時候需要指定Application Context路徑

原创 mysql中case when的用法

MySQL case when 用法 MySQL 的 case when 的語法有兩種: 簡單函數 CASE [col_name] WHEN [value1] THEN [result1]…ELSE [default] END 搜索函數 

原创 獲取jquery分頁pagination的a標籤文本及鏈接,自定義跳轉

jquery分頁如何實現自定義跳轉? 我的真實案例: html: <tr> <td colspan="20"><div class="pagination">${showPage}</div></td> </tr> //這是jque

原创 freemarker保留小數點位數

金額保留兩位小數,積分取整數 <small style="padding-bottom: 5%">訂單應付金額</small>${pointsOrders.ordersAmount?string("0.00")}元<br/>