01 2016 档案

摘要:http://www.oschina.net/translate/comparative_analysis_between_spring_aop_and_aspectj spring使用注解生成bean的时候, 生成bean的构造方法执行一次, 但是在使用aspectj进行通知的加入后, 生成bea 阅读全文
posted @ 2016-01-30 17:19 mr_level 阅读(865) 评论(0) 推荐(0)
摘要:转自 : http://www.cnblogs.com/haiq/archive/2012/12/26/2833746.html .gitignore 配置文件用于配置不需要加入版本管理的文件,配置好该文件可以为我们的版本管理带来很大的便利,以下是个人对于配置 .gitignore 的一些心得。 1 阅读全文
posted @ 2016-01-28 17:59 mr_level 阅读(236) 评论(0) 推荐(0)
摘要:有时间看一下 阅读全文
posted @ 2016-01-19 11:27 mr_level 阅读(216) 评论(0) 推荐(0)
摘要:1, 导入spring-test-3.2.0.RELEASE.jar 2.添加依赖包 项目右键单击BuildPath>AddLibrary>JUnit 选JUnit4 完成.3.创建测试类import org.junit.Test;import org.junit.runner.RunWith;i... 阅读全文
posted @ 2016-01-15 15:01 mr_level 阅读(1000) 评论(0) 推荐(0)
摘要:eclipse卡死问题:1. project---->去掉build automatilly勾,使用任务管理器杀死eclipse的进程,重启eclipse2. 左键点击ecps-console------>properties------->builiders------>去掉javascript ... 阅读全文
posted @ 2016-01-14 13:58 mr_level 阅读(1741) 评论(0) 推荐(0)