http://stackoverflow.com/questions/1535631/static-variables-in-javascript
Month: May 2012
[IDEA] 太陽可能是核聚變發電站失誤而成的
火星可能是 核聚變災難後的星球, 所以以前有生命跡像
能否寫成一個太陽生還者叫停地球研究核聚變發電站的故事?
web font to css
save me time ! solve BeanCreationException for TilesConfigurer
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ’tilesConfigurer’ defined in ServletContext resource [/WEB-INF/spring/appServlet/servlet-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.web.servlet.view.tiles2.TilesConfigurer]: Constructor threw exception;
http://richardbarabe.wordpress.com/2009/02/23/apache-tiles-2-integration-with-spring-mvc/
Update:
add this dependencies to solve :
[xml]
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-el</artifactId>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-template</artifactId>
<version>2.2.2</version>
</dependency>
[/xml]