常用技巧合集
Posted InkYi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了常用技巧合集相关的知识,希望对你有一定的参考价值。
1.截取长度
${bean.title[0..21]}
2.时间戳转 格式化时间 String 转 Date
设置时间格式:<#setting datetime_format="yyyy-MM-dd HH:mm"/>
转换:${bean.createTime?number?number_to_datetime}
3.list是否为空
<#if list?exists>
以上是关于常用技巧合集的主要内容,如果未能解决你的问题,请参考以下文章
机器学习- 吴恩达Andrew Ng Coursera学习总结合集,编程作业技巧合集