English 中文(简体)
Velocity
原标题:Rounding Up or Down in Velocity

简单问题: 我能否在磁力模版中对Math.ceil和Math的等同? 从我可以发现的那次情况来看,我不得不使用MathTool,但看来没有我所希望。

最佳回答

我这样说,你可以采用<代码>MathTool.round ToInt(,并增加/替代1,但也可以提供你可能需要的方法。

也可浏览。 Velocity Tool 2.0 href=http://pira.apache.org/tools/releases/2.0/javadoc/org/apache/spe/tools/generic/MathTool.html>rel=“nofollow”>MathTool有下限和上限。

问题回答

我建议使用2台MathTool仪器,以保持最大类型的灵活性,但Velocity发动机用1.6+支持静态方法,将这一类别本身纳入其中。 因此,迅速而容易的解决办法是:

内容:投入(Math),Math.G.;

$Math.ceil($foo) $Math.floor($bar)





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签