issues
search
branaway
/
Japid
A Java-based statically-typed fast template engine that can be used in any Java code. It has special adapter for use with the Play! Framework.
113
stars
18
forks
source link
使用CacheFor时发现的小bug-补充
#48
Closed
mayan31370
closed
12 years ago
mayan31370
commented
12 years ago
long a=int b * int c 会先按照int去计算,然后再转换成long。 所以做出以下修改。
long a=int b * int c 会先按照int去计算,然后再转换成long。 所以做出以下修改。