原创 maven install時報錯Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test

今天jetty運行時發生了下面這個錯誤 最後找到的解決辦法是 在maven項目中的pom.xml在添加 <plugin> <groupId>org.apache.maven.plugins</groupId>

原创 Spring---IOC原理 Spring的IOC原理[通俗解釋一下]

Spring的IOC原理(轉載) 在網上看到一篇文章,感覺寫得挺不錯的,轉載一下,本文轉載自:http://blog.csdn.net/m13666368773/article/details/7802126 Spring的I

原创 設計模式之代理模式簡單實現

簡介 代理模式通常用於達到對原有系統功能進行擴充的目的,比如:你剛接手一個別人沒有完成的項目,這時你不想動別人原來的代碼,還需要添加新功能。這時代理模式,這時代理模式會很好的幫我們解決問題 代理模式一般分爲靜態代理,動態代理兩種

原创 log4j.properties

log4j.rootLogger=DEBUG,Console log4j.appender.Console=org.apache.log4j.ConsoleAppender log4j.appender.Console.layout=