- 浏览: 4375 次
最新评论
文章列表
最近用freemarker,做项目发现freemarker默认显示数字用科学计数法表示,这个如果前后台用字符串交互的话,就会出错了。通过浏览网上牛人的帖子,找到了解决方法。
其实freemarker有个配置属性number_format可以改变数字的表示形式,配好他就好了
例: <prop key="number_format">#</prop>
严重: Error waiting for multi-thread deployment of directories to completehostConfig.deployWar=Deploying web application archive {0}
java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: Java heap space
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
at ...
这份只是我的留下以后作参考的,其中有些代码、注释如有不对,请各位大牛指出,小弟不胜感激。
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:mvc="http://www.springf ...