随笔分类 -  velocity

摘要:实现vm文件的高亮标记,没有解决自动提示问题,有解决办法的请留言 1、进入市场 2、查找插件 3、开始安装 4、完成 5、没有代码提示 vm以html格式显示 打开Eclipse >window >preference >Content type >Text >Html >Add > 弹出窗口 Fi 阅读全文
posted @ 2017-08-09 12:50 蔡昊 阅读(309) 评论(0) 推荐(0)
摘要:$count = 123456789 -- 将数字转为以万为单位,保留2位小数 #set($per_count = ($count/100)) -- $count/100 返回值为 1234567 #set($per_count = ($count/100.00)) -- $count/100.00 阅读全文
posted @ 2016-11-30 13:03 蔡昊 阅读(2232) 评论(0) 推荐(0)